Shades of Heathered Grey #978D79
Tints of Heathered Grey #978D79
RGB
CMYK
RGB Variations
Color information
#978D79 (or 0x978D79) is known color: Heathered Grey. HEX triplet: 97, 8D and 79. RGB value is (151,141,121). Sum of RGB (Red+Green+Blue) = 151+141+121=413 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.56% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 151 - color contains mainly: red. Hex color #978D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978D79 is #687286. Grayscale: #8D8D8D. Windows color (decimal): -6845063 or 7966103. OLE color: 7966103.
HSL color Cylindrical-coordinate representation of color #978D79: hue angle of 40º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #978D79 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 141 | 121 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.41 |
| HSL | 40º | 0.13% | 0.53% | - |
| HSV(B) | 40º | 0.2% | 0.59% | - |
| XYZ | 25.74 | 27.01 | 21.95 | - |
| YUV | 141.71 | 116.31 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 121 | 0 | 0.07 | 0.20 | 0.41 | 40 | 0.13 | 0.53 |
| Hex | 97 | 8D | 79 | 0 | 7 | 14 | 29 | 28 | D | 35 |
| Octal | 227 | 215 | 171 | 0 | 7 | 24 | 51 | 50 | 15 | 65 |
| Binary | 10010111 | 10001101 | 1111001 | 0 | 111 | 10100 | 101001 | 101000 | 1101 | 110101 |
Color Harmonies of #978D79
Complementary color
Monochromatic Colors of #978D79
Black with #978D79
Text Example
Text Example
White with #978D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978D79; }
p { color: rgb(151,141,121); }
H1.HeaderClassName
{
color: #978D79;
}
.AnyTagClassName
{
color: #978D79;
}
</style>
background-color css
<style>
a { background-color: #978D79; }
a { background-color: rgb(151,141,121); }
div.DivClassName
{
background-color: #978D79;
}
.BgClassName
{
background-color: #978D79;
}
</style>
border-color css
<style>
span { border-color: #978D79; }
span { border-color: rgb(151,141,121); }
td.TdClassName
{
border-color: #978D79;
}
.TagClassName
{
border-color: #978D79;
}
</style>