Shades of Heathered Grey #96907F
Tints of Heathered Grey #96907F
RGB
CMYK
RGB Variations
Color information
#96907F (or 0x96907F) is known color: Heathered Grey. HEX triplet: 96, 90 and 7F. RGB value is (150,144,127). Sum of RGB (Red+Green+Blue) = 150+144+127=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 150 - color contains mainly: red. Hex color #96907F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96907F is #696F80. Grayscale: #8F8F8F. Windows color (decimal): -6909825 or 8360086. OLE color: 8360086.
HSL color Cylindrical-coordinate representation of color #96907F: hue angle of 44.35º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #96907F is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 144 | 127 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.41 |
| HSL | 44.35º | 0.1% | 0.54% | - |
| HSV(B) | 44.35º | 0.15% | 0.59% | - |
| XYZ | 26.38 | 27.96 | 24.09 | - |
| YUV | 143.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 144 | 127 | 0 | 0.04 | 0.15 | 0.41 | 44.35 | 0.1 | 0.54 |
| Hex | 96 | 90 | 7F | 0 | 4 | F | 29 | 2C | A | 36 |
| Octal | 226 | 220 | 177 | 0 | 4 | 17 | 51 | 54 | 12 | 66 |
| Binary | 10010110 | 10010000 | 1111111 | 0 | 100 | 1111 | 101001 | 101100 | 1010 | 110110 |
Color Harmonies of #96907F
Complementary color
Monochromatic Colors of #96907F
Black with #96907F
Text Example
Text Example
White with #96907F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96907F; }
p { color: rgb(150,144,127); }
H1.HeaderClassName
{
color: #96907F;
}
.AnyTagClassName
{
color: #96907F;
}
</style>
background-color css
<style>
a { background-color: #96907F; }
a { background-color: rgb(150,144,127); }
div.DivClassName
{
background-color: #96907F;
}
.BgClassName
{
background-color: #96907F;
}
</style>
border-color css
<style>
span { border-color: #96907F; }
span { border-color: rgb(150,144,127); }
td.TdClassName
{
border-color: #96907F;
}
.TagClassName
{
border-color: #96907F;
}
</style>