Shades of Heathered Grey #998F7C
Tints of Heathered Grey #998F7C
RGB
CMYK
RGB Variations
Color information
#998F7C (or 0x998F7C) is known color: Heathered Grey. HEX triplet: 99, 8F and 7C. RGB value is (153,143,124). Sum of RGB (Red+Green+Blue) = 153+143+124=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 153 - color contains mainly: red. Hex color #998F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998F7C is #667083. Grayscale: #8F8F8F. Windows color (decimal): -6713476 or 8163225. OLE color: 8163225.
HSL color Cylindrical-coordinate representation of color #998F7C: hue angle of 39.31º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #998F7C is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 143 | 124 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.4 |
| HSL | 39.31º | 0.12% | 0.54% | - |
| HSV(B) | 39.31º | 0.19% | 0.6% | - |
| XYZ | 26.6 | 27.87 | 23.05 | - |
| YUV | 143.82 | 116.81 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 124 | 0 | 0.07 | 0.19 | 0.4 | 39.31 | 0.12 | 0.54 |
| Hex | 99 | 8F | 7C | 0 | 7 | 13 | 28 | 27 | C | 36 |
| Octal | 231 | 217 | 174 | 0 | 7 | 23 | 50 | 47 | 14 | 66 |
| Binary | 10011001 | 10001111 | 1111100 | 0 | 111 | 10011 | 101000 | 100111 | 1100 | 110110 |
Color Harmonies of #998F7C
Complementary color
Monochromatic Colors of #998F7C
Black with #998F7C
Text Example
Text Example
White with #998F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998F7C; }
p { color: rgb(153,143,124); }
H1.HeaderClassName
{
color: #998F7C;
}
.AnyTagClassName
{
color: #998F7C;
}
</style>
background-color css
<style>
a { background-color: #998F7C; }
a { background-color: rgb(153,143,124); }
div.DivClassName
{
background-color: #998F7C;
}
.BgClassName
{
background-color: #998F7C;
}
</style>
border-color css
<style>
span { border-color: #998F7C; }
span { border-color: rgb(153,143,124); }
td.TdClassName
{
border-color: #998F7C;
}
.TagClassName
{
border-color: #998F7C;
}
</style>