Shades of Heathered Grey #968D7C
Tints of Heathered Grey #968D7C
RGB
CMYK
RGB Variations
Color information
#968D7C (or 0x968D7C) is known color: Heathered Grey. HEX triplet: 96, 8D and 7C. RGB value is (150,141,124). Sum of RGB (Red+Green+Blue) = 150+141+124=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 150 - color contains mainly: red. Hex color #968D7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968D7C is #697283. Grayscale: #8D8D8D. Windows color (decimal): -6910596 or 8162710. OLE color: 8162710.
HSL color Cylindrical-coordinate representation of color #968D7C: hue angle of 39.23º 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 #968D7C is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 141 | 124 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.41 |
| HSL | 39.23º | 0.11% | 0.54% | - |
| HSV(B) | 39.23º | 0.17% | 0.59% | - |
| XYZ | 25.74 | 26.99 | 22.92 | - |
| YUV | 141.75 | 117.98 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 124 | 0 | 0.06 | 0.17 | 0.41 | 39.23 | 0.11 | 0.54 |
| Hex | 96 | 8D | 7C | 0 | 6 | 11 | 29 | 27 | B | 36 |
| Octal | 226 | 215 | 174 | 0 | 6 | 21 | 51 | 47 | 13 | 66 |
| Binary | 10010110 | 10001101 | 1111100 | 0 | 110 | 10001 | 101001 | 100111 | 1011 | 110110 |
Color Harmonies of #968D7C
Complementary color
Monochromatic Colors of #968D7C
Black with #968D7C
Text Example
Text Example
White with #968D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968D7C; }
p { color: rgb(150,141,124); }
H1.HeaderClassName
{
color: #968D7C;
}
.AnyTagClassName
{
color: #968D7C;
}
</style>
background-color css
<style>
a { background-color: #968D7C; }
a { background-color: rgb(150,141,124); }
div.DivClassName
{
background-color: #968D7C;
}
.BgClassName
{
background-color: #968D7C;
}
</style>
border-color css
<style>
span { border-color: #968D7C; }
span { border-color: rgb(150,141,124); }
td.TdClassName
{
border-color: #968D7C;
}
.TagClassName
{
border-color: #968D7C;
}
</style>