Shades of Heathered Grey #958D81
Tints of Heathered Grey #958D81
RGB
CMYK
RGB Variations
Color information
#958D81 (or 0x958D81) is known color: Heathered Grey. HEX triplet: 95, 8D and 81. RGB value is (149,141,129). Sum of RGB (Red+Green+Blue) = 149+141+129=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 149 - color contains mainly: red. Hex color #958D81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958D81 is #6A727E. Grayscale: #8E8E8E. Windows color (decimal): -6976127 or 8490389. OLE color: 8490389.
HSL color Cylindrical-coordinate representation of color #958D81: hue angle of 36º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #958D81 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 141 | 129 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.42 |
| HSL | 36º | 0.09% | 0.55% | - |
| HSV(B) | 36º | 0.13% | 0.58% | - |
| XYZ | 25.88 | 27.02 | 24.62 | - |
| YUV | 142.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 129 | 0 | 0.05 | 0.13 | 0.42 | 36 | 0.09 | 0.55 |
| Hex | 95 | 8D | 81 | 0 | 5 | D | 2A | 24 | 9 | 37 |
| Octal | 225 | 215 | 201 | 0 | 5 | 15 | 52 | 44 | 11 | 67 |
| Binary | 10010101 | 10001101 | 10000001 | 0 | 101 | 1101 | 101010 | 100100 | 1001 | 110111 |
Color Harmonies of #958D81
Complementary color
Monochromatic Colors of #958D81
Black with #958D81
Text Example
Text Example
White with #958D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958D81; }
p { color: rgb(149,141,129); }
H1.HeaderClassName
{
color: #958D81;
}
.AnyTagClassName
{
color: #958D81;
}
</style>
background-color css
<style>
a { background-color: #958D81; }
a { background-color: rgb(149,141,129); }
div.DivClassName
{
background-color: #958D81;
}
.BgClassName
{
background-color: #958D81;
}
</style>
border-color css
<style>
span { border-color: #958D81; }
span { border-color: rgb(149,141,129); }
td.TdClassName
{
border-color: #958D81;
}
.TagClassName
{
border-color: #958D81;
}
</style>