give to a image to show the information .in which different color level represent different data.
What is gray
Gray Scale pixel values represent a level of grayness or brightness, ranging from completely black to completely white. In an 8-bit Gray Scale image, a pixel with a value of 0 is completely black, and a pixel with a value of 255 is completely white. A value of 127 represents a gray color exactly halfway between black and white (medium-gray), and a pixel value of 64 has a gray color halfway between medium-gray and black.
Since computers store data and understand data in a numerical form, we can say that an image is a numerical representation of a
“picture” – a set of numbers interpreted by the computer which creates a visual representation that is understood by humans.