Shades of Heathered Grey #958D79
Tints of Heathered Grey #958D79
RGB
CMYK
RGB Variations
Color information
#958D79 (or 0x958D79) is known color: Heathered Grey. HEX triplet: 95, 8D and 79. RGB value is (149,141,121). Sum of RGB (Red+Green+Blue) = 149+141+121=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 149 - color contains mainly: red. Hex color #958D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958D79 is #6A7286. Grayscale: #8D8D8D. Windows color (decimal): -6976135 or 7966101. OLE color: 7966101.
HSL color Cylindrical-coordinate representation of color #958D79: hue angle of 42.86º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #958D79 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 141 | 121 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.42 |
| HSL | 42.86º | 0.12% | 0.53% | - |
| HSV(B) | 42.86º | 0.19% | 0.58% | - |
| XYZ | 25.37 | 26.82 | 21.93 | - |
| YUV | 141.11 | 116.65 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 121 | 0 | 0.05 | 0.19 | 0.42 | 42.86 | 0.12 | 0.53 |
| Hex | 95 | 8D | 79 | 0 | 5 | 13 | 2A | 2B | C | 35 |
| Octal | 225 | 215 | 171 | 0 | 5 | 23 | 52 | 53 | 14 | 65 |
| Binary | 10010101 | 10001101 | 1111001 | 0 | 101 | 10011 | 101010 | 101011 | 1100 | 110101 |
Color Harmonies of #958D79
Complementary color
Monochromatic Colors of #958D79
Black with #958D79
Text Example
Text Example
White with #958D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958D79; }
p { color: rgb(149,141,121); }
H1.HeaderClassName
{
color: #958D79;
}
.AnyTagClassName
{
color: #958D79;
}
</style>
background-color css
<style>
a { background-color: #958D79; }
a { background-color: rgb(149,141,121); }
div.DivClassName
{
background-color: #958D79;
}
.BgClassName
{
background-color: #958D79;
}
</style>
border-color css
<style>
span { border-color: #958D79; }
span { border-color: rgb(149,141,121); }
td.TdClassName
{
border-color: #958D79;
}
.TagClassName
{
border-color: #958D79;
}
</style>