Shades of Heathered Grey #958A76
Tints of Heathered Grey #958A76
RGB
CMYK
RGB Variations
Color information
#958A76 (or 0x958A76) is known color: Heathered Grey. HEX triplet: 95, 8A and 76. RGB value is (149,138,118). Sum of RGB (Red+Green+Blue) = 149+138+118=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 149 - color contains mainly: red. Hex color #958A76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958A76 is #6A7589. Grayscale: #8B8B8B. Windows color (decimal): -6976906 or 7768725. OLE color: 7768725.
HSL color Cylindrical-coordinate representation of color #958A76: hue angle of 38.71º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #958A76 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 138 | 118 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.42 |
| HSL | 38.71º | 0.13% | 0.52% | - |
| HSV(B) | 38.71º | 0.21% | 0.58% | - |
| XYZ | 24.75 | 25.87 | 20.83 | - |
| YUV | 139.01 | 116.14 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 118 | 0 | 0.07 | 0.21 | 0.42 | 38.71 | 0.13 | 0.52 |
| Hex | 95 | 8A | 76 | 0 | 7 | 15 | 2A | 27 | D | 34 |
| Octal | 225 | 212 | 166 | 0 | 7 | 25 | 52 | 47 | 15 | 64 |
| Binary | 10010101 | 10001010 | 1110110 | 0 | 111 | 10101 | 101010 | 100111 | 1101 | 110100 |
Color Harmonies of #958A76
Complementary color
Monochromatic Colors of #958A76
Black with #958A76
Text Example
Text Example
White with #958A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958A76; }
p { color: rgb(149,138,118); }
H1.HeaderClassName
{
color: #958A76;
}
.AnyTagClassName
{
color: #958A76;
}
</style>
background-color css
<style>
a { background-color: #958A76; }
a { background-color: rgb(149,138,118); }
div.DivClassName
{
background-color: #958A76;
}
.BgClassName
{
background-color: #958A76;
}
</style>
border-color css
<style>
span { border-color: #958A76; }
span { border-color: rgb(149,138,118); }
td.TdClassName
{
border-color: #958A76;
}
.TagClassName
{
border-color: #958A76;
}
</style>