Shades of Hemp #9F807A
Tints of Hemp #9F807A
RGB
CMYK
RGB Variations
Color information
#9F807A (or 0x9F807A) is known color: Hemp. HEX triplet: 9F, 80 and 7A. RGB value is (159,128,122). Sum of RGB (Red+Green+Blue) = 159+128+122=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 159 - color contains mainly: red. Hex color #9F807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F807A is #607F85. Grayscale: #888888. Windows color (decimal): -6324102 or 8028319. OLE color: 8028319.
HSL color Cylindrical-coordinate representation of color #9F807A: hue angle of 9.73º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F807A is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 128 | 122 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.38 |
| HSL | 9.73º | 0.16% | 0.55% | - |
| HSV(B) | 9.73º | 0.23% | 0.62% | - |
| XYZ | 25.53 | 24.21 | 21.74 | - |
| YUV | 136.59 | 119.77 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 128 | 122 | 0 | 0.19 | 0.23 | 0.38 | 9.73 | 0.16 | 0.55 |
| Hex | 9F | 80 | 7A | 0 | 13 | 17 | 26 | A | 10 | 37 |
| Octal | 237 | 200 | 172 | 0 | 23 | 27 | 46 | 12 | 20 | 67 |
| Binary | 10011111 | 10000000 | 1111010 | 0 | 10011 | 10111 | 100110 | 1010 | 10000 | 110111 |
Color Harmonies of #9F807A
Complementary color
Monochromatic Colors of #9F807A
Black with #9F807A
Text Example
Text Example
White with #9F807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F807A; }
p { color: rgb(159,128,122); }
H1.HeaderClassName
{
color: #9F807A;
}
.AnyTagClassName
{
color: #9F807A;
}
</style>
background-color css
<style>
a { background-color: #9F807A; }
a { background-color: rgb(159,128,122); }
div.DivClassName
{
background-color: #9F807A;
}
.BgClassName
{
background-color: #9F807A;
}
</style>
border-color css
<style>
span { border-color: #9F807A; }
span { border-color: rgb(159,128,122); }
td.TdClassName
{
border-color: #9F807A;
}
.TagClassName
{
border-color: #9F807A;
}
</style>