Shades of Heathered Grey #998C79
Tints of Heathered Grey #998C79
RGB
CMYK
RGB Variations
Color information
#998C79 (or 0x998C79) is known color: Heathered Grey. HEX triplet: 99, 8C and 79. RGB value is (153,140,121). Sum of RGB (Red+Green+Blue) = 153+140+121=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 153 - color contains mainly: red. Hex color #998C79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C79 is #667386. Grayscale: #8D8D8D. Windows color (decimal): -6714247 or 7965849. OLE color: 7965849.
HSL color Cylindrical-coordinate representation of color #998C79: hue angle of 35.62º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #998C79 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 140 | 121 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.4 |
| HSL | 35.63º | 0.14% | 0.54% | - |
| HSV(B) | 35.63º | 0.21% | 0.6% | - |
| XYZ | 25.97 | 26.91 | 21.91 | - |
| YUV | 141.72 | 116.31 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 121 | 0 | 0.08 | 0.21 | 0.4 | 35.63 | 0.14 | 0.54 |
| Hex | 99 | 8C | 79 | 0 | 8 | 15 | 28 | 24 | E | 36 |
| Octal | 231 | 214 | 171 | 0 | 10 | 25 | 50 | 44 | 16 | 66 |
| Binary | 10011001 | 10001100 | 1111001 | 0 | 1000 | 10101 | 101000 | 100100 | 1110 | 110110 |
Color Harmonies of #998C79
Complementary color
Monochromatic Colors of #998C79
Black with #998C79
Text Example
Text Example
White with #998C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998C79; }
p { color: rgb(153,140,121); }
H1.HeaderClassName
{
color: #998C79;
}
.AnyTagClassName
{
color: #998C79;
}
</style>
background-color css
<style>
a { background-color: #998C79; }
a { background-color: rgb(153,140,121); }
div.DivClassName
{
background-color: #998C79;
}
.BgClassName
{
background-color: #998C79;
}
</style>
border-color css
<style>
span { border-color: #998C79; }
span { border-color: rgb(153,140,121); }
td.TdClassName
{
border-color: #998C79;
}
.TagClassName
{
border-color: #998C79;
}
</style>