Shades of Hemp #9B7F71
Tints of Hemp #9B7F71
RGB
CMYK
RGB Variations
Color information
#9B7F71 (or 0x9B7F71) is known color: Hemp. HEX triplet: 9B, 7F and 71. RGB value is (155,127,113). Sum of RGB (Red+Green+Blue) = 155+127+113=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7F71 is #64808E. Grayscale: #858585. Windows color (decimal): -6586511 or 7438235. OLE color: 7438235.
HSL color Cylindrical-coordinate representation of color #9B7F71: hue angle of 20º 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 #9B7F71 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 127 | 113 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.39 |
| HSL | 20º | 0.17% | 0.53% | - |
| HSV(B) | 20º | 0.27% | 0.61% | - |
| XYZ | 24.09 | 23.34 | 18.86 | - |
| YUV | 133.78 | 116.28 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 127 | 113 | 0 | 0.18 | 0.27 | 0.39 | 20 | 0.17 | 0.53 |
| Hex | 9B | 7F | 71 | 0 | 12 | 1B | 27 | 14 | 11 | 35 |
| Octal | 233 | 177 | 161 | 0 | 22 | 33 | 47 | 24 | 21 | 65 |
| Binary | 10011011 | 1111111 | 1110001 | 0 | 10010 | 11011 | 100111 | 10100 | 10001 | 110101 |
Color Harmonies of #9B7F71
Complementary color
Monochromatic Colors of #9B7F71
Black with #9B7F71
Text Example
Text Example
White with #9B7F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7F71; }
p { color: rgb(155,127,113); }
H1.HeaderClassName
{
color: #9B7F71;
}
.AnyTagClassName
{
color: #9B7F71;
}
</style>
background-color css
<style>
a { background-color: #9B7F71; }
a { background-color: rgb(155,127,113); }
div.DivClassName
{
background-color: #9B7F71;
}
.BgClassName
{
background-color: #9B7F71;
}
</style>
border-color css
<style>
span { border-color: #9B7F71; }
span { border-color: rgb(155,127,113); }
td.TdClassName
{
border-color: #9B7F71;
}
.TagClassName
{
border-color: #9B7F71;
}
</style>