Assume you have a computer where colors are represented in RGB format using 8-bits for each color channel (that is, 8-bits for Red, 8-
bits for Green, and 8-bits for Blue, meaning each color channel has 256 possible values ranging from 0 to 255). This is actually how
most computers work today.
How many total possible colors can be described using this representation of color data?
• 24 colors
• 256 colors
• 3 colors
• 8 colors
• 16777216 colors
• 768 colors
Which is correct?



Answer :

Other Questions