Shades of Heathered Grey #979186
Tints of Heathered Grey #979186
RGB
CMYK
RGB Variations
Color information
#979186 (or 0x979186) is known color: Heathered Grey. HEX triplet: 97, 91 and 86. RGB value is (151,145,134). Sum of RGB (Red+Green+Blue) = 151+145+134=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 151 - color contains mainly: red. Hex color #979186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979186 is #686E79. Grayscale: #919191. Windows color (decimal): -6844026 or 8819095. OLE color: 8819095.
HSL color Cylindrical-coordinate representation of color #979186: hue angle of 38.82º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #979186 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 145 | 134 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.41 |
| HSL | 38.82º | 0.08% | 0.56% | - |
| HSV(B) | 38.82º | 0.11% | 0.59% | - |
| XYZ | 27.19 | 28.55 | 26.63 | - |
| YUV | 145.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 145 | 134 | 0 | 0.04 | 0.11 | 0.41 | 38.82 | 0.08 | 0.56 |
| Hex | 97 | 91 | 86 | 0 | 4 | B | 29 | 27 | 8 | 38 |
| Octal | 227 | 221 | 206 | 0 | 4 | 13 | 51 | 47 | 10 | 70 |
| Binary | 10010111 | 10010001 | 10000110 | 0 | 100 | 1011 | 101001 | 100111 | 1000 | 111000 |
Color Harmonies of #979186
Complementary color
Monochromatic Colors of #979186
Black with #979186
Text Example
Text Example
White with #979186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979186; }
p { color: rgb(151,145,134); }
H1.HeaderClassName
{
color: #979186;
}
.AnyTagClassName
{
color: #979186;
}
</style>
background-color css
<style>
a { background-color: #979186; }
a { background-color: rgb(151,145,134); }
div.DivClassName
{
background-color: #979186;
}
.BgClassName
{
background-color: #979186;
}
</style>
border-color css
<style>
span { border-color: #979186; }
span { border-color: rgb(151,145,134); }
td.TdClassName
{
border-color: #979186;
}
.TagClassName
{
border-color: #979186;
}
</style>