Shades of Heathered Grey #958D7D
Tints of Heathered Grey #958D7D
RGB
CMYK
RGB Variations
Color information
#958D7D (or 0x958D7D) is known color: Heathered Grey. HEX triplet: 95, 8D and 7D. RGB value is (149,141,125). Sum of RGB (Red+Green+Blue) = 149+141+125=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 149 - color contains mainly: red. Hex color #958D7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958D7D is #6A7282. Grayscale: #8D8D8D. Windows color (decimal): -6976131 or 8228245. OLE color: 8228245.
HSL color Cylindrical-coordinate representation of color #958D7D: hue angle of 40º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #958D7D is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 141 | 125 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.42 |
| HSL | 40º | 0.1% | 0.54% | - |
| HSV(B) | 40º | 0.16% | 0.58% | - |
| XYZ | 25.62 | 26.92 | 23.25 | - |
| YUV | 141.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 125 | 0 | 0.05 | 0.16 | 0.42 | 40 | 0.1 | 0.54 |
| Hex | 95 | 8D | 7D | 0 | 5 | 10 | 2A | 28 | A | 36 |
| Octal | 225 | 215 | 175 | 0 | 5 | 20 | 52 | 50 | 12 | 66 |
| Binary | 10010101 | 10001101 | 1111101 | 0 | 101 | 10000 | 101010 | 101000 | 1010 | 110110 |
Color Harmonies of #958D7D
Complementary color
Monochromatic Colors of #958D7D
Black with #958D7D
Text Example
Text Example
White with #958D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958D7D; }
p { color: rgb(149,141,125); }
H1.HeaderClassName
{
color: #958D7D;
}
.AnyTagClassName
{
color: #958D7D;
}
</style>
background-color css
<style>
a { background-color: #958D7D; }
a { background-color: rgb(149,141,125); }
div.DivClassName
{
background-color: #958D7D;
}
.BgClassName
{
background-color: #958D7D;
}
</style>
border-color css
<style>
span { border-color: #958D7D; }
span { border-color: rgb(149,141,125); }
td.TdClassName
{
border-color: #958D7D;
}
.TagClassName
{
border-color: #958D7D;
}
</style>