Shades of Heathered Grey #988F7E
Tints of Heathered Grey #988F7E
RGB
CMYK
RGB Variations
Color information
#988F7E (or 0x988F7E) is known color: Heathered Grey. HEX triplet: 98, 8F and 7E. RGB value is (152,143,126). Sum of RGB (Red+Green+Blue) = 152+143+126=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 152 - color contains mainly: red. Hex color #988F7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988F7E is #677081. Grayscale: #8F8F8F. Windows color (decimal): -6779010 or 8294296. OLE color: 8294296.
HSL color Cylindrical-coordinate representation of color #988F7E: hue angle of 39.23º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #988F7E is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 143 | 126 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.40 |
| HSL | 39.23º | 0.11% | 0.55% | - |
| HSV(B) | 39.23º | 0.17% | 0.6% | - |
| XYZ | 26.54 | 27.83 | 23.71 | - |
| YUV | 143.75 | 117.98 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 143 | 126 | 0 | 0.06 | 0.17 | 0.40 | 39.23 | 0.11 | 0.55 |
| Hex | 98 | 8F | 7E | 0 | 6 | 11 | 28 | 27 | B | 37 |
| Octal | 230 | 217 | 176 | 0 | 6 | 21 | 50 | 47 | 13 | 67 |
| Binary | 10011000 | 10001111 | 1111110 | 0 | 110 | 10001 | 101000 | 100111 | 1011 | 110111 |
Color Harmonies of #988F7E
Complementary color
Monochromatic Colors of #988F7E
Black with #988F7E
Text Example
Text Example
White with #988F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988F7E; }
p { color: rgb(152,143,126); }
H1.HeaderClassName
{
color: #988F7E;
}
.AnyTagClassName
{
color: #988F7E;
}
</style>
background-color css
<style>
a { background-color: #988F7E; }
a { background-color: rgb(152,143,126); }
div.DivClassName
{
background-color: #988F7E;
}
.BgClassName
{
background-color: #988F7E;
}
</style>
border-color css
<style>
span { border-color: #988F7E; }
span { border-color: rgb(152,143,126); }
td.TdClassName
{
border-color: #988F7E;
}
.TagClassName
{
border-color: #988F7E;
}
</style>