Shades of Hemp #9A7E70
Tints of Hemp #9A7E70
RGB
CMYK
RGB Variations
Color information
#9A7E70 (or 0x9A7E70) is known color: Hemp. HEX triplet: 9A, 7E and 70. RGB value is (154,126,112). Sum of RGB (Red+Green+Blue) = 154+126+112=392 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.29% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7E70 is #65818F. Grayscale: #848484. Windows color (decimal): -6652304 or 7372442. OLE color: 7372442.
HSL color Cylindrical-coordinate representation of color #9A7E70: hue angle of 20º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A7E70 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 126 | 112 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.40 |
| HSL | 20º | 0.17% | 0.52% | - |
| HSV(B) | 20º | 0.27% | 0.6% | - |
| XYZ | 23.71 | 22.96 | 18.51 | - |
| YUV | 132.78 | 116.28 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 126 | 112 | 0 | 0.18 | 0.27 | 0.40 | 20 | 0.17 | 0.52 |
| Hex | 9A | 7E | 70 | 0 | 12 | 1B | 28 | 14 | 11 | 34 |
| Octal | 232 | 176 | 160 | 0 | 22 | 33 | 50 | 24 | 21 | 64 |
| Binary | 10011010 | 1111110 | 1110000 | 0 | 10010 | 11011 | 101000 | 10100 | 10001 | 110100 |
Color Harmonies of #9A7E70
Complementary color
Monochromatic Colors of #9A7E70
Black with #9A7E70
Text Example
Text Example
White with #9A7E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7E70; }
p { color: rgb(154,126,112); }
H1.HeaderClassName
{
color: #9A7E70;
}
.AnyTagClassName
{
color: #9A7E70;
}
</style>
background-color css
<style>
a { background-color: #9A7E70; }
a { background-color: rgb(154,126,112); }
div.DivClassName
{
background-color: #9A7E70;
}
.BgClassName
{
background-color: #9A7E70;
}
</style>
border-color css
<style>
span { border-color: #9A7E70; }
span { border-color: rgb(154,126,112); }
td.TdClassName
{
border-color: #9A7E70;
}
.TagClassName
{
border-color: #9A7E70;
}
</style>