Shades of Heathered Grey #958A79
Tints of Heathered Grey #958A79
RGB
CMYK
RGB Variations
Color information
#958A79 (or 0x958A79) is known color: Heathered Grey. HEX triplet: 95, 8A and 79. RGB value is (149,138,121). Sum of RGB (Red+Green+Blue) = 149+138+121=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 149 - color contains mainly: red. Hex color #958A79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958A79 is #6A7586. Grayscale: #8B8B8B. Windows color (decimal): -6976903 or 7965333. OLE color: 7965333.
HSL color Cylindrical-coordinate representation of color #958A79: hue angle of 36.43º 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 #958A79 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 138 | 121 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.42 |
| HSL | 36.43º | 0.12% | 0.53% | - |
| HSV(B) | 36.43º | 0.19% | 0.58% | - |
| XYZ | 24.93 | 25.95 | 21.78 | - |
| YUV | 139.35 | 117.64 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 121 | 0 | 0.07 | 0.19 | 0.42 | 36.43 | 0.12 | 0.53 |
| Hex | 95 | 8A | 79 | 0 | 7 | 13 | 2A | 24 | C | 35 |
| Octal | 225 | 212 | 171 | 0 | 7 | 23 | 52 | 44 | 14 | 65 |
| Binary | 10010101 | 10001010 | 1111001 | 0 | 111 | 10011 | 101010 | 100100 | 1100 | 110101 |
Color Harmonies of #958A79
Complementary color
Monochromatic Colors of #958A79
Black with #958A79
Text Example
Text Example
White with #958A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958A79; }
p { color: rgb(149,138,121); }
H1.HeaderClassName
{
color: #958A79;
}
.AnyTagClassName
{
color: #958A79;
}
</style>
background-color css
<style>
a { background-color: #958A79; }
a { background-color: rgb(149,138,121); }
div.DivClassName
{
background-color: #958A79;
}
.BgClassName
{
background-color: #958A79;
}
</style>
border-color css
<style>
span { border-color: #958A79; }
span { border-color: rgb(149,138,121); }
td.TdClassName
{
border-color: #958A79;
}
.TagClassName
{
border-color: #958A79;
}
</style>