Shades of Heathered Grey #978979
Tints of Heathered Grey #978979
RGB
CMYK
RGB Variations
Color information
#978979 (or 0x978979) is known color: Heathered Grey. HEX triplet: 97, 89 and 79. RGB value is (151,137,121). Sum of RGB (Red+Green+Blue) = 151+137+121=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 151 - color contains mainly: red. Hex color #978979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978979 is #687686. Grayscale: #8B8B8B. Windows color (decimal): -6846087 or 7965079. OLE color: 7965079.
HSL color Cylindrical-coordinate representation of color #978979: hue angle of 32º 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 #978979 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 137 | 121 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.41 |
| HSL | 32º | 0.13% | 0.53% | - |
| HSV(B) | 32º | 0.2% | 0.59% | - |
| XYZ | 25.16 | 25.85 | 21.75 | - |
| YUV | 139.36 | 117.64 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 137 | 121 | 0 | 0.09 | 0.20 | 0.41 | 32 | 0.13 | 0.53 |
| Hex | 97 | 89 | 79 | 0 | 9 | 14 | 29 | 20 | D | 35 |
| Octal | 227 | 211 | 171 | 0 | 11 | 24 | 51 | 40 | 15 | 65 |
| Binary | 10010111 | 10001001 | 1111001 | 0 | 1001 | 10100 | 101001 | 100000 | 1101 | 110101 |
Color Harmonies of #978979
Complementary color
Monochromatic Colors of #978979
Black with #978979
Text Example
Text Example
White with #978979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978979; }
p { color: rgb(151,137,121); }
H1.HeaderClassName
{
color: #978979;
}
.AnyTagClassName
{
color: #978979;
}
</style>
background-color css
<style>
a { background-color: #978979; }
a { background-color: rgb(151,137,121); }
div.DivClassName
{
background-color: #978979;
}
.BgClassName
{
background-color: #978979;
}
</style>
border-color css
<style>
span { border-color: #978979; }
span { border-color: rgb(151,137,121); }
td.TdClassName
{
border-color: #978979;
}
.TagClassName
{
border-color: #978979;
}
</style>