Shades of Heathered Grey #998E7E
Tints of Heathered Grey #998E7E
RGB
CMYK
RGB Variations
Color information
#998E7E (or 0x998E7E) is known color: Heathered Grey. HEX triplet: 99, 8E and 7E. RGB value is (153,142,126). Sum of RGB (Red+Green+Blue) = 153+142+126=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 153 - color contains mainly: red. Hex color #998E7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998E7E is #667181. Grayscale: #8F8F8F. Windows color (decimal): -6713730 or 8294041. OLE color: 8294041.
HSL color Cylindrical-coordinate representation of color #998E7E: hue angle of 35.56º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #998E7E is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 142 | 126 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.4 |
| HSL | 35.56º | 0.12% | 0.55% | - |
| HSV(B) | 35.56º | 0.18% | 0.6% | - |
| XYZ | 26.58 | 27.62 | 23.67 | - |
| YUV | 143.47 | 118.14 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 126 | 0 | 0.07 | 0.18 | 0.4 | 35.56 | 0.12 | 0.55 |
| Hex | 99 | 8E | 7E | 0 | 7 | 12 | 28 | 24 | C | 37 |
| Octal | 231 | 216 | 176 | 0 | 7 | 22 | 50 | 44 | 14 | 67 |
| Binary | 10011001 | 10001110 | 1111110 | 0 | 111 | 10010 | 101000 | 100100 | 1100 | 110111 |
Color Harmonies of #998E7E
Complementary color
Monochromatic Colors of #998E7E
Black with #998E7E
Text Example
Text Example
White with #998E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998E7E; }
p { color: rgb(153,142,126); }
H1.HeaderClassName
{
color: #998E7E;
}
.AnyTagClassName
{
color: #998E7E;
}
</style>
background-color css
<style>
a { background-color: #998E7E; }
a { background-color: rgb(153,142,126); }
div.DivClassName
{
background-color: #998E7E;
}
.BgClassName
{
background-color: #998E7E;
}
</style>
border-color css
<style>
span { border-color: #998E7E; }
span { border-color: rgb(153,142,126); }
td.TdClassName
{
border-color: #998E7E;
}
.TagClassName
{
border-color: #998E7E;
}
</style>