Shades of Heathered Grey #9A8B79
Tints of Heathered Grey #9A8B79
RGB
CMYK
RGB Variations
Color information
#9A8B79 (or 0x9A8B79) is known color: Heathered Grey. HEX triplet: 9A, 8B and 79. RGB value is (154,139,121). Sum of RGB (Red+Green+Blue) = 154+139+121=414 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.20% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8B79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8B79 is #657486. Grayscale: #8D8D8D. Windows color (decimal): -6648967 or 7965594. OLE color: 7965594.
HSL color Cylindrical-coordinate representation of color #9A8B79: hue angle of 32.73º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9A8B79 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 139 | 121 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.40 |
| HSL | 32.73º | 0.14% | 0.54% | - |
| HSV(B) | 32.73º | 0.21% | 0.6% | - |
| XYZ | 26.01 | 26.72 | 21.87 | - |
| YUV | 141.43 | 116.47 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 139 | 121 | 0 | 0.10 | 0.21 | 0.40 | 32.73 | 0.14 | 0.54 |
| Hex | 9A | 8B | 79 | 0 | A | 15 | 28 | 21 | E | 36 |
| Octal | 232 | 213 | 171 | 0 | 12 | 25 | 50 | 41 | 16 | 66 |
| Binary | 10011010 | 10001011 | 1111001 | 0 | 1010 | 10101 | 101000 | 100001 | 1110 | 110110 |
Color Harmonies of #9A8B79
Complementary color
Monochromatic Colors of #9A8B79
Black with #9A8B79
Text Example
Text Example
White with #9A8B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8B79; }
p { color: rgb(154,139,121); }
H1.HeaderClassName
{
color: #9A8B79;
}
.AnyTagClassName
{
color: #9A8B79;
}
</style>
background-color css
<style>
a { background-color: #9A8B79; }
a { background-color: rgb(154,139,121); }
div.DivClassName
{
background-color: #9A8B79;
}
.BgClassName
{
background-color: #9A8B79;
}
</style>
border-color css
<style>
span { border-color: #9A8B79; }
span { border-color: rgb(154,139,121); }
td.TdClassName
{
border-color: #9A8B79;
}
.TagClassName
{
border-color: #9A8B79;
}
</style>