Shades of Hemp #9F7F77
Tints of Hemp #9F7F77
RGB
CMYK
RGB Variations
Color information
#9F7F77 (or 0x9F7F77) is known color: Hemp. HEX triplet: 9F, 7F and 77. RGB value is (159,127,119). Sum of RGB (Red+Green+Blue) = 159+127+119=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7F77 is #608088. Grayscale: #878787. Windows color (decimal): -6324361 or 7831455. OLE color: 7831455.
HSL color Cylindrical-coordinate representation of color #9F7F77: hue angle of 12º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9F7F77 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 127 | 119 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.38 |
| HSL | 12º | 0.17% | 0.55% | - |
| HSV(B) | 12º | 0.25% | 0.62% | - |
| XYZ | 25.22 | 23.88 | 20.73 | - |
| YUV | 135.66 | 118.6 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 127 | 119 | 0 | 0.20 | 0.25 | 0.38 | 12 | 0.17 | 0.55 |
| Hex | 9F | 7F | 77 | 0 | 14 | 19 | 26 | C | 11 | 37 |
| Octal | 237 | 177 | 167 | 0 | 24 | 31 | 46 | 14 | 21 | 67 |
| Binary | 10011111 | 1111111 | 1110111 | 0 | 10100 | 11001 | 100110 | 1100 | 10001 | 110111 |
Color Harmonies of #9F7F77
Complementary color
Monochromatic Colors of #9F7F77
Black with #9F7F77
Text Example
Text Example
White with #9F7F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7F77; }
p { color: rgb(159,127,119); }
H1.HeaderClassName
{
color: #9F7F77;
}
.AnyTagClassName
{
color: #9F7F77;
}
</style>
background-color css
<style>
a { background-color: #9F7F77; }
a { background-color: rgb(159,127,119); }
div.DivClassName
{
background-color: #9F7F77;
}
.BgClassName
{
background-color: #9F7F77;
}
</style>
border-color css
<style>
span { border-color: #9F7F77; }
span { border-color: rgb(159,127,119); }
td.TdClassName
{
border-color: #9F7F77;
}
.TagClassName
{
border-color: #9F7F77;
}
</style>