Shades of Hemp #9F7A72
Tints of Hemp #9F7A72
RGB
CMYK
RGB Variations
Color information
#9F7A72 (or 0x9F7A72) is known color: Hemp. HEX triplet: 9F, 7A and 72. RGB value is (159,122,114). Sum of RGB (Red+Green+Blue) = 159+122+114=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7A72 is #60858D. Grayscale: #848484. Windows color (decimal): -6325646 or 7502495. OLE color: 7502495.
HSL color Cylindrical-coordinate representation of color #9F7A72: hue angle of 10.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F7A72 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 122 | 114 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.38 |
| HSL | 10.67º | 0.19% | 0.54% | - |
| HSV(B) | 10.67º | 0.28% | 0.62% | - |
| XYZ | 24.29 | 22.5 | 18.98 | - |
| YUV | 132.15 | 117.76 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 122 | 114 | 0 | 0.23 | 0.28 | 0.38 | 10.67 | 0.19 | 0.54 |
| Hex | 9F | 7A | 72 | 0 | 17 | 1C | 26 | B | 13 | 36 |
| Octal | 237 | 172 | 162 | 0 | 27 | 34 | 46 | 13 | 23 | 66 |
| Binary | 10011111 | 1111010 | 1110010 | 0 | 10111 | 11100 | 100110 | 1011 | 10011 | 110110 |
Color Harmonies of #9F7A72
Complementary color
Monochromatic Colors of #9F7A72
Black with #9F7A72
Text Example
Text Example
White with #9F7A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7A72; }
p { color: rgb(159,122,114); }
H1.HeaderClassName
{
color: #9F7A72;
}
.AnyTagClassName
{
color: #9F7A72;
}
</style>
background-color css
<style>
a { background-color: #9F7A72; }
a { background-color: rgb(159,122,114); }
div.DivClassName
{
background-color: #9F7A72;
}
.BgClassName
{
background-color: #9F7A72;
}
</style>
border-color css
<style>
span { border-color: #9F7A72; }
span { border-color: rgb(159,122,114); }
td.TdClassName
{
border-color: #9F7A72;
}
.TagClassName
{
border-color: #9F7A72;
}
</style>