Shades of Hemp #9F7F70
Tints of Hemp #9F7F70
RGB
CMYK
RGB Variations
Color information
#9F7F70 (or 0x9F7F70) is known color: Hemp. HEX triplet: 9F, 7F and 70. RGB value is (159,127,112). Sum of RGB (Red+Green+Blue) = 159+127+112=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7F70 is #60808F. Grayscale: #868686. Windows color (decimal): -6324368 or 7372703. OLE color: 7372703.
HSL color Cylindrical-coordinate representation of color #9F7F70: hue angle of 19.15º 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 #9F7F70 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 127 | 112 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.38 |
| HSL | 19.15º | 0.2% | 0.53% | - |
| HSV(B) | 19.15º | 0.3% | 0.62% | - |
| XYZ | 24.81 | 23.72 | 18.6 | - |
| YUV | 134.86 | 115.1 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 127 | 112 | 0 | 0.20 | 0.30 | 0.38 | 19.15 | 0.2 | 0.53 |
| Hex | 9F | 7F | 70 | 0 | 14 | 1E | 26 | 13 | 14 | 35 |
| Octal | 237 | 177 | 160 | 0 | 24 | 36 | 46 | 23 | 24 | 65 |
| Binary | 10011111 | 1111111 | 1110000 | 0 | 10100 | 11110 | 100110 | 10011 | 10100 | 110101 |
Color Harmonies of #9F7F70
Complementary color
Monochromatic Colors of #9F7F70
Black with #9F7F70
Text Example
Text Example
White with #9F7F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7F70; }
p { color: rgb(159,127,112); }
H1.HeaderClassName
{
color: #9F7F70;
}
.AnyTagClassName
{
color: #9F7F70;
}
</style>
background-color css
<style>
a { background-color: #9F7F70; }
a { background-color: rgb(159,127,112); }
div.DivClassName
{
background-color: #9F7F70;
}
.BgClassName
{
background-color: #9F7F70;
}
</style>
border-color css
<style>
span { border-color: #9F7F70; }
span { border-color: rgb(159,127,112); }
td.TdClassName
{
border-color: #9F7F70;
}
.TagClassName
{
border-color: #9F7F70;
}
</style>