Shades of Heathered Grey #958E7B
Tints of Heathered Grey #958E7B
RGB
CMYK
RGB Variations
Color information
#958E7B (or 0x958E7B) is known color: Heathered Grey. HEX triplet: 95, 8E and 7B. RGB value is (149,142,123). Sum of RGB (Red+Green+Blue) = 149+142+123=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 149 - color contains mainly: red. Hex color #958E7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958E7B is #6A7184. Grayscale: #8E8E8E. Windows color (decimal): -6975877 or 8097429. OLE color: 8097429.
HSL color Cylindrical-coordinate representation of color #958E7B: hue angle of 43.85º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #958E7B is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 142 | 123 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.42 |
| HSL | 43.85º | 0.11% | 0.53% | - |
| HSV(B) | 43.85º | 0.17% | 0.58% | - |
| XYZ | 25.64 | 27.17 | 22.63 | - |
| YUV | 141.93 | 117.32 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 123 | 0 | 0.05 | 0.17 | 0.42 | 43.85 | 0.11 | 0.53 |
| Hex | 95 | 8E | 7B | 0 | 5 | 11 | 2A | 2C | B | 35 |
| Octal | 225 | 216 | 173 | 0 | 5 | 21 | 52 | 54 | 13 | 65 |
| Binary | 10010101 | 10001110 | 1111011 | 0 | 101 | 10001 | 101010 | 101100 | 1011 | 110101 |
Color Harmonies of #958E7B
Complementary color
Monochromatic Colors of #958E7B
Black with #958E7B
Text Example
Text Example
White with #958E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958E7B; }
p { color: rgb(149,142,123); }
H1.HeaderClassName
{
color: #958E7B;
}
.AnyTagClassName
{
color: #958E7B;
}
</style>
background-color css
<style>
a { background-color: #958E7B; }
a { background-color: rgb(149,142,123); }
div.DivClassName
{
background-color: #958E7B;
}
.BgClassName
{
background-color: #958E7B;
}
</style>
border-color css
<style>
span { border-color: #958E7B; }
span { border-color: rgb(149,142,123); }
td.TdClassName
{
border-color: #958E7B;
}
.TagClassName
{
border-color: #958E7B;
}
</style>