Shades of Heathered Grey #978C7B
Tints of Heathered Grey #978C7B
RGB
CMYK
RGB Variations
Color information
#978C7B (or 0x978C7B) is known color: Heathered Grey. HEX triplet: 97, 8C and 7B. RGB value is (151,140,123). Sum of RGB (Red+Green+Blue) = 151+140+123=414 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.47% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 151 - color contains mainly: red. Hex color #978C7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978C7B is #687384. Grayscale: #8D8D8D. Windows color (decimal): -6845317 or 8096919. OLE color: 8096919.
HSL color Cylindrical-coordinate representation of color #978C7B: hue angle of 36.43º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #978C7B is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 140 | 123 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.41 |
| HSL | 36.43º | 0.12% | 0.54% | - |
| HSV(B) | 36.43º | 0.19% | 0.59% | - |
| XYZ | 25.72 | 26.77 | 22.55 | - |
| YUV | 141.35 | 117.64 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 140 | 123 | 0 | 0.07 | 0.19 | 0.41 | 36.43 | 0.12 | 0.54 |
| Hex | 97 | 8C | 7B | 0 | 7 | 13 | 29 | 24 | C | 36 |
| Octal | 227 | 214 | 173 | 0 | 7 | 23 | 51 | 44 | 14 | 66 |
| Binary | 10010111 | 10001100 | 1111011 | 0 | 111 | 10011 | 101001 | 100100 | 1100 | 110110 |
Color Harmonies of #978C7B
Complementary color
Monochromatic Colors of #978C7B
Black with #978C7B
Text Example
Text Example
White with #978C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978C7B; }
p { color: rgb(151,140,123); }
H1.HeaderClassName
{
color: #978C7B;
}
.AnyTagClassName
{
color: #978C7B;
}
</style>
background-color css
<style>
a { background-color: #978C7B; }
a { background-color: rgb(151,140,123); }
div.DivClassName
{
background-color: #978C7B;
}
.BgClassName
{
background-color: #978C7B;
}
</style>
border-color css
<style>
span { border-color: #978C7B; }
span { border-color: rgb(151,140,123); }
td.TdClassName
{
border-color: #978C7B;
}
.TagClassName
{
border-color: #978C7B;
}
</style>