Shades of Heathered Grey #958F84
Tints of Heathered Grey #958F84
RGB
CMYK
RGB Variations
Color information
#958F84 (or 0x958F84) is known color: Heathered Grey. HEX triplet: 95, 8F and 84. RGB value is (149,143,132). Sum of RGB (Red+Green+Blue) = 149+143+132=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 149 - color contains mainly: red. Hex color #958F84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958F84 is #6A707B. Grayscale: #8F8F8F. Windows color (decimal): -6975612 or 8687509. OLE color: 8687509.
HSL color Cylindrical-coordinate representation of color #958F84: hue angle of 38.82º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #958F84 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 143 | 132 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.42 |
| HSL | 38.82º | 0.07% | 0.55% | - |
| HSV(B) | 38.82º | 0.11% | 0.58% | - |
| XYZ | 26.38 | 27.7 | 25.79 | - |
| YUV | 143.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 132 | 0 | 0.04 | 0.11 | 0.42 | 38.82 | 0.07 | 0.55 |
| Hex | 95 | 8F | 84 | 0 | 4 | B | 2A | 27 | 7 | 37 |
| Octal | 225 | 217 | 204 | 0 | 4 | 13 | 52 | 47 | 7 | 67 |
| Binary | 10010101 | 10001111 | 10000100 | 0 | 100 | 1011 | 101010 | 100111 | 111 | 110111 |
Color Harmonies of #958F84
Complementary color
Monochromatic Colors of #958F84
Black with #958F84
Text Example
Text Example
White with #958F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958F84; }
p { color: rgb(149,143,132); }
H1.HeaderClassName
{
color: #958F84;
}
.AnyTagClassName
{
color: #958F84;
}
</style>
background-color css
<style>
a { background-color: #958F84; }
a { background-color: rgb(149,143,132); }
div.DivClassName
{
background-color: #958F84;
}
.BgClassName
{
background-color: #958F84;
}
</style>
border-color css
<style>
span { border-color: #958F84; }
span { border-color: rgb(149,143,132); }
td.TdClassName
{
border-color: #958F84;
}
.TagClassName
{
border-color: #958F84;
}
</style>