Shades of Heathered Grey #958F7C
Tints of Heathered Grey #958F7C
RGB
CMYK
RGB Variations
Color information
#958F7C (or 0x958F7C) is known color: Heathered Grey. HEX triplet: 95, 8F and 7C. RGB value is (149,143,124). Sum of RGB (Red+Green+Blue) = 149+143+124=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 149 - color contains mainly: red. Hex color #958F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958F7C is #6A7083. Grayscale: #8E8E8E. Windows color (decimal): -6975620 or 8163221. OLE color: 8163221.
HSL color Cylindrical-coordinate representation of color #958F7C: hue angle of 45.6º 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 #958F7C is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 143 | 124 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.42 |
| HSL | 45.6º | 0.11% | 0.54% | - |
| HSV(B) | 45.6º | 0.17% | 0.58% | - |
| XYZ | 25.85 | 27.49 | 23.01 | - |
| YUV | 142.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 124 | 0 | 0.04 | 0.17 | 0.42 | 45.6 | 0.11 | 0.54 |
| Hex | 95 | 8F | 7C | 0 | 4 | 11 | 2A | 2E | B | 36 |
| Octal | 225 | 217 | 174 | 0 | 4 | 21 | 52 | 56 | 13 | 66 |
| Binary | 10010101 | 10001111 | 1111100 | 0 | 100 | 10001 | 101010 | 101110 | 1011 | 110110 |
Color Harmonies of #958F7C
Complementary color
Monochromatic Colors of #958F7C
Black with #958F7C
Text Example
Text Example
White with #958F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958F7C; }
p { color: rgb(149,143,124); }
H1.HeaderClassName
{
color: #958F7C;
}
.AnyTagClassName
{
color: #958F7C;
}
</style>
background-color css
<style>
a { background-color: #958F7C; }
a { background-color: rgb(149,143,124); }
div.DivClassName
{
background-color: #958F7C;
}
.BgClassName
{
background-color: #958F7C;
}
</style>
border-color css
<style>
span { border-color: #958F7C; }
span { border-color: rgb(149,143,124); }
td.TdClassName
{
border-color: #958F7C;
}
.TagClassName
{
border-color: #958F7C;
}
</style>