Shades of Hemp #9F7770
Tints of Hemp #9F7770
RGB
CMYK
RGB Variations
Color information
#9F7770 (or 0x9F7770) is known color: Hemp. HEX triplet: 9F, 77 and 70. RGB value is (159,119,112). Sum of RGB (Red+Green+Blue) = 159+119+112=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7770 is #60888F. Grayscale: #828282. Windows color (decimal): -6326416 or 7370655. OLE color: 7370655.
HSL color Cylindrical-coordinate representation of color #9F7770: hue angle of 8.94º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F7770 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 119 | 112 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.38 |
| HSL | 8.94º | 0.2% | 0.53% | - |
| HSV(B) | 8.94º | 0.3% | 0.62% | - |
| XYZ | 23.82 | 21.73 | 18.27 | - |
| YUV | 130.16 | 117.75 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 119 | 112 | 0 | 0.25 | 0.30 | 0.38 | 8.94 | 0.2 | 0.53 |
| Hex | 9F | 77 | 70 | 0 | 19 | 1E | 26 | 9 | 14 | 35 |
| Octal | 237 | 167 | 160 | 0 | 31 | 36 | 46 | 11 | 24 | 65 |
| Binary | 10011111 | 1110111 | 1110000 | 0 | 11001 | 11110 | 100110 | 1001 | 10100 | 110101 |
Color Harmonies of #9F7770
Complementary color
Monochromatic Colors of #9F7770
Black with #9F7770
Text Example
Text Example
White with #9F7770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7770; }
p { color: rgb(159,119,112); }
H1.HeaderClassName
{
color: #9F7770;
}
.AnyTagClassName
{
color: #9F7770;
}
</style>
background-color css
<style>
a { background-color: #9F7770; }
a { background-color: rgb(159,119,112); }
div.DivClassName
{
background-color: #9F7770;
}
.BgClassName
{
background-color: #9F7770;
}
</style>
border-color css
<style>
span { border-color: #9F7770; }
span { border-color: rgb(159,119,112); }
td.TdClassName
{
border-color: #9F7770;
}
.TagClassName
{
border-color: #9F7770;
}
</style>