Shades of Heathered Grey #958D7A
Tints of Heathered Grey #958D7A
RGB
CMYK
RGB Variations
Color information
#958D7A (or 0x958D7A) is known color: Heathered Grey. HEX triplet: 95, 8D and 7A. RGB value is (149,141,122). Sum of RGB (Red+Green+Blue) = 149+141+122=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 149 - color contains mainly: red. Hex color #958D7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958D7A is #6A7285. Grayscale: #8D8D8D. Windows color (decimal): -6976134 or 8031637. OLE color: 8031637.
HSL color Cylindrical-coordinate representation of color #958D7A: hue angle of 42.22º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #958D7A is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 141 | 122 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.42 |
| HSL | 42.22º | 0.11% | 0.53% | - |
| HSV(B) | 42.22º | 0.18% | 0.58% | - |
| XYZ | 25.43 | 26.84 | 22.25 | - |
| YUV | 141.23 | 117.15 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 122 | 0 | 0.05 | 0.18 | 0.42 | 42.22 | 0.11 | 0.53 |
| Hex | 95 | 8D | 7A | 0 | 5 | 12 | 2A | 2A | B | 35 |
| Octal | 225 | 215 | 172 | 0 | 5 | 22 | 52 | 52 | 13 | 65 |
| Binary | 10010101 | 10001101 | 1111010 | 0 | 101 | 10010 | 101010 | 101010 | 1011 | 110101 |
Color Harmonies of #958D7A
Complementary color
Monochromatic Colors of #958D7A
Black with #958D7A
Text Example
Text Example
White with #958D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958D7A; }
p { color: rgb(149,141,122); }
H1.HeaderClassName
{
color: #958D7A;
}
.AnyTagClassName
{
color: #958D7A;
}
</style>
background-color css
<style>
a { background-color: #958D7A; }
a { background-color: rgb(149,141,122); }
div.DivClassName
{
background-color: #958D7A;
}
.BgClassName
{
background-color: #958D7A;
}
</style>
border-color css
<style>
span { border-color: #958D7A; }
span { border-color: rgb(149,141,122); }
td.TdClassName
{
border-color: #958D7A;
}
.TagClassName
{
border-color: #958D7A;
}
</style>