Shades of Toast #977666
Tints of Toast #977666
RGB
CMYK
RGB Variations
Color information
#977666 (or 0x977666) is known color: Toast. HEX triplet: 97, 76 and 66. RGB value is (151,118,102). Sum of RGB (Red+Green+Blue) = 151+118+102=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 151 - color contains mainly: red. Hex color #977666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977666 is #688999. Grayscale: #7E7E7E. Windows color (decimal): -6850970 or 6715031. OLE color: 6715031.
HSL color Cylindrical-coordinate representation of color #977666: hue angle of 19.59º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #977666 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 118 | 102 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.41 |
| HSL | 19.59º | 0.19% | 0.5% | - |
| HSV(B) | 19.59º | 0.32% | 0.59% | - |
| XYZ | 21.64 | 20.5 | 15.39 | - |
| YUV | 126.04 | 114.43 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 118 | 102 | 0 | 0.22 | 0.32 | 0.41 | 19.59 | 0.19 | 0.5 |
| Hex | 97 | 76 | 66 | 0 | 16 | 20 | 29 | 14 | 13 | 32 |
| Octal | 227 | 166 | 146 | 0 | 26 | 40 | 51 | 24 | 23 | 62 |
| Binary | 10010111 | 1110110 | 1100110 | 0 | 10110 | 100000 | 101001 | 10100 | 10011 | 110010 |
Color Harmonies of #977666
Complementary color
Monochromatic Colors of #977666
Black with #977666
Text Example
Text Example
White with #977666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977666; }
p { color: rgb(151,118,102); }
H1.HeaderClassName
{
color: #977666;
}
.AnyTagClassName
{
color: #977666;
}
</style>
background-color css
<style>
a { background-color: #977666; }
a { background-color: rgb(151,118,102); }
div.DivClassName
{
background-color: #977666;
}
.BgClassName
{
background-color: #977666;
}
</style>
border-color css
<style>
span { border-color: #977666; }
span { border-color: rgb(151,118,102); }
td.TdClassName
{
border-color: #977666;
}
.TagClassName
{
border-color: #977666;
}
</style>