Shades of Heathered Grey #958C80
Tints of Heathered Grey #958C80
RGB
CMYK
RGB Variations
Color information
#958C80 (or 0x958C80) is known color: Heathered Grey. HEX triplet: 95, 8C and 80. RGB value is (149,140,128). Sum of RGB (Red+Green+Blue) = 149+140+128=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 149 - color contains mainly: red. Hex color #958C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958C80 is #6A737F. Grayscale: #8D8D8D. Windows color (decimal): -6976384 or 8424597. OLE color: 8424597.
HSL color Cylindrical-coordinate representation of color #958C80: hue angle of 34.29º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #958C80 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 140 | 128 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.42 |
| HSL | 34.29º | 0.09% | 0.54% | - |
| HSV(B) | 34.29º | 0.14% | 0.58% | - |
| XYZ | 25.67 | 26.7 | 24.22 | - |
| YUV | 141.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 128 | 0 | 0.06 | 0.14 | 0.42 | 34.29 | 0.09 | 0.54 |
| Hex | 95 | 8C | 80 | 0 | 6 | E | 2A | 22 | 9 | 36 |
| Octal | 225 | 214 | 200 | 0 | 6 | 16 | 52 | 42 | 11 | 66 |
| Binary | 10010101 | 10001100 | 10000000 | 0 | 110 | 1110 | 101010 | 100010 | 1001 | 110110 |
Color Harmonies of #958C80
Complementary color
Monochromatic Colors of #958C80
Black with #958C80
Text Example
Text Example
White with #958C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958C80; }
p { color: rgb(149,140,128); }
H1.HeaderClassName
{
color: #958C80;
}
.AnyTagClassName
{
color: #958C80;
}
</style>
background-color css
<style>
a { background-color: #958C80; }
a { background-color: rgb(149,140,128); }
div.DivClassName
{
background-color: #958C80;
}
.BgClassName
{
background-color: #958C80;
}
</style>
border-color css
<style>
span { border-color: #958C80; }
span { border-color: rgb(149,140,128); }
td.TdClassName
{
border-color: #958C80;
}
.TagClassName
{
border-color: #958C80;
}
</style>