Shades of Heathered Grey #968F7F
Tints of Heathered Grey #968F7F
RGB
CMYK
RGB Variations
Color information
#968F7F (or 0x968F7F) is known color: Heathered Grey. HEX triplet: 96, 8F and 7F. RGB value is (150,143,127). Sum of RGB (Red+Green+Blue) = 150+143+127=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 150 - color contains mainly: red. Hex color #968F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968F7F is #697080. Grayscale: #8F8F8F. Windows color (decimal): -6910081 or 8359830. OLE color: 8359830.
HSL color Cylindrical-coordinate representation of color #968F7F: hue angle of 41.74º 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 #968F7F is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 143 | 127 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.41 |
| HSL | 41.74º | 0.1% | 0.54% | - |
| HSV(B) | 41.74º | 0.15% | 0.59% | - |
| XYZ | 26.23 | 27.66 | 24.04 | - |
| YUV | 143.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 143 | 127 | 0 | 0.05 | 0.15 | 0.41 | 41.74 | 0.1 | 0.54 |
| Hex | 96 | 8F | 7F | 0 | 5 | F | 29 | 2A | A | 36 |
| Octal | 226 | 217 | 177 | 0 | 5 | 17 | 51 | 52 | 12 | 66 |
| Binary | 10010110 | 10001111 | 1111111 | 0 | 101 | 1111 | 101001 | 101010 | 1010 | 110110 |
Color Harmonies of #968F7F
Complementary color
Monochromatic Colors of #968F7F
Black with #968F7F
Text Example
Text Example
White with #968F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968F7F; }
p { color: rgb(150,143,127); }
H1.HeaderClassName
{
color: #968F7F;
}
.AnyTagClassName
{
color: #968F7F;
}
</style>
background-color css
<style>
a { background-color: #968F7F; }
a { background-color: rgb(150,143,127); }
div.DivClassName
{
background-color: #968F7F;
}
.BgClassName
{
background-color: #968F7F;
}
</style>
border-color css
<style>
span { border-color: #968F7F; }
span { border-color: rgb(150,143,127); }
td.TdClassName
{
border-color: #968F7F;
}
.TagClassName
{
border-color: #968F7F;
}
</style>