Shades of Hemp #9F7B76
Tints of Hemp #9F7B76
RGB
CMYK
RGB Variations
Color information
#9F7B76 (or 0x9F7B76) is known color: Hemp. HEX triplet: 9F, 7B and 76. RGB value is (159,123,118). Sum of RGB (Red+Green+Blue) = 159+123+118=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7B76 is #608489. Grayscale: #858585. Windows color (decimal): -6325386 or 7764895. OLE color: 7764895.
HSL color Cylindrical-coordinate representation of color #9F7B76: hue angle of 7.32º 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 #9F7B76 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 123 | 118 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.38 |
| HSL | 7.32º | 0.18% | 0.54% | - |
| HSV(B) | 7.32º | 0.26% | 0.62% | - |
| XYZ | 24.65 | 22.84 | 20.25 | - |
| YUV | 133.19 | 119.43 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 123 | 118 | 0 | 0.23 | 0.26 | 0.38 | 7.32 | 0.18 | 0.54 |
| Hex | 9F | 7B | 76 | 0 | 17 | 1A | 26 | 7 | 12 | 36 |
| Octal | 237 | 173 | 166 | 0 | 27 | 32 | 46 | 7 | 22 | 66 |
| Binary | 10011111 | 1111011 | 1110110 | 0 | 10111 | 11010 | 100110 | 111 | 10010 | 110110 |
Color Harmonies of #9F7B76
Complementary color
Monochromatic Colors of #9F7B76
Black with #9F7B76
Text Example
Text Example
White with #9F7B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7B76; }
p { color: rgb(159,123,118); }
H1.HeaderClassName
{
color: #9F7B76;
}
.AnyTagClassName
{
color: #9F7B76;
}
</style>
background-color css
<style>
a { background-color: #9F7B76; }
a { background-color: rgb(159,123,118); }
div.DivClassName
{
background-color: #9F7B76;
}
.BgClassName
{
background-color: #9F7B76;
}
</style>
border-color css
<style>
span { border-color: #9F7B76; }
span { border-color: rgb(159,123,118); }
td.TdClassName
{
border-color: #9F7B76;
}
.TagClassName
{
border-color: #9F7B76;
}
</style>