Shades of Heathered Grey #978D7F
Tints of Heathered Grey #978D7F
RGB
CMYK
RGB Variations
Color information
#978D7F (or 0x978D7F) is known color: Heathered Grey. HEX triplet: 97, 8D and 7F. RGB value is (151,141,127). Sum of RGB (Red+Green+Blue) = 151+141+127=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 151 - color contains mainly: red. Hex color #978D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978D7F is #687280. Grayscale: #8E8E8E. Windows color (decimal): -6845057 or 8359319. OLE color: 8359319.
HSL color Cylindrical-coordinate representation of color #978D7F: hue angle of 35º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #978D7F is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 141 | 127 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.41 |
| HSL | 35º | 0.1% | 0.55% | - |
| HSV(B) | 35º | 0.16% | 0.59% | - |
| XYZ | 26.12 | 27.16 | 23.94 | - |
| YUV | 142.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 127 | 0 | 0.07 | 0.16 | 0.41 | 35 | 0.1 | 0.55 |
| Hex | 97 | 8D | 7F | 0 | 7 | 10 | 29 | 23 | A | 37 |
| Octal | 227 | 215 | 177 | 0 | 7 | 20 | 51 | 43 | 12 | 67 |
| Binary | 10010111 | 10001101 | 1111111 | 0 | 111 | 10000 | 101001 | 100011 | 1010 | 110111 |
Color Harmonies of #978D7F
Complementary color
Monochromatic Colors of #978D7F
Black with #978D7F
Text Example
Text Example
White with #978D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978D7F; }
p { color: rgb(151,141,127); }
H1.HeaderClassName
{
color: #978D7F;
}
.AnyTagClassName
{
color: #978D7F;
}
</style>
background-color css
<style>
a { background-color: #978D7F; }
a { background-color: rgb(151,141,127); }
div.DivClassName
{
background-color: #978D7F;
}
.BgClassName
{
background-color: #978D7F;
}
</style>
border-color css
<style>
span { border-color: #978D7F; }
span { border-color: rgb(151,141,127); }
td.TdClassName
{
border-color: #978D7F;
}
.TagClassName
{
border-color: #978D7F;
}
</style>