Shades of Heathered Grey #998E7C
Tints of Heathered Grey #998E7C
RGB
CMYK
RGB Variations
Color information
#998E7C (or 0x998E7C) is known color: Heathered Grey. HEX triplet: 99, 8E and 7C. RGB value is (153,142,124). Sum of RGB (Red+Green+Blue) = 153+142+124=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 153 - color contains mainly: red. Hex color #998E7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998E7C is #667183. Grayscale: #8F8F8F. Windows color (decimal): -6713732 or 8162969. OLE color: 8162969.
HSL color Cylindrical-coordinate representation of color #998E7C: hue angle of 37.24º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #998E7C is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 142 | 124 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.4 |
| HSL | 37.24º | 0.12% | 0.54% | - |
| HSV(B) | 37.24º | 0.19% | 0.6% | - |
| XYZ | 26.45 | 27.57 | 23 | - |
| YUV | 143.24 | 117.14 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 124 | 0 | 0.07 | 0.19 | 0.4 | 37.24 | 0.12 | 0.54 |
| Hex | 99 | 8E | 7C | 0 | 7 | 13 | 28 | 25 | C | 36 |
| Octal | 231 | 216 | 174 | 0 | 7 | 23 | 50 | 45 | 14 | 66 |
| Binary | 10011001 | 10001110 | 1111100 | 0 | 111 | 10011 | 101000 | 100101 | 1100 | 110110 |
Color Harmonies of #998E7C
Complementary color
Monochromatic Colors of #998E7C
Black with #998E7C
Text Example
Text Example
White with #998E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998E7C; }
p { color: rgb(153,142,124); }
H1.HeaderClassName
{
color: #998E7C;
}
.AnyTagClassName
{
color: #998E7C;
}
</style>
background-color css
<style>
a { background-color: #998E7C; }
a { background-color: rgb(153,142,124); }
div.DivClassName
{
background-color: #998E7C;
}
.BgClassName
{
background-color: #998E7C;
}
</style>
border-color css
<style>
span { border-color: #998E7C; }
span { border-color: rgb(153,142,124); }
td.TdClassName
{
border-color: #998E7C;
}
.TagClassName
{
border-color: #998E7C;
}
</style>