CSS Color Chart : Color : Reference HTML CSS TUTORIALS


HTML CSS TUTORIALS » Reference » Color »

 

CSS Color Chart




<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 -->
<td style="background-color: rgb(0%0%0%)">?/td>
<!-- Col -->
<td style="background-color: rgb(20%20%20%)">?/td>
<!-- Col -->
<td style="background-color: rgb(40%40%40%)">?/td>
<!-- Col -->
<td style="background-color: rgb(60%60%60%)">?/td>
<!-- Col -->
<td style="background-color: rgb(80%80%80%)">?/td>
<!-- Col -->
<td style="background-color: rgb(100%100%100%)">?/td>
<!-- Col -->
</tr>
</table>

<br>


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


           
       



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Reference
» Color