Shades of Heathered Grey #968C78
Tints of Heathered Grey #968C78
RGB
CMYK
RGB Variations
Color information
#968C78 (or 0x968C78) is known color: Heathered Grey. HEX triplet: 96, 8C and 78. RGB value is (150,140,120). Sum of RGB (Red+Green+Blue) = 150+140+120=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 150 - color contains mainly: red. Hex color #968C78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968C78 is #697387. Grayscale: #8C8C8C. Windows color (decimal): -6910856 or 7900310. OLE color: 7900310.
HSL color Cylindrical-coordinate representation of color #968C78: hue angle of 40º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #968C78 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 140 | 120 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.41 |
| HSL | 40º | 0.13% | 0.53% | - |
| HSV(B) | 40º | 0.2% | 0.59% | - |
| XYZ | 25.35 | 26.6 | 21.57 | - |
| YUV | 140.71 | 116.31 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 120 | 0 | 0.07 | 0.20 | 0.41 | 40 | 0.13 | 0.53 |
| Hex | 96 | 8C | 78 | 0 | 7 | 14 | 29 | 28 | C | 35 |
| Octal | 226 | 214 | 170 | 0 | 7 | 24 | 51 | 50 | 14 | 65 |
| Binary | 10010110 | 10001100 | 1111000 | 0 | 111 | 10100 | 101001 | 101000 | 1100 | 110101 |
Color Harmonies of #968C78
Complementary color
Monochromatic Colors of #968C78
Black with #968C78
Text Example
Text Example
White with #968C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968C78; }
p { color: rgb(150,140,120); }
H1.HeaderClassName
{
color: #968C78;
}
.AnyTagClassName
{
color: #968C78;
}
</style>
background-color css
<style>
a { background-color: #968C78; }
a { background-color: rgb(150,140,120); }
div.DivClassName
{
background-color: #968C78;
}
.BgClassName
{
background-color: #968C78;
}
</style>
border-color css
<style>
span { border-color: #968C78; }
span { border-color: rgb(150,140,120); }
td.TdClassName
{
border-color: #968C78;
}
.TagClassName
{
border-color: #968C78;
}
</style>