Shades of Hemp #9F7871
Tints of Hemp #9F7871
RGB
CMYK
RGB Variations
Color information
#9F7871 (or 0x9F7871) is known color: Hemp. HEX triplet: 9F, 78 and 71. RGB value is (159,120,113). Sum of RGB (Red+Green+Blue) = 159+120+113=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7871 is #60878E. Grayscale: #828282. Windows color (decimal): -6326159 or 7436447. OLE color: 7436447.
HSL color Cylindrical-coordinate representation of color #9F7871: hue angle of 9.13º 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 #9F7871 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 120 | 113 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.38 |
| HSL | 9.13º | 0.19% | 0.53% | - |
| HSV(B) | 9.13º | 0.29% | 0.62% | - |
| XYZ | 24 | 22 | 18.6 | - |
| YUV | 130.86 | 117.92 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 120 | 113 | 0 | 0.25 | 0.29 | 0.38 | 9.13 | 0.19 | 0.53 |
| Hex | 9F | 78 | 71 | 0 | 19 | 1D | 26 | 9 | 13 | 35 |
| Octal | 237 | 170 | 161 | 0 | 31 | 35 | 46 | 11 | 23 | 65 |
| Binary | 10011111 | 1111000 | 1110001 | 0 | 11001 | 11101 | 100110 | 1001 | 10011 | 110101 |
Color Harmonies of #9F7871
Complementary color
Monochromatic Colors of #9F7871
Black with #9F7871
Text Example
Text Example
White with #9F7871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7871; }
p { color: rgb(159,120,113); }
H1.HeaderClassName
{
color: #9F7871;
}
.AnyTagClassName
{
color: #9F7871;
}
</style>
background-color css
<style>
a { background-color: #9F7871; }
a { background-color: rgb(159,120,113); }
div.DivClassName
{
background-color: #9F7871;
}
.BgClassName
{
background-color: #9F7871;
}
</style>
border-color css
<style>
span { border-color: #9F7871; }
span { border-color: rgb(159,120,113); }
td.TdClassName
{
border-color: #9F7871;
}
.TagClassName
{
border-color: #9F7871;
}
</style>