Shades of Heathered Grey #978F7F
Tints of Heathered Grey #978F7F
RGB
CMYK
RGB Variations
Color information
#978F7F (or 0x978F7F) is known color: Heathered Grey. HEX triplet: 97, 8F and 7F. RGB value is (151,143,127). Sum of RGB (Red+Green+Blue) = 151+143+127=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 151 - color contains mainly: red. Hex color #978F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978F7F is #687080. Grayscale: #8F8F8F. Windows color (decimal): -6844545 or 8359831. OLE color: 8359831.
HSL color Cylindrical-coordinate representation of color #978F7F: hue angle of 40º 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 #978F7F is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 143 | 127 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.41 |
| HSL | 40º | 0.1% | 0.55% | - |
| HSV(B) | 40º | 0.16% | 0.59% | - |
| XYZ | 26.42 | 27.76 | 24.04 | - |
| YUV | 143.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 143 | 127 | 0 | 0.05 | 0.16 | 0.41 | 40 | 0.1 | 0.55 |
| Hex | 97 | 8F | 7F | 0 | 5 | 10 | 29 | 28 | A | 37 |
| Octal | 227 | 217 | 177 | 0 | 5 | 20 | 51 | 50 | 12 | 67 |
| Binary | 10010111 | 10001111 | 1111111 | 0 | 101 | 10000 | 101001 | 101000 | 1010 | 110111 |
Color Harmonies of #978F7F
Complementary color
Monochromatic Colors of #978F7F
Black with #978F7F
Text Example
Text Example
White with #978F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978F7F; }
p { color: rgb(151,143,127); }
H1.HeaderClassName
{
color: #978F7F;
}
.AnyTagClassName
{
color: #978F7F;
}
</style>
background-color css
<style>
a { background-color: #978F7F; }
a { background-color: rgb(151,143,127); }
div.DivClassName
{
background-color: #978F7F;
}
.BgClassName
{
background-color: #978F7F;
}
</style>
border-color css
<style>
span { border-color: #978F7F; }
span { border-color: rgb(151,143,127); }
td.TdClassName
{
border-color: #978F7F;
}
.TagClassName
{
border-color: #978F7F;
}
</style>