Shades of Heathered Grey #958B7E
Tints of Heathered Grey #958B7E
RGB
CMYK
RGB Variations
Color information
#958B7E (or 0x958B7E) is known color: Heathered Grey. HEX triplet: 95, 8B and 7E. RGB value is (149,139,126). Sum of RGB (Red+Green+Blue) = 149+139+126=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 149 - color contains mainly: red. Hex color #958B7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958B7E is #6A7481. Grayscale: #8C8C8C. Windows color (decimal): -6976642 or 8293269. OLE color: 8293269.
HSL color Cylindrical-coordinate representation of color #958B7E: hue angle of 33.91º 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 #958B7E is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 139 | 126 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.42 |
| HSL | 33.91º | 0.1% | 0.54% | - |
| HSV(B) | 33.91º | 0.15% | 0.58% | - |
| XYZ | 25.39 | 26.36 | 23.49 | - |
| YUV | 140.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 126 | 0 | 0.07 | 0.15 | 0.42 | 33.91 | 0.1 | 0.54 |
| Hex | 95 | 8B | 7E | 0 | 7 | F | 2A | 22 | A | 36 |
| Octal | 225 | 213 | 176 | 0 | 7 | 17 | 52 | 42 | 12 | 66 |
| Binary | 10010101 | 10001011 | 1111110 | 0 | 111 | 1111 | 101010 | 100010 | 1010 | 110110 |
Color Harmonies of #958B7E
Complementary color
Monochromatic Colors of #958B7E
Black with #958B7E
Text Example
Text Example
White with #958B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958B7E; }
p { color: rgb(149,139,126); }
H1.HeaderClassName
{
color: #958B7E;
}
.AnyTagClassName
{
color: #958B7E;
}
</style>
background-color css
<style>
a { background-color: #958B7E; }
a { background-color: rgb(149,139,126); }
div.DivClassName
{
background-color: #958B7E;
}
.BgClassName
{
background-color: #958B7E;
}
</style>
border-color css
<style>
span { border-color: #958B7E; }
span { border-color: rgb(149,139,126); }
td.TdClassName
{
border-color: #958B7E;
}
.TagClassName
{
border-color: #958B7E;
}
</style>