This document proposes four new low complexity histogram generation algorithms to reduce the implementation complexity of histogram generators used in image processing applications. The existing histogram generator architectures require a large number of registers and counters due to 256 possible pixel intensity levels. The proposed algorithms reduce this complexity by approximating pixel values that differ by 1-4 levels to a single value. This is done by truncating 1-4 least significant bits of pixel values. Simulation results show the proposed algorithms generate identical histograms while significantly reducing the number of required registers and counters, lowering implementation complexity, power consumption, and delay compared to conventional designs.