Shades of Heathered Grey #988E7A
Tints of Heathered Grey #988E7A
RGB
CMYK
RGB Variations
Color information
#988E7A (or 0x988E7A) is known color: Heathered Grey. HEX triplet: 98, 8E and 7A. RGB value is (152,142,122). Sum of RGB (Red+Green+Blue) = 152+142+122=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 152 - color contains mainly: red. Hex color #988E7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988E7A is #677185. Grayscale: #8E8E8E. Windows color (decimal): -6779270 or 8031896. OLE color: 8031896.
HSL color Cylindrical-coordinate representation of color #988E7A: hue angle of 40º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #988E7A is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 142 | 122 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.40 |
| HSL | 40º | 0.13% | 0.54% | - |
| HSV(B) | 40º | 0.2% | 0.6% | - |
| XYZ | 26.13 | 27.43 | 22.33 | - |
| YUV | 142.71 | 116.31 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 142 | 122 | 0 | 0.07 | 0.20 | 0.40 | 40 | 0.13 | 0.54 |
| Hex | 98 | 8E | 7A | 0 | 7 | 14 | 28 | 28 | D | 36 |
| Octal | 230 | 216 | 172 | 0 | 7 | 24 | 50 | 50 | 15 | 66 |
| Binary | 10011000 | 10001110 | 1111010 | 0 | 111 | 10100 | 101000 | 101000 | 1101 | 110110 |
Color Harmonies of #988E7A
Complementary color
Monochromatic Colors of #988E7A
Black with #988E7A
Text Example
Text Example
White with #988E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988E7A; }
p { color: rgb(152,142,122); }
H1.HeaderClassName
{
color: #988E7A;
}
.AnyTagClassName
{
color: #988E7A;
}
</style>
background-color css
<style>
a { background-color: #988E7A; }
a { background-color: rgb(152,142,122); }
div.DivClassName
{
background-color: #988E7A;
}
.BgClassName
{
background-color: #988E7A;
}
</style>
border-color css
<style>
span { border-color: #988E7A; }
span { border-color: rgb(152,142,122); }
td.TdClassName
{
border-color: #988E7A;
}
.TagClassName
{
border-color: #988E7A;
}
</style>