Shades of Heathered Grey #978D7C
Tints of Heathered Grey #978D7C
RGB
CMYK
RGB Variations
Color information
#978D7C (or 0x978D7C) is known color: Heathered Grey. HEX triplet: 97, 8D and 7C. RGB value is (151,141,124). Sum of RGB (Red+Green+Blue) = 151+141+124=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 151 - color contains mainly: red. Hex color #978D7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978D7C is #687283. Grayscale: #8E8E8E. Windows color (decimal): -6845060 or 8162711. OLE color: 8162711.
HSL color Cylindrical-coordinate representation of color #978D7C: hue angle of 37.78º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #978D7C is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 141 | 124 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.41 |
| HSL | 37.78º | 0.11% | 0.54% | - |
| HSV(B) | 37.78º | 0.18% | 0.59% | - |
| XYZ | 25.93 | 27.08 | 22.93 | - |
| YUV | 142.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 124 | 0 | 0.07 | 0.18 | 0.41 | 37.78 | 0.11 | 0.54 |
| Hex | 97 | 8D | 7C | 0 | 7 | 12 | 29 | 26 | B | 36 |
| Octal | 227 | 215 | 174 | 0 | 7 | 22 | 51 | 46 | 13 | 66 |
| Binary | 10010111 | 10001101 | 1111100 | 0 | 111 | 10010 | 101001 | 100110 | 1011 | 110110 |
Color Harmonies of #978D7C
Complementary color
Monochromatic Colors of #978D7C
Black with #978D7C
Text Example
Text Example
White with #978D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978D7C; }
p { color: rgb(151,141,124); }
H1.HeaderClassName
{
color: #978D7C;
}
.AnyTagClassName
{
color: #978D7C;
}
</style>
background-color css
<style>
a { background-color: #978D7C; }
a { background-color: rgb(151,141,124); }
div.DivClassName
{
background-color: #978D7C;
}
.BgClassName
{
background-color: #978D7C;
}
</style>
border-color css
<style>
span { border-color: #978D7C; }
span { border-color: rgb(151,141,124); }
td.TdClassName
{
border-color: #978D7C;
}
.TagClassName
{
border-color: #978D7C;
}
</style>