Shades of Hemp #9B7E78
Tints of Hemp #9B7E78
RGB
CMYK
RGB Variations
Color information
#9B7E78 (or 0x9B7E78) is known color: Hemp. HEX triplet: 9B, 7E and 78. RGB value is (155,126,120). Sum of RGB (Red+Green+Blue) = 155+126+120=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7E78 is #648187. Grayscale: #868686. Windows color (decimal): -6586760 or 7896731. OLE color: 7896731.
HSL color Cylindrical-coordinate representation of color #9B7E78: hue angle of 10.29º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B7E78 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 126 | 120 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.39 |
| HSL | 10.29º | 0.15% | 0.54% | - |
| HSV(B) | 10.29º | 0.23% | 0.61% | - |
| XYZ | 24.37 | 23.25 | 20.97 | - |
| YUV | 133.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 126 | 120 | 0 | 0.19 | 0.23 | 0.39 | 10.29 | 0.15 | 0.54 |
| Hex | 9B | 7E | 78 | 0 | 13 | 17 | 27 | A | F | 36 |
| Octal | 233 | 176 | 170 | 0 | 23 | 27 | 47 | 12 | 17 | 66 |
| Binary | 10011011 | 1111110 | 1111000 | 0 | 10011 | 10111 | 100111 | 1010 | 1111 | 110110 |
Color Harmonies of #9B7E78
Complementary color
Monochromatic Colors of #9B7E78
Black with #9B7E78
Text Example
Text Example
White with #9B7E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7E78; }
p { color: rgb(155,126,120); }
H1.HeaderClassName
{
color: #9B7E78;
}
.AnyTagClassName
{
color: #9B7E78;
}
</style>
background-color css
<style>
a { background-color: #9B7E78; }
a { background-color: rgb(155,126,120); }
div.DivClassName
{
background-color: #9B7E78;
}
.BgClassName
{
background-color: #9B7E78;
}
</style>
border-color css
<style>
span { border-color: #9B7E78; }
span { border-color: rgb(155,126,120); }
td.TdClassName
{
border-color: #9B7E78;
}
.TagClassName
{
border-color: #9B7E78;
}
</style>