Shades of Heathered Grey #998D80
Tints of Heathered Grey #998D80
RGB
CMYK
RGB Variations
Color information
#998D80 (or 0x998D80) is known color: Heathered Grey. HEX triplet: 99, 8D and 80. RGB value is (153,141,128). Sum of RGB (Red+Green+Blue) = 153+141+128=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 153 - color contains mainly: red. Hex color #998D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998D80 is #66727F. Grayscale: #8F8F8F. Windows color (decimal): -6713984 or 8424857. OLE color: 8424857.
HSL color Cylindrical-coordinate representation of color #998D80: hue angle of 31.2º 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 #998D80 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 128 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.4 |
| HSL | 31.2º | 0.11% | 0.55% | - |
| HSV(B) | 31.2º | 0.16% | 0.6% | - |
| XYZ | 26.56 | 27.38 | 24.31 | - |
| YUV | 143.11 | 119.48 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 128 | 0 | 0.08 | 0.16 | 0.4 | 31.2 | 0.11 | 0.55 |
| Hex | 99 | 8D | 80 | 0 | 8 | 10 | 28 | 1F | B | 37 |
| Octal | 231 | 215 | 200 | 0 | 10 | 20 | 50 | 37 | 13 | 67 |
| Binary | 10011001 | 10001101 | 10000000 | 0 | 1000 | 10000 | 101000 | 11111 | 1011 | 110111 |
Color Harmonies of #998D80
Complementary color
Monochromatic Colors of #998D80
Black with #998D80
Text Example
Text Example
White with #998D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D80; }
p { color: rgb(153,141,128); }
H1.HeaderClassName
{
color: #998D80;
}
.AnyTagClassName
{
color: #998D80;
}
</style>
background-color css
<style>
a { background-color: #998D80; }
a { background-color: rgb(153,141,128); }
div.DivClassName
{
background-color: #998D80;
}
.BgClassName
{
background-color: #998D80;
}
</style>
border-color css
<style>
span { border-color: #998D80; }
span { border-color: rgb(153,141,128); }
td.TdClassName
{
border-color: #998D80;
}
.TagClassName
{
border-color: #998D80;
}
</style>