Shades of Toast #997764
Tints of Toast #997764
RGB
CMYK
RGB Variations
Color information
#997764 (or 0x997764) is known color: Toast. HEX triplet: 99, 77 and 64. RGB value is (153,119,100). Sum of RGB (Red+Green+Blue) = 153+119+100=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #997764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997764 is #66889B. Grayscale: #7F7F7F. Windows color (decimal): -6719644 or 6584217. OLE color: 6584217.
HSL color Cylindrical-coordinate representation of color #997764: hue angle of 21.51º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #997764 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 119 | 100 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.4 |
| HSL | 21.51º | 0.21% | 0.5% | - |
| HSV(B) | 21.51º | 0.35% | 0.6% | - |
| XYZ | 22.03 | 20.89 | 14.93 | - |
| YUV | 127 | 112.76 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 119 | 100 | 0 | 0.22 | 0.35 | 0.4 | 21.51 | 0.21 | 0.5 |
| Hex | 99 | 77 | 64 | 0 | 16 | 23 | 28 | 16 | 15 | 32 |
| Octal | 231 | 167 | 144 | 0 | 26 | 43 | 50 | 26 | 25 | 62 |
| Binary | 10011001 | 1110111 | 1100100 | 0 | 10110 | 100011 | 101000 | 10110 | 10101 | 110010 |
Color Harmonies of #997764
Complementary color
Monochromatic Colors of #997764
Black with #997764
Text Example
Text Example
White with #997764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997764; }
p { color: rgb(153,119,100); }
H1.HeaderClassName
{
color: #997764;
}
.AnyTagClassName
{
color: #997764;
}
</style>
background-color css
<style>
a { background-color: #997764; }
a { background-color: rgb(153,119,100); }
div.DivClassName
{
background-color: #997764;
}
.BgClassName
{
background-color: #997764;
}
</style>
border-color css
<style>
span { border-color: #997764; }
span { border-color: rgb(153,119,100); }
td.TdClassName
{
border-color: #997764;
}
.TagClassName
{
border-color: #997764;
}
</style>