Shades of Heathered Grey #988E7D
Tints of Heathered Grey #988E7D
RGB
CMYK
RGB Variations
Color information
#988E7D (or 0x988E7D) is known color: Heathered Grey. HEX triplet: 98, 8E and 7D. RGB value is (152,142,125). Sum of RGB (Red+Green+Blue) = 152+142+125=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 152 - color contains mainly: red. Hex color #988E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988E7D is #677182. Grayscale: #8F8F8F. Windows color (decimal): -6779267 or 8228504. OLE color: 8228504.
HSL color Cylindrical-coordinate representation of color #988E7D: hue angle of 37.78º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #988E7D is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 142 | 125 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.40 |
| HSL | 37.78º | 0.12% | 0.54% | - |
| HSV(B) | 37.78º | 0.18% | 0.6% | - |
| XYZ | 26.32 | 27.5 | 23.32 | - |
| YUV | 143.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 142 | 125 | 0 | 0.07 | 0.18 | 0.40 | 37.78 | 0.12 | 0.54 |
| Hex | 98 | 8E | 7D | 0 | 7 | 12 | 28 | 26 | C | 36 |
| Octal | 230 | 216 | 175 | 0 | 7 | 22 | 50 | 46 | 14 | 66 |
| Binary | 10011000 | 10001110 | 1111101 | 0 | 111 | 10010 | 101000 | 100110 | 1100 | 110110 |
Color Harmonies of #988E7D
Complementary color
Monochromatic Colors of #988E7D
Black with #988E7D
Text Example
Text Example
White with #988E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988E7D; }
p { color: rgb(152,142,125); }
H1.HeaderClassName
{
color: #988E7D;
}
.AnyTagClassName
{
color: #988E7D;
}
</style>
background-color css
<style>
a { background-color: #988E7D; }
a { background-color: rgb(152,142,125); }
div.DivClassName
{
background-color: #988E7D;
}
.BgClassName
{
background-color: #988E7D;
}
</style>
border-color css
<style>
span { border-color: #988E7D; }
span { border-color: rgb(152,142,125); }
td.TdClassName
{
border-color: #988E7D;
}
.TagClassName
{
border-color: #988E7D;
}
</style>