Shades of Heathered Grey #998E7B
Tints of Heathered Grey #998E7B
RGB
CMYK
RGB Variations
Color information
#998E7B (or 0x998E7B) is known color: Heathered Grey. HEX triplet: 99, 8E and 7B. RGB value is (153,142,123). Sum of RGB (Red+Green+Blue) = 153+142+123=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 153 - color contains mainly: red. Hex color #998E7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998E7B is #667184. Grayscale: #8F8F8F. Windows color (decimal): -6713733 or 8097433. OLE color: 8097433.
HSL color Cylindrical-coordinate representation of color #998E7B: hue angle of 38º 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 #998E7B is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 142 | 123 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.4 |
| HSL | 38º | 0.13% | 0.54% | - |
| HSV(B) | 38º | 0.2% | 0.6% | - |
| XYZ | 26.39 | 27.55 | 22.67 | - |
| YUV | 143.12 | 116.64 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 123 | 0 | 0.07 | 0.20 | 0.4 | 38 | 0.13 | 0.54 |
| Hex | 99 | 8E | 7B | 0 | 7 | 14 | 28 | 26 | D | 36 |
| Octal | 231 | 216 | 173 | 0 | 7 | 24 | 50 | 46 | 15 | 66 |
| Binary | 10011001 | 10001110 | 1111011 | 0 | 111 | 10100 | 101000 | 100110 | 1101 | 110110 |
Color Harmonies of #998E7B
Complementary color
Monochromatic Colors of #998E7B
Black with #998E7B
Text Example
Text Example
White with #998E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998E7B; }
p { color: rgb(153,142,123); }
H1.HeaderClassName
{
color: #998E7B;
}
.AnyTagClassName
{
color: #998E7B;
}
</style>
background-color css
<style>
a { background-color: #998E7B; }
a { background-color: rgb(153,142,123); }
div.DivClassName
{
background-color: #998E7B;
}
.BgClassName
{
background-color: #998E7B;
}
</style>
border-color css
<style>
span { border-color: #998E7B; }
span { border-color: rgb(153,142,123); }
td.TdClassName
{
border-color: #998E7B;
}
.TagClassName
{
border-color: #998E7B;
}
</style>