Shades of Heathered Grey #968F7A
Tints of Heathered Grey #968F7A
RGB
CMYK
RGB Variations
Color information
#968F7A (or 0x968F7A) is known color: Heathered Grey. HEX triplet: 96, 8F and 7A. RGB value is (150,143,122). Sum of RGB (Red+Green+Blue) = 150+143+122=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 150 - color contains mainly: red. Hex color #968F7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968F7A is #697085. Grayscale: #8E8E8E. Windows color (decimal): -6910086 or 8032150. OLE color: 8032150.
HSL color Cylindrical-coordinate representation of color #968F7A: hue angle of 45º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #968F7A is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 143 | 122 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.41 |
| HSL | 45º | 0.12% | 0.53% | - |
| HSV(B) | 45º | 0.19% | 0.59% | - |
| XYZ | 25.91 | 27.53 | 22.36 | - |
| YUV | 142.7 | 116.32 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 143 | 122 | 0 | 0.05 | 0.19 | 0.41 | 45 | 0.12 | 0.53 |
| Hex | 96 | 8F | 7A | 0 | 5 | 13 | 29 | 2D | C | 35 |
| Octal | 226 | 217 | 172 | 0 | 5 | 23 | 51 | 55 | 14 | 65 |
| Binary | 10010110 | 10001111 | 1111010 | 0 | 101 | 10011 | 101001 | 101101 | 1100 | 110101 |
Color Harmonies of #968F7A
Complementary color
Monochromatic Colors of #968F7A
Black with #968F7A
Text Example
Text Example
White with #968F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968F7A; }
p { color: rgb(150,143,122); }
H1.HeaderClassName
{
color: #968F7A;
}
.AnyTagClassName
{
color: #968F7A;
}
</style>
background-color css
<style>
a { background-color: #968F7A; }
a { background-color: rgb(150,143,122); }
div.DivClassName
{
background-color: #968F7A;
}
.BgClassName
{
background-color: #968F7A;
}
</style>
border-color css
<style>
span { border-color: #968F7A; }
span { border-color: rgb(150,143,122); }
td.TdClassName
{
border-color: #968F7A;
}
.TagClassName
{
border-color: #968F7A;
}
</style>