Shades of Toast #977766
Tints of Toast #977766
RGB
CMYK
RGB Variations
Color information
#977766 (or 0x977766) is known color: Toast. HEX triplet: 97, 77 and 66. RGB value is (151,119,102). Sum of RGB (Red+Green+Blue) = 151+119+102=372 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.59% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 151 - color contains mainly: red. Hex color #977766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977766 is #688899. Grayscale: #7E7E7E. Windows color (decimal): -6850714 or 6715287. OLE color: 6715287.
HSL color Cylindrical-coordinate representation of color #977766: hue angle of 20.82º 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 #977766 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 119 | 102 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.41 |
| HSL | 20.82º | 0.19% | 0.5% | - |
| HSV(B) | 20.82º | 0.32% | 0.59% | - |
| XYZ | 21.76 | 20.73 | 15.43 | - |
| YUV | 126.63 | 114.1 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 119 | 102 | 0 | 0.21 | 0.32 | 0.41 | 20.82 | 0.19 | 0.5 |
| Hex | 97 | 77 | 66 | 0 | 15 | 20 | 29 | 15 | 13 | 32 |
| Octal | 227 | 167 | 146 | 0 | 25 | 40 | 51 | 25 | 23 | 62 |
| Binary | 10010111 | 1110111 | 1100110 | 0 | 10101 | 100000 | 101001 | 10101 | 10011 | 110010 |
Color Harmonies of #977766
Complementary color
Monochromatic Colors of #977766
Black with #977766
Text Example
Text Example
White with #977766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977766; }
p { color: rgb(151,119,102); }
H1.HeaderClassName
{
color: #977766;
}
.AnyTagClassName
{
color: #977766;
}
</style>
background-color css
<style>
a { background-color: #977766; }
a { background-color: rgb(151,119,102); }
div.DivClassName
{
background-color: #977766;
}
.BgClassName
{
background-color: #977766;
}
</style>
border-color css
<style>
span { border-color: #977766; }
span { border-color: rgb(151,119,102); }
td.TdClassName
{
border-color: #977766;
}
.TagClassName
{
border-color: #977766;
}
</style>