Shades of Heathered Grey #958F82
Tints of Heathered Grey #958F82
RGB
CMYK
RGB Variations
Color information
#958F82 (or 0x958F82) is known color: Heathered Grey. HEX triplet: 95, 8F and 82. RGB value is (149,143,130). Sum of RGB (Red+Green+Blue) = 149+143+130=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 149 - color contains mainly: red. Hex color #958F82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958F82 is #6A707D. Grayscale: #8F8F8F. Windows color (decimal): -6975614 or 8556437. OLE color: 8556437.
HSL color Cylindrical-coordinate representation of color #958F82: hue angle of 41.05º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #958F82 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 143 | 130 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.42 |
| HSL | 41.05º | 0.08% | 0.55% | - |
| HSV(B) | 41.05º | 0.13% | 0.58% | - |
| XYZ | 26.25 | 27.65 | 25.07 | - |
| YUV | 143.31 | 120.49 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 130 | 0 | 0.04 | 0.13 | 0.42 | 41.05 | 0.08 | 0.55 |
| Hex | 95 | 8F | 82 | 0 | 4 | D | 2A | 29 | 8 | 37 |
| Octal | 225 | 217 | 202 | 0 | 4 | 15 | 52 | 51 | 10 | 67 |
| Binary | 10010101 | 10001111 | 10000010 | 0 | 100 | 1101 | 101010 | 101001 | 1000 | 110111 |
Color Harmonies of #958F82
Complementary color
Monochromatic Colors of #958F82
Black with #958F82
Text Example
Text Example
White with #958F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958F82; }
p { color: rgb(149,143,130); }
H1.HeaderClassName
{
color: #958F82;
}
.AnyTagClassName
{
color: #958F82;
}
</style>
background-color css
<style>
a { background-color: #958F82; }
a { background-color: rgb(149,143,130); }
div.DivClassName
{
background-color: #958F82;
}
.BgClassName
{
background-color: #958F82;
}
</style>
border-color css
<style>
span { border-color: #958F82; }
span { border-color: rgb(149,143,130); }
td.TdClassName
{
border-color: #958F82;
}
.TagClassName
{
border-color: #958F82;
}
</style>