CSS Color Chart: Gray Scale : Color « Reference « HTML / CSS






CSS Color Chart: Gray Scale

 

<html>
<head>
<title>CSS Color Chart</title>
<meta name="description" content="">
<meta name="keywords" content="">
<style type="text/css">
body   {background-color: rgb(60%,60%,60%); color: rgb(0%,0%,0%);}
   h1, h2     {color: rgb(80%80%80%)}
   th         {background-color: rgb(65%65%65%)}
  
</style>
</head>
<body>
<div align="center">
<h1>"Browser-Safe" Color Mixing Chart</h1>

<h2>Gray Scale</h2>
<table>
<tr>
<th>0% Red, Green, Blue</th>
<th>20% Red, Green, Blue</th>
<th>40% Red, Green, Blue</th>
<th>60% Red, Green, Blue</th>
<th>80% Red, Green, Blue</th>
<th>100% Red, Green, Blue</th>
</tr>

<tr><!-- Row 1 -->
<td style="background-color: rgb(0%0%0%)">?/td>
<!-- Col 1 -->
<td style="background-color: rgb(20%20%20%)">?/td>
<!-- Col 2 -->
<td style="background-color: rgb(40%40%40%)">?/td>
<!-- Col 3 -->
<td style="background-color: rgb(60%60%60%)">?/td>
<!-- Col 4 -->
<td style="background-color: rgb(80%80%80%)">?/td>
<!-- Col 5 -->
<td style="background-color: rgb(100%100%100%)">?/td>
<!-- Col 6 -->
</tr>
</table>

<br>


</div>
</body>
</html>


           
         
  








Related examples in the same category

1.Color Names: 140 color names are listed alphabetically.
2.The Web Palette
3.HTML Color Names
4.Shades of Gray
5.Colors Sorted Alphabetically
6.Fixed Red value: #FF
7.Fixed Red value: #00
8.Colors are displayed combining: RED, GREEN, and BLUE light sources
9.CSS Color Chart: Pure Colors
10.CSS Color Chart: Mixture of Red and Green
11.CSS Color Chart: Mixtures of Blue and Red
12.CSS Color Chart: Mixtures of Blue and Green
13.CSS Color Chart:Mixtures of Red, Blue, and Green
14.A table of color names that are supported by most browsers
15.Cross Platform Colors
16.Color Names List
17.CSS2.1 colors and their corresponding decimal, percentage, and hexadecimal values.
18.color constant name