Shades of Heathered Grey #988D80
Tints of Heathered Grey #988D80
RGB
CMYK
RGB Variations
Color information
#988D80 (or 0x988D80) is known color: Heathered Grey. HEX triplet: 98, 8D and 80. RGB value is (152,141,128). Sum of RGB (Red+Green+Blue) = 152+141+128=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 152 - color contains mainly: red. Hex color #988D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988D80 is #67727F. Grayscale: #8E8E8E. Windows color (decimal): -6779520 or 8424856. OLE color: 8424856.
HSL color Cylindrical-coordinate representation of color #988D80: hue angle of 32.5º degrees, saturation: 0.1, 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 #988D80 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 141 | 128 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.40 |
| HSL | 32.5º | 0.1% | 0.55% | - |
| HSV(B) | 32.5º | 0.16% | 0.6% | - |
| XYZ | 26.37 | 27.28 | 24.3 | - |
| YUV | 142.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 141 | 128 | 0 | 0.07 | 0.16 | 0.40 | 32.5 | 0.1 | 0.55 |
| Hex | 98 | 8D | 80 | 0 | 7 | 10 | 28 | 20 | A | 37 |
| Octal | 230 | 215 | 200 | 0 | 7 | 20 | 50 | 40 | 12 | 67 |
| Binary | 10011000 | 10001101 | 10000000 | 0 | 111 | 10000 | 101000 | 100000 | 1010 | 110111 |
Color Harmonies of #988D80
Complementary color
Monochromatic Colors of #988D80
Black with #988D80
Text Example
Text Example
White with #988D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988D80; }
p { color: rgb(152,141,128); }
H1.HeaderClassName
{
color: #988D80;
}
.AnyTagClassName
{
color: #988D80;
}
</style>
background-color css
<style>
a { background-color: #988D80; }
a { background-color: rgb(152,141,128); }
div.DivClassName
{
background-color: #988D80;
}
.BgClassName
{
background-color: #988D80;
}
</style>
border-color css
<style>
span { border-color: #988D80; }
span { border-color: rgb(152,141,128); }
td.TdClassName
{
border-color: #988D80;
}
.TagClassName
{
border-color: #988D80;
}
</style>