Shades of Heathered Grey #968E7D
Tints of Heathered Grey #968E7D
RGB
CMYK
RGB Variations
Color information
#968E7D (or 0x968E7D) is known color: Heathered Grey. HEX triplet: 96, 8E and 7D. RGB value is (150,142,125). Sum of RGB (Red+Green+Blue) = 150+142+125=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 150 - color contains mainly: red. Hex color #968E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968E7D is #697182. Grayscale: #8E8E8E. Windows color (decimal): -6910339 or 8228502. OLE color: 8228502.
HSL color Cylindrical-coordinate representation of color #968E7D: hue angle of 40.8º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #968E7D is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 142 | 125 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.41 |
| HSL | 40.8º | 0.11% | 0.54% | - |
| HSV(B) | 40.8º | 0.17% | 0.59% | - |
| XYZ | 25.95 | 27.31 | 23.31 | - |
| YUV | 142.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 142 | 125 | 0 | 0.05 | 0.17 | 0.41 | 40.8 | 0.11 | 0.54 |
| Hex | 96 | 8E | 7D | 0 | 5 | 11 | 29 | 29 | B | 36 |
| Octal | 226 | 216 | 175 | 0 | 5 | 21 | 51 | 51 | 13 | 66 |
| Binary | 10010110 | 10001110 | 1111101 | 0 | 101 | 10001 | 101001 | 101001 | 1011 | 110110 |
Color Harmonies of #968E7D
Complementary color
Monochromatic Colors of #968E7D
Black with #968E7D
Text Example
Text Example
White with #968E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968E7D; }
p { color: rgb(150,142,125); }
H1.HeaderClassName
{
color: #968E7D;
}
.AnyTagClassName
{
color: #968E7D;
}
</style>
background-color css
<style>
a { background-color: #968E7D; }
a { background-color: rgb(150,142,125); }
div.DivClassName
{
background-color: #968E7D;
}
.BgClassName
{
background-color: #968E7D;
}
</style>
border-color css
<style>
span { border-color: #968E7D; }
span { border-color: rgb(150,142,125); }
td.TdClassName
{
border-color: #968E7D;
}
.TagClassName
{
border-color: #968E7D;
}
</style>