Shades of Toast #987764
Tints of Toast #987764
RGB
CMYK
RGB Variations
Color information
#987764 (or 0x987764) is known color: Toast. HEX triplet: 98, 77 and 64. RGB value is (152,119,100). Sum of RGB (Red+Green+Blue) = 152+119+100=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #987764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987764 is #67889B. Grayscale: #7E7E7E. Windows color (decimal): -6785180 or 6584216. OLE color: 6584216.
HSL color Cylindrical-coordinate representation of color #987764: hue angle of 21.92º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #987764 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 119 | 100 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.40 |
| HSL | 21.92º | 0.21% | 0.49% | - |
| HSV(B) | 21.92º | 0.34% | 0.6% | - |
| XYZ | 21.85 | 20.79 | 14.92 | - |
| YUV | 126.7 | 112.93 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 100 | 0 | 0.22 | 0.34 | 0.40 | 21.92 | 0.21 | 0.49 |
| Hex | 98 | 77 | 64 | 0 | 16 | 22 | 28 | 16 | 15 | 31 |
| Octal | 230 | 167 | 144 | 0 | 26 | 42 | 50 | 26 | 25 | 61 |
| Binary | 10011000 | 1110111 | 1100100 | 0 | 10110 | 100010 | 101000 | 10110 | 10101 | 110001 |
Color Harmonies of #987764
Complementary color
Monochromatic Colors of #987764
Black with #987764
Text Example
Text Example
White with #987764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987764; }
p { color: rgb(152,119,100); }
H1.HeaderClassName
{
color: #987764;
}
.AnyTagClassName
{
color: #987764;
}
</style>
background-color css
<style>
a { background-color: #987764; }
a { background-color: rgb(152,119,100); }
div.DivClassName
{
background-color: #987764;
}
.BgClassName
{
background-color: #987764;
}
</style>
border-color css
<style>
span { border-color: #987764; }
span { border-color: rgb(152,119,100); }
td.TdClassName
{
border-color: #987764;
}
.TagClassName
{
border-color: #987764;
}
</style>