Shades of Hemp #9F7E76
Tints of Hemp #9F7E76
RGB
CMYK
RGB Variations
Color information
#9F7E76 (or 0x9F7E76) is known color: Hemp. HEX triplet: 9F, 7E and 76. RGB value is (159,126,118). Sum of RGB (Red+Green+Blue) = 159+126+118=403 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.45% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7E76 is #608189. Grayscale: #878787. Windows color (decimal): -6324618 or 7765663. OLE color: 7765663.
HSL color Cylindrical-coordinate representation of color #9F7E76: hue angle of 11.71º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F7E76 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 126 | 118 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.38 |
| HSL | 11.71º | 0.18% | 0.54% | - |
| HSV(B) | 11.71º | 0.26% | 0.62% | - |
| XYZ | 25.03 | 23.6 | 20.38 | - |
| YUV | 134.96 | 118.43 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 126 | 118 | 0 | 0.21 | 0.26 | 0.38 | 11.71 | 0.18 | 0.54 |
| Hex | 9F | 7E | 76 | 0 | 15 | 1A | 26 | C | 12 | 36 |
| Octal | 237 | 176 | 166 | 0 | 25 | 32 | 46 | 14 | 22 | 66 |
| Binary | 10011111 | 1111110 | 1110110 | 0 | 10101 | 11010 | 100110 | 1100 | 10010 | 110110 |
Color Harmonies of #9F7E76
Complementary color
Monochromatic Colors of #9F7E76
Black with #9F7E76
Text Example
Text Example
White with #9F7E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7E76; }
p { color: rgb(159,126,118); }
H1.HeaderClassName
{
color: #9F7E76;
}
.AnyTagClassName
{
color: #9F7E76;
}
</style>
background-color css
<style>
a { background-color: #9F7E76; }
a { background-color: rgb(159,126,118); }
div.DivClassName
{
background-color: #9F7E76;
}
.BgClassName
{
background-color: #9F7E76;
}
</style>
border-color css
<style>
span { border-color: #9F7E76; }
span { border-color: rgb(159,126,118); }
td.TdClassName
{
border-color: #9F7E76;
}
.TagClassName
{
border-color: #9F7E76;
}
</style>