Shades of Heathered Grey #968F80
Tints of Heathered Grey #968F80
RGB
CMYK
RGB Variations
Color information
#968F80 (or 0x968F80) is known color: Heathered Grey. HEX triplet: 96, 8F and 80. RGB value is (150,143,128). Sum of RGB (Red+Green+Blue) = 150+143+128=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 150 - color contains mainly: red. Hex color #968F80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968F80 is #69707F. Grayscale: #8F8F8F. Windows color (decimal): -6910080 or 8425366. OLE color: 8425366.
HSL color Cylindrical-coordinate representation of color #968F80: hue angle of 40.91º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #968F80 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 143 | 128 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.41 |
| HSL | 40.91º | 0.09% | 0.55% | - |
| HSV(B) | 40.91º | 0.15% | 0.59% | - |
| XYZ | 26.3 | 27.69 | 24.38 | - |
| YUV | 143.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 143 | 128 | 0 | 0.05 | 0.15 | 0.41 | 40.91 | 0.09 | 0.55 |
| Hex | 96 | 8F | 80 | 0 | 5 | F | 29 | 29 | 9 | 37 |
| Octal | 226 | 217 | 200 | 0 | 5 | 17 | 51 | 51 | 11 | 67 |
| Binary | 10010110 | 10001111 | 10000000 | 0 | 101 | 1111 | 101001 | 101001 | 1001 | 110111 |
Color Harmonies of #968F80
Complementary color
Monochromatic Colors of #968F80
Black with #968F80
Text Example
Text Example
White with #968F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968F80; }
p { color: rgb(150,143,128); }
H1.HeaderClassName
{
color: #968F80;
}
.AnyTagClassName
{
color: #968F80;
}
</style>
background-color css
<style>
a { background-color: #968F80; }
a { background-color: rgb(150,143,128); }
div.DivClassName
{
background-color: #968F80;
}
.BgClassName
{
background-color: #968F80;
}
</style>
border-color css
<style>
span { border-color: #968F80; }
span { border-color: rgb(150,143,128); }
td.TdClassName
{
border-color: #968F80;
}
.TagClassName
{
border-color: #968F80;
}
</style>