Shades of Hemp #9A7771
Tints of Hemp #9A7771
RGB
CMYK
RGB Variations
Color information
#9A7771 (or 0x9A7771) is known color: Hemp. HEX triplet: 9A, 77 and 71. RGB value is (154,119,113). Sum of RGB (Red+Green+Blue) = 154+119+113=386 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.90% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7771 is #65888E. Grayscale: #808080. Windows color (decimal): -6654095 or 7436186. OLE color: 7436186.
HSL color Cylindrical-coordinate representation of color #9A7771: hue angle of 8.78º 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 #9A7771 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 119 | 113 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.40 |
| HSL | 8.78º | 0.17% | 0.52% | - |
| HSV(B) | 8.78º | 0.27% | 0.6% | - |
| XYZ | 22.9 | 21.26 | 18.52 | - |
| YUV | 128.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 119 | 113 | 0 | 0.23 | 0.27 | 0.40 | 8.78 | 0.17 | 0.52 |
| Hex | 9A | 77 | 71 | 0 | 17 | 1B | 28 | 9 | 11 | 34 |
| Octal | 232 | 167 | 161 | 0 | 27 | 33 | 50 | 11 | 21 | 64 |
| Binary | 10011010 | 1110111 | 1110001 | 0 | 10111 | 11011 | 101000 | 1001 | 10001 | 110100 |
Color Harmonies of #9A7771
Complementary color
Monochromatic Colors of #9A7771
Black with #9A7771
Text Example
Text Example
White with #9A7771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7771; }
p { color: rgb(154,119,113); }
H1.HeaderClassName
{
color: #9A7771;
}
.AnyTagClassName
{
color: #9A7771;
}
</style>
background-color css
<style>
a { background-color: #9A7771; }
a { background-color: rgb(154,119,113); }
div.DivClassName
{
background-color: #9A7771;
}
.BgClassName
{
background-color: #9A7771;
}
</style>
border-color css
<style>
span { border-color: #9A7771; }
span { border-color: rgb(154,119,113); }
td.TdClassName
{
border-color: #9A7771;
}
.TagClassName
{
border-color: #9A7771;
}
</style>