Shades of Hemp #9B807A
Tints of Hemp #9B807A
RGB
CMYK
RGB Variations
Color information
#9B807A (or 0x9B807A) is known color: Hemp. HEX triplet: 9B, 80 and 7A. RGB value is (155,128,122). Sum of RGB (Red+Green+Blue) = 155+128+122=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 155 - color contains mainly: red. Hex color #9B807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B807A is #647F85. Grayscale: #878787. Windows color (decimal): -6586246 or 8028315. OLE color: 8028315.
HSL color Cylindrical-coordinate representation of color #9B807A: hue angle of 10.91º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9B807A is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 128 | 122 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.39 |
| HSL | 10.91º | 0.14% | 0.54% | - |
| HSV(B) | 10.91º | 0.21% | 0.61% | - |
| XYZ | 24.75 | 23.81 | 21.7 | - |
| YUV | 135.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 128 | 122 | 0 | 0.17 | 0.21 | 0.39 | 10.91 | 0.14 | 0.54 |
| Hex | 9B | 80 | 7A | 0 | 11 | 15 | 27 | B | E | 36 |
| Octal | 233 | 200 | 172 | 0 | 21 | 25 | 47 | 13 | 16 | 66 |
| Binary | 10011011 | 10000000 | 1111010 | 0 | 10001 | 10101 | 100111 | 1011 | 1110 | 110110 |
Color Harmonies of #9B807A
Complementary color
Monochromatic Colors of #9B807A
Black with #9B807A
Text Example
Text Example
White with #9B807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B807A; }
p { color: rgb(155,128,122); }
H1.HeaderClassName
{
color: #9B807A;
}
.AnyTagClassName
{
color: #9B807A;
}
</style>
background-color css
<style>
a { background-color: #9B807A; }
a { background-color: rgb(155,128,122); }
div.DivClassName
{
background-color: #9B807A;
}
.BgClassName
{
background-color: #9B807A;
}
</style>
border-color css
<style>
span { border-color: #9B807A; }
span { border-color: rgb(155,128,122); }
td.TdClassName
{
border-color: #9B807A;
}
.TagClassName
{
border-color: #9B807A;
}
</style>