Shades of Heathered Grey #9A8D7A
Tints of Heathered Grey #9A8D7A
RGB
CMYK
RGB Variations
Color information
#9A8D7A (or 0x9A8D7A) is known color: Heathered Grey. HEX triplet: 9A, 8D and 7A. RGB value is (154,141,122). Sum of RGB (Red+Green+Blue) = 154+141+122=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8D7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8D7A is #657285. Grayscale: #8E8E8E. Windows color (decimal): -6648454 or 8031642. OLE color: 8031642.
HSL color Cylindrical-coordinate representation of color #9A8D7A: hue angle of 35.62º 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 #9A8D7A is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 141 | 122 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.40 |
| HSL | 35.63º | 0.14% | 0.54% | - |
| HSV(B) | 35.63º | 0.21% | 0.6% | - |
| XYZ | 26.36 | 27.32 | 22.3 | - |
| YUV | 142.72 | 116.31 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 141 | 122 | 0 | 0.08 | 0.21 | 0.40 | 35.63 | 0.14 | 0.54 |
| Hex | 9A | 8D | 7A | 0 | 8 | 15 | 28 | 24 | E | 36 |
| Octal | 232 | 215 | 172 | 0 | 10 | 25 | 50 | 44 | 16 | 66 |
| Binary | 10011010 | 10001101 | 1111010 | 0 | 1000 | 10101 | 101000 | 100100 | 1110 | 110110 |
Color Harmonies of #9A8D7A
Complementary color
Monochromatic Colors of #9A8D7A
Black with #9A8D7A
Text Example
Text Example
White with #9A8D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8D7A; }
p { color: rgb(154,141,122); }
H1.HeaderClassName
{
color: #9A8D7A;
}
.AnyTagClassName
{
color: #9A8D7A;
}
</style>
background-color css
<style>
a { background-color: #9A8D7A; }
a { background-color: rgb(154,141,122); }
div.DivClassName
{
background-color: #9A8D7A;
}
.BgClassName
{
background-color: #9A8D7A;
}
</style>
border-color css
<style>
span { border-color: #9A8D7A; }
span { border-color: rgb(154,141,122); }
td.TdClassName
{
border-color: #9A8D7A;
}
.TagClassName
{
border-color: #9A8D7A;
}
</style>