Shades of Heathered Grey #988D7F
Tints of Heathered Grey #988D7F
RGB
CMYK
RGB Variations
Color information
#988D7F (or 0x988D7F) is known color: Heathered Grey. HEX triplet: 98, 8D and 7F. RGB value is (152,141,127). Sum of RGB (Red+Green+Blue) = 152+141+127=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 152 - color contains mainly: red. Hex color #988D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988D7F is #677280. Grayscale: #8E8E8E. Windows color (decimal): -6779521 or 8359320. OLE color: 8359320.
HSL color Cylindrical-coordinate representation of color #988D7F: hue angle of 33.6º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #988D7F is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 141 | 127 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.40 |
| HSL | 33.6º | 0.11% | 0.55% | - |
| HSV(B) | 33.6º | 0.16% | 0.6% | - |
| XYZ | 26.3 | 27.26 | 23.95 | - |
| YUV | 142.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 141 | 127 | 0 | 0.07 | 0.16 | 0.40 | 33.6 | 0.11 | 0.55 |
| Hex | 98 | 8D | 7F | 0 | 7 | 10 | 28 | 22 | B | 37 |
| Octal | 230 | 215 | 177 | 0 | 7 | 20 | 50 | 42 | 13 | 67 |
| Binary | 10011000 | 10001101 | 1111111 | 0 | 111 | 10000 | 101000 | 100010 | 1011 | 110111 |
Color Harmonies of #988D7F
Complementary color
Monochromatic Colors of #988D7F
Black with #988D7F
Text Example
Text Example
White with #988D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988D7F; }
p { color: rgb(152,141,127); }
H1.HeaderClassName
{
color: #988D7F;
}
.AnyTagClassName
{
color: #988D7F;
}
</style>
background-color css
<style>
a { background-color: #988D7F; }
a { background-color: rgb(152,141,127); }
div.DivClassName
{
background-color: #988D7F;
}
.BgClassName
{
background-color: #988D7F;
}
</style>
border-color css
<style>
span { border-color: #988D7F; }
span { border-color: rgb(152,141,127); }
td.TdClassName
{
border-color: #988D7F;
}
.TagClassName
{
border-color: #988D7F;
}
</style>