Shades of Hemp #9F7A71
Tints of Hemp #9F7A71
RGB
CMYK
RGB Variations
Color information
#9F7A71 (or 0x9F7A71) is known color: Hemp. HEX triplet: 9F, 7A and 71. RGB value is (159,122,113). Sum of RGB (Red+Green+Blue) = 159+122+113=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7A71 is #60858E. Grayscale: #848484. Windows color (decimal): -6325647 or 7436959. OLE color: 7436959.
HSL color Cylindrical-coordinate representation of color #9F7A71: hue angle of 11.74º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F7A71 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 122 | 113 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.38 |
| HSL | 11.74º | 0.19% | 0.53% | - |
| HSV(B) | 11.74º | 0.29% | 0.62% | - |
| XYZ | 24.24 | 22.48 | 18.68 | - |
| YUV | 132.04 | 117.26 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 122 | 113 | 0 | 0.23 | 0.29 | 0.38 | 11.74 | 0.19 | 0.53 |
| Hex | 9F | 7A | 71 | 0 | 17 | 1D | 26 | C | 13 | 35 |
| Octal | 237 | 172 | 161 | 0 | 27 | 35 | 46 | 14 | 23 | 65 |
| Binary | 10011111 | 1111010 | 1110001 | 0 | 10111 | 11101 | 100110 | 1100 | 10011 | 110101 |
Color Harmonies of #9F7A71
Complementary color
Monochromatic Colors of #9F7A71
Black with #9F7A71
Text Example
Text Example
White with #9F7A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7A71; }
p { color: rgb(159,122,113); }
H1.HeaderClassName
{
color: #9F7A71;
}
.AnyTagClassName
{
color: #9F7A71;
}
</style>
background-color css
<style>
a { background-color: #9F7A71; }
a { background-color: rgb(159,122,113); }
div.DivClassName
{
background-color: #9F7A71;
}
.BgClassName
{
background-color: #9F7A71;
}
</style>
border-color css
<style>
span { border-color: #9F7A71; }
span { border-color: rgb(159,122,113); }
td.TdClassName
{
border-color: #9F7A71;
}
.TagClassName
{
border-color: #9F7A71;
}
</style>