Shades of Heathered Grey #958E7E
Tints of Heathered Grey #958E7E
RGB
CMYK
RGB Variations
Color information
#958E7E (or 0x958E7E) is known color: Heathered Grey. HEX triplet: 95, 8E and 7E. RGB value is (149,142,126). Sum of RGB (Red+Green+Blue) = 149+142+126=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 149 - color contains mainly: red. Hex color #958E7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958E7E is #6A7181. Grayscale: #8E8E8E. Windows color (decimal): -6975874 or 8294037. OLE color: 8294037.
HSL color Cylindrical-coordinate representation of color #958E7E: hue angle of 41.74º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #958E7E is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 142 | 126 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.42 |
| HSL | 41.74º | 0.1% | 0.54% | - |
| HSV(B) | 41.74º | 0.15% | 0.58% | - |
| XYZ | 25.83 | 27.24 | 23.64 | - |
| YUV | 142.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 126 | 0 | 0.05 | 0.15 | 0.42 | 41.74 | 0.1 | 0.54 |
| Hex | 95 | 8E | 7E | 0 | 5 | F | 2A | 2A | A | 36 |
| Octal | 225 | 216 | 176 | 0 | 5 | 17 | 52 | 52 | 12 | 66 |
| Binary | 10010101 | 10001110 | 1111110 | 0 | 101 | 1111 | 101010 | 101010 | 1010 | 110110 |
Color Harmonies of #958E7E
Complementary color
Monochromatic Colors of #958E7E
Black with #958E7E
Text Example
Text Example
White with #958E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958E7E; }
p { color: rgb(149,142,126); }
H1.HeaderClassName
{
color: #958E7E;
}
.AnyTagClassName
{
color: #958E7E;
}
</style>
background-color css
<style>
a { background-color: #958E7E; }
a { background-color: rgb(149,142,126); }
div.DivClassName
{
background-color: #958E7E;
}
.BgClassName
{
background-color: #958E7E;
}
</style>
border-color css
<style>
span { border-color: #958E7E; }
span { border-color: rgb(149,142,126); }
td.TdClassName
{
border-color: #958E7E;
}
.TagClassName
{
border-color: #958E7E;
}
</style>