Shades of Heathered Grey #968E7E
Tints of Heathered Grey #968E7E
RGB
CMYK
RGB Variations
Color information
#968E7E (or 0x968E7E) is known color: Heathered Grey. HEX triplet: 96, 8E and 7E. RGB value is (150,142,126). Sum of RGB (Red+Green+Blue) = 150+142+126=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 150 - color contains mainly: red. Hex color #968E7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968E7E is #697181. Grayscale: #8E8E8E. Windows color (decimal): -6910338 or 8294038. OLE color: 8294038.
HSL color Cylindrical-coordinate representation of color #968E7E: hue angle of 40º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #968E7E is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 142 | 126 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.41 |
| HSL | 40º | 0.1% | 0.54% | - |
| HSV(B) | 40º | 0.16% | 0.59% | - |
| XYZ | 26.02 | 27.34 | 23.64 | - |
| YUV | 142.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 142 | 126 | 0 | 0.05 | 0.16 | 0.41 | 40 | 0.1 | 0.54 |
| Hex | 96 | 8E | 7E | 0 | 5 | 10 | 29 | 28 | A | 36 |
| Octal | 226 | 216 | 176 | 0 | 5 | 20 | 51 | 50 | 12 | 66 |
| Binary | 10010110 | 10001110 | 1111110 | 0 | 101 | 10000 | 101001 | 101000 | 1010 | 110110 |
Color Harmonies of #968E7E
Complementary color
Monochromatic Colors of #968E7E
Black with #968E7E
Text Example
Text Example
White with #968E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968E7E; }
p { color: rgb(150,142,126); }
H1.HeaderClassName
{
color: #968E7E;
}
.AnyTagClassName
{
color: #968E7E;
}
</style>
background-color css
<style>
a { background-color: #968E7E; }
a { background-color: rgb(150,142,126); }
div.DivClassName
{
background-color: #968E7E;
}
.BgClassName
{
background-color: #968E7E;
}
</style>
border-color css
<style>
span { border-color: #968E7E; }
span { border-color: rgb(150,142,126); }
td.TdClassName
{
border-color: #968E7E;
}
.TagClassName
{
border-color: #968E7E;
}
</style>