Shades of Heathered Grey #969080
Tints of Heathered Grey #969080
RGB
CMYK
RGB Variations
Color information
#969080 (or 0x969080) is known color: Heathered Grey. HEX triplet: 96, 90 and 80. RGB value is (150,144,128). Sum of RGB (Red+Green+Blue) = 150+144+128=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 150 - color contains mainly: red. Hex color #969080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969080 is #696F7F. Grayscale: #909090. Windows color (decimal): -6909824 or 8425622. OLE color: 8425622.
HSL color Cylindrical-coordinate representation of color #969080: hue angle of 43.64º 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 #969080 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 144 | 128 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.41 |
| HSL | 43.64º | 0.09% | 0.55% | - |
| HSV(B) | 43.64º | 0.15% | 0.59% | - |
| XYZ | 26.45 | 27.99 | 24.43 | - |
| YUV | 143.97 | 118.99 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 144 | 128 | 0 | 0.04 | 0.15 | 0.41 | 43.64 | 0.09 | 0.55 |
| Hex | 96 | 90 | 80 | 0 | 4 | F | 29 | 2C | 9 | 37 |
| Octal | 226 | 220 | 200 | 0 | 4 | 17 | 51 | 54 | 11 | 67 |
| Binary | 10010110 | 10010000 | 10000000 | 0 | 100 | 1111 | 101001 | 101100 | 1001 | 110111 |
Color Harmonies of #969080
Complementary color
Monochromatic Colors of #969080
Black with #969080
Text Example
Text Example
White with #969080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969080; }
p { color: rgb(150,144,128); }
H1.HeaderClassName
{
color: #969080;
}
.AnyTagClassName
{
color: #969080;
}
</style>
background-color css
<style>
a { background-color: #969080; }
a { background-color: rgb(150,144,128); }
div.DivClassName
{
background-color: #969080;
}
.BgClassName
{
background-color: #969080;
}
</style>
border-color css
<style>
span { border-color: #969080; }
span { border-color: rgb(150,144,128); }
td.TdClassName
{
border-color: #969080;
}
.TagClassName
{
border-color: #969080;
}
</style>