Shades of Hemp #9B7C73
Tints of Hemp #9B7C73
RGB
CMYK
RGB Variations
Color information
#9B7C73 (or 0x9B7C73) is known color: Hemp. HEX triplet: 9B, 7C and 73. RGB value is (155,124,115). Sum of RGB (Red+Green+Blue) = 155+124+115=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7C73 is #64838C. Grayscale: #848484. Windows color (decimal): -6587277 or 7568539. OLE color: 7568539.
HSL color Cylindrical-coordinate representation of color #9B7C73: hue angle of 13.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9B7C73 is Cyan = 0, Magento = 0.2, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 124 | 115 | - |
| CMYK | 0 | 0.2 | 0.26 | 0.39 |
| HSL | 13.5º | 0.17% | 0.53% | - |
| HSV(B) | 13.5º | 0.26% | 0.61% | - |
| XYZ | 23.82 | 22.62 | 19.33 | - |
| YUV | 132.24 | 118.27 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 124 | 115 | 0 | 0.2 | 0.26 | 0.39 | 13.5 | 0.17 | 0.53 |
| Hex | 9B | 7C | 73 | 0 | 14 | 1A | 27 | E | 11 | 35 |
| Octal | 233 | 174 | 163 | 0 | 24 | 32 | 47 | 16 | 21 | 65 |
| Binary | 10011011 | 1111100 | 1110011 | 0 | 10100 | 11010 | 100111 | 1110 | 10001 | 110101 |
Color Harmonies of #9B7C73
Complementary color
Monochromatic Colors of #9B7C73
Black with #9B7C73
Text Example
Text Example
White with #9B7C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7C73; }
p { color: rgb(155,124,115); }
H1.HeaderClassName
{
color: #9B7C73;
}
.AnyTagClassName
{
color: #9B7C73;
}
</style>
background-color css
<style>
a { background-color: #9B7C73; }
a { background-color: rgb(155,124,115); }
div.DivClassName
{
background-color: #9B7C73;
}
.BgClassName
{
background-color: #9B7C73;
}
</style>
border-color css
<style>
span { border-color: #9B7C73; }
span { border-color: rgb(155,124,115); }
td.TdClassName
{
border-color: #9B7C73;
}
.TagClassName
{
border-color: #9B7C73;
}
</style>