Shades of Heathered Grey #958B77
Tints of Heathered Grey #958B77
RGB
CMYK
RGB Variations
Color information
#958B77 (or 0x958B77) is known color: Heathered Grey. HEX triplet: 95, 8B and 77. RGB value is (149,139,119). Sum of RGB (Red+Green+Blue) = 149+139+119=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 149 - color contains mainly: red. Hex color #958B77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958B77 is #6A7488. Grayscale: #8B8B8B. Windows color (decimal): -6976649 or 7834517. OLE color: 7834517.
HSL color Cylindrical-coordinate representation of color #958B77: hue angle of 40º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #958B77 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 139 | 119 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.42 |
| HSL | 40º | 0.12% | 0.53% | - |
| HSV(B) | 40º | 0.2% | 0.58% | - |
| XYZ | 24.96 | 26.19 | 21.19 | - |
| YUV | 139.71 | 116.31 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 119 | 0 | 0.07 | 0.20 | 0.42 | 40 | 0.12 | 0.53 |
| Hex | 95 | 8B | 77 | 0 | 7 | 14 | 2A | 28 | C | 35 |
| Octal | 225 | 213 | 167 | 0 | 7 | 24 | 52 | 50 | 14 | 65 |
| Binary | 10010101 | 10001011 | 1110111 | 0 | 111 | 10100 | 101010 | 101000 | 1100 | 110101 |
Color Harmonies of #958B77
Complementary color
Monochromatic Colors of #958B77
Black with #958B77
Text Example
Text Example
White with #958B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958B77; }
p { color: rgb(149,139,119); }
H1.HeaderClassName
{
color: #958B77;
}
.AnyTagClassName
{
color: #958B77;
}
</style>
background-color css
<style>
a { background-color: #958B77; }
a { background-color: rgb(149,139,119); }
div.DivClassName
{
background-color: #958B77;
}
.BgClassName
{
background-color: #958B77;
}
</style>
border-color css
<style>
span { border-color: #958B77; }
span { border-color: rgb(149,139,119); }
td.TdClassName
{
border-color: #958B77;
}
.TagClassName
{
border-color: #958B77;
}
</style>