Shades of Hemp #9B7771
Tints of Hemp #9B7771
RGB
CMYK
RGB Variations
Color information
#9B7771 (or 0x9B7771) is known color: Hemp. HEX triplet: 9B, 77 and 71. RGB value is (155,119,113). Sum of RGB (Red+Green+Blue) = 155+119+113=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7771 is #64888E. Grayscale: #818181. Windows color (decimal): -6588559 or 7436187. OLE color: 7436187.
HSL color Cylindrical-coordinate representation of color #9B7771: hue angle of 8.57º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9B7771 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 119 | 113 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.39 |
| HSL | 8.57º | 0.17% | 0.53% | - |
| HSV(B) | 8.57º | 0.27% | 0.61% | - |
| XYZ | 23.1 | 21.35 | 18.53 | - |
| YUV | 129.08 | 118.93 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 119 | 113 | 0 | 0.23 | 0.27 | 0.39 | 8.57 | 0.17 | 0.53 |
| Hex | 9B | 77 | 71 | 0 | 17 | 1B | 27 | 9 | 11 | 35 |
| Octal | 233 | 167 | 161 | 0 | 27 | 33 | 47 | 11 | 21 | 65 |
| Binary | 10011011 | 1110111 | 1110001 | 0 | 10111 | 11011 | 100111 | 1001 | 10001 | 110101 |
Color Harmonies of #9B7771
Complementary color
Monochromatic Colors of #9B7771
Black with #9B7771
Text Example
Text Example
White with #9B7771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7771; }
p { color: rgb(155,119,113); }
H1.HeaderClassName
{
color: #9B7771;
}
.AnyTagClassName
{
color: #9B7771;
}
</style>
background-color css
<style>
a { background-color: #9B7771; }
a { background-color: rgb(155,119,113); }
div.DivClassName
{
background-color: #9B7771;
}
.BgClassName
{
background-color: #9B7771;
}
</style>
border-color css
<style>
span { border-color: #9B7771; }
span { border-color: rgb(155,119,113); }
td.TdClassName
{
border-color: #9B7771;
}
.TagClassName
{
border-color: #9B7771;
}
</style>