Shades of Heathered Grey #978C81
Tints of Heathered Grey #978C81
RGB
CMYK
RGB Variations
Color information
#978C81 (or 0x978C81) is known color: Heathered Grey. HEX triplet: 97, 8C and 81. RGB value is (151,140,129). Sum of RGB (Red+Green+Blue) = 151+140+129=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 151 - color contains mainly: red. Hex color #978C81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978C81 is #68737E. Grayscale: #8E8E8E. Windows color (decimal): -6845311 or 8490135. OLE color: 8490135.
HSL color Cylindrical-coordinate representation of color #978C81: hue angle of 30º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #978C81 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 140 | 129 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.41 |
| HSL | 30º | 0.1% | 0.55% | - |
| HSV(B) | 30º | 0.15% | 0.59% | - |
| XYZ | 26.1 | 26.92 | 24.59 | - |
| YUV | 142.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 140 | 129 | 0 | 0.07 | 0.15 | 0.41 | 30 | 0.1 | 0.55 |
| Hex | 97 | 8C | 81 | 0 | 7 | F | 29 | 1E | A | 37 |
| Octal | 227 | 214 | 201 | 0 | 7 | 17 | 51 | 36 | 12 | 67 |
| Binary | 10010111 | 10001100 | 10000001 | 0 | 111 | 1111 | 101001 | 11110 | 1010 | 110111 |
Color Harmonies of #978C81
Complementary color
Monochromatic Colors of #978C81
Black with #978C81
Text Example
Text Example
White with #978C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978C81; }
p { color: rgb(151,140,129); }
H1.HeaderClassName
{
color: #978C81;
}
.AnyTagClassName
{
color: #978C81;
}
</style>
background-color css
<style>
a { background-color: #978C81; }
a { background-color: rgb(151,140,129); }
div.DivClassName
{
background-color: #978C81;
}
.BgClassName
{
background-color: #978C81;
}
</style>
border-color css
<style>
span { border-color: #978C81; }
span { border-color: rgb(151,140,129); }
td.TdClassName
{
border-color: #978C81;
}
.TagClassName
{
border-color: #978C81;
}
</style>