Shades of Heathered Grey #968B80
Tints of Heathered Grey #968B80
RGB
CMYK
RGB Variations
Color information
#968B80 (or 0x968B80) is known color: Heathered Grey. HEX triplet: 96, 8B and 80. RGB value is (150,139,128). Sum of RGB (Red+Green+Blue) = 150+139+128=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 150 - color contains mainly: red. Hex color #968B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968B80 is #69747F. Grayscale: #8D8D8D. Windows color (decimal): -6911104 or 8424342. OLE color: 8424342.
HSL color Cylindrical-coordinate representation of color #968B80: hue angle of 30º 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 #968B80 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 139 | 128 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.41 |
| HSL | 30º | 0.09% | 0.55% | - |
| HSV(B) | 30º | 0.15% | 0.59% | - |
| XYZ | 25.71 | 26.51 | 24.18 | - |
| YUV | 141.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 128 | 0 | 0.07 | 0.15 | 0.41 | 30 | 0.09 | 0.55 |
| Hex | 96 | 8B | 80 | 0 | 7 | F | 29 | 1E | 9 | 37 |
| Octal | 226 | 213 | 200 | 0 | 7 | 17 | 51 | 36 | 11 | 67 |
| Binary | 10010110 | 10001011 | 10000000 | 0 | 111 | 1111 | 101001 | 11110 | 1001 | 110111 |
Color Harmonies of #968B80
Complementary color
Monochromatic Colors of #968B80
Black with #968B80
Text Example
Text Example
White with #968B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968B80; }
p { color: rgb(150,139,128); }
H1.HeaderClassName
{
color: #968B80;
}
.AnyTagClassName
{
color: #968B80;
}
</style>
background-color css
<style>
a { background-color: #968B80; }
a { background-color: rgb(150,139,128); }
div.DivClassName
{
background-color: #968B80;
}
.BgClassName
{
background-color: #968B80;
}
</style>
border-color css
<style>
span { border-color: #968B80; }
span { border-color: rgb(150,139,128); }
td.TdClassName
{
border-color: #968B80;
}
.TagClassName
{
border-color: #968B80;
}
</style>