HTML Color Picker - Grayscale Colors

Select one of the page attributes below and then pick the desired color from the grayscale color palette table. You can see the changes in real time in the preview window on the right. Once you are satisfied with the color combination you can copy & paste the CSS code below into your web pages.

Background color Text color Link color Visited link color

This is how the selected color combination will look in your page:

This is a normal body text, and also with bold, italic and underline attributes.
This is a link
This is a visited link

Last picked color code:#000000

To use the selected color combination, copy & paste the CSS code below into your web pages, anywhere between the <HEAD> and </HEAD> tags:

<STYLE TYPE='text/css'>
<!--
body { background-color: #FFFFFF; color: #000000; }
-->
</STYLE>