Shades of Hemp #9F7D72
Tints of Hemp #9F7D72
RGB
CMYK
RGB Variations
Color information
#9F7D72 (or 0x9F7D72) is known color: Hemp. HEX triplet: 9F, 7D and 72. RGB value is (159,125,114). Sum of RGB (Red+Green+Blue) = 159+125+114=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7D72 is #60828D. Grayscale: #858585. Windows color (decimal): -6324878 or 7503263. OLE color: 7503263.
HSL color Cylindrical-coordinate representation of color #9F7D72: hue angle of 14.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 #9F7D72 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 125 | 114 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.38 |
| HSL | 14.67º | 0.19% | 0.54% | - |
| HSV(B) | 14.67º | 0.28% | 0.62% | - |
| XYZ | 24.67 | 23.25 | 19.11 | - |
| YUV | 133.91 | 116.76 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 125 | 114 | 0 | 0.21 | 0.28 | 0.38 | 14.67 | 0.19 | 0.54 |
| Hex | 9F | 7D | 72 | 0 | 15 | 1C | 26 | F | 13 | 36 |
| Octal | 237 | 175 | 162 | 0 | 25 | 34 | 46 | 17 | 23 | 66 |
| Binary | 10011111 | 1111101 | 1110010 | 0 | 10101 | 11100 | 100110 | 1111 | 10011 | 110110 |
Color Harmonies of #9F7D72
Complementary color
Monochromatic Colors of #9F7D72
Black with #9F7D72
Text Example
Text Example
White with #9F7D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7D72; }
p { color: rgb(159,125,114); }
H1.HeaderClassName
{
color: #9F7D72;
}
.AnyTagClassName
{
color: #9F7D72;
}
</style>
background-color css
<style>
a { background-color: #9F7D72; }
a { background-color: rgb(159,125,114); }
div.DivClassName
{
background-color: #9F7D72;
}
.BgClassName
{
background-color: #9F7D72;
}
</style>
border-color css
<style>
span { border-color: #9F7D72; }
span { border-color: rgb(159,125,114); }
td.TdClassName
{
border-color: #9F7D72;
}
.TagClassName
{
border-color: #9F7D72;
}
</style>