Shades of Heathered Grey #958B7C
Tints of Heathered Grey #958B7C
RGB
CMYK
RGB Variations
Color information
#958B7C (or 0x958B7C) is known color: Heathered Grey. HEX triplet: 95, 8B and 7C. RGB value is (149,139,124). Sum of RGB (Red+Green+Blue) = 149+139+124=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 149 - color contains mainly: red. Hex color #958B7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958B7C is #6A7483. Grayscale: #8C8C8C. Windows color (decimal): -6976644 or 8162197. OLE color: 8162197.
HSL color Cylindrical-coordinate representation of color #958B7C: hue angle of 36º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #958B7C is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 139 | 124 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.42 |
| HSL | 36º | 0.11% | 0.54% | - |
| HSV(B) | 36º | 0.17% | 0.58% | - |
| XYZ | 25.27 | 26.31 | 22.82 | - |
| YUV | 140.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 124 | 0 | 0.07 | 0.17 | 0.42 | 36 | 0.11 | 0.54 |
| Hex | 95 | 8B | 7C | 0 | 7 | 11 | 2A | 24 | B | 36 |
| Octal | 225 | 213 | 174 | 0 | 7 | 21 | 52 | 44 | 13 | 66 |
| Binary | 10010101 | 10001011 | 1111100 | 0 | 111 | 10001 | 101010 | 100100 | 1011 | 110110 |
Color Harmonies of #958B7C
Complementary color
Monochromatic Colors of #958B7C
Black with #958B7C
Text Example
Text Example
White with #958B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958B7C; }
p { color: rgb(149,139,124); }
H1.HeaderClassName
{
color: #958B7C;
}
.AnyTagClassName
{
color: #958B7C;
}
</style>
background-color css
<style>
a { background-color: #958B7C; }
a { background-color: rgb(149,139,124); }
div.DivClassName
{
background-color: #958B7C;
}
.BgClassName
{
background-color: #958B7C;
}
</style>
border-color css
<style>
span { border-color: #958B7C; }
span { border-color: rgb(149,139,124); }
td.TdClassName
{
border-color: #958B7C;
}
.TagClassName
{
border-color: #958B7C;
}
</style>