I\'m looking for some kind of formula or algorithm to determine the brightness of a color given the RGB values. I know it can\'t be as simple as adding the RGB values toget
Please define brightness. If you're looking for how close to white the color is you can use Euclidean Distance from (255, 255, 255)