Shades of Hemp #9B807B
Tints of Hemp #9B807B
RGB
CMYK
RGB Variations
Color information
#9B807B (or 0x9B807B) is known color: Hemp. HEX triplet: 9B, 80 and 7B. RGB value is (155,128,123). Sum of RGB (Red+Green+Blue) = 155+128+123=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 155 - color contains mainly: red. Hex color #9B807B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B807B is #647F84. Grayscale: #878787. Windows color (decimal): -6586245 or 8093851. OLE color: 8093851.
HSL color Cylindrical-coordinate representation of color #9B807B: hue angle of 9.38º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9B807B is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 128 | 123 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.39 |
| HSL | 9.38º | 0.14% | 0.55% | - |
| HSV(B) | 9.38º | 0.21% | 0.61% | - |
| XYZ | 24.81 | 23.84 | 22.03 | - |
| YUV | 135.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 128 | 123 | 0 | 0.17 | 0.21 | 0.39 | 9.38 | 0.14 | 0.55 |
| Hex | 9B | 80 | 7B | 0 | 11 | 15 | 27 | 9 | E | 37 |
| Octal | 233 | 200 | 173 | 0 | 21 | 25 | 47 | 11 | 16 | 67 |
| Binary | 10011011 | 10000000 | 1111011 | 0 | 10001 | 10101 | 100111 | 1001 | 1110 | 110111 |
Color Harmonies of #9B807B
Complementary color
Monochromatic Colors of #9B807B
Black with #9B807B
Text Example
Text Example
White with #9B807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B807B; }
p { color: rgb(155,128,123); }
H1.HeaderClassName
{
color: #9B807B;
}
.AnyTagClassName
{
color: #9B807B;
}
</style>
background-color css
<style>
a { background-color: #9B807B; }
a { background-color: rgb(155,128,123); }
div.DivClassName
{
background-color: #9B807B;
}
.BgClassName
{
background-color: #9B807B;
}
</style>
border-color css
<style>
span { border-color: #9B807B; }
span { border-color: rgb(155,128,123); }
td.TdClassName
{
border-color: #9B807B;
}
.TagClassName
{
border-color: #9B807B;
}
</style>