RGB (RedGreenBlue) Color Finder

Hello C-L!! Pay attention to Mrs. Schirmer!


CS & IS majors make lots of $money and get to work in great conditions on some cool projects.
Like to solve puzzles? Pretty good at math? Check out the "CIS Department at Clarion University"


Colors are made up of a combination of red, green and blue (RGB).
The colors are represented by 6 hex (hexadecimal- base 16) digits, "0" through "F".

The first 2 hex digits represent red, the second 2 represent green and the last 2 digits represent blue.
Internally, each color is represented by 8 bits so you can represent 28 (256) shades of each color (rgb).

That means that there is 256 * 256 * 256 = 16,777,216 possible colors!!