Shades of Heathered Grey #968A78
Tints of Heathered Grey #968A78
RGB
CMYK
RGB Variations
Color information
#968A78 (or 0x968A78) is known color: Heathered Grey. HEX triplet: 96, 8A and 78. RGB value is (150,138,120). Sum of RGB (Red+Green+Blue) = 150+138+120=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 150 - color contains mainly: red. Hex color #968A78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968A78 is #697587. Grayscale: #8B8B8B. Windows color (decimal): -6911368 or 7899798. OLE color: 7899798.
HSL color Cylindrical-coordinate representation of color #968A78: hue angle of 36º 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 #968A78 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 138 | 120 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.41 |
| HSL | 36º | 0.13% | 0.53% | - |
| HSV(B) | 36º | 0.2% | 0.59% | - |
| XYZ | 25.06 | 26.02 | 21.47 | - |
| YUV | 139.54 | 116.98 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 138 | 120 | 0 | 0.08 | 0.20 | 0.41 | 36 | 0.13 | 0.53 |
| Hex | 96 | 8A | 78 | 0 | 8 | 14 | 29 | 24 | C | 35 |
| Octal | 226 | 212 | 170 | 0 | 10 | 24 | 51 | 44 | 14 | 65 |
| Binary | 10010110 | 10001010 | 1111000 | 0 | 1000 | 10100 | 101001 | 100100 | 1100 | 110101 |
Color Harmonies of #968A78
Complementary color
Monochromatic Colors of #968A78
Black with #968A78
Text Example
Text Example
White with #968A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968A78; }
p { color: rgb(150,138,120); }
H1.HeaderClassName
{
color: #968A78;
}
.AnyTagClassName
{
color: #968A78;
}
</style>
background-color css
<style>
a { background-color: #968A78; }
a { background-color: rgb(150,138,120); }
div.DivClassName
{
background-color: #968A78;
}
.BgClassName
{
background-color: #968A78;
}
</style>
border-color css
<style>
span { border-color: #968A78; }
span { border-color: rgb(150,138,120); }
td.TdClassName
{
border-color: #968A78;
}
.TagClassName
{
border-color: #968A78;
}
</style>