Shades of Hemp #9E7B75
Tints of Hemp #9E7B75
RGB
CMYK
RGB Variations
Color information
#9E7B75 (or 0x9E7B75) is known color: Hemp. HEX triplet: 9E, 7B and 75. RGB value is (158,123,117). Sum of RGB (Red+Green+Blue) = 158+123+117=398 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.70% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7B75 is #61848A. Grayscale: #848484. Windows color (decimal): -6390923 or 7699358. OLE color: 7699358.
HSL color Cylindrical-coordinate representation of color #9E7B75: hue angle of 8.78º degrees, saturation: 0.17, 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 #9E7B75 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 123 | 117 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.38 |
| HSL | 8.78º | 0.17% | 0.54% | - |
| HSV(B) | 8.78º | 0.26% | 0.62% | - |
| XYZ | 24.39 | 22.72 | 19.93 | - |
| YUV | 132.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 123 | 117 | 0 | 0.22 | 0.26 | 0.38 | 8.78 | 0.17 | 0.54 |
| Hex | 9E | 7B | 75 | 0 | 16 | 1A | 26 | 9 | 11 | 36 |
| Octal | 236 | 173 | 165 | 0 | 26 | 32 | 46 | 11 | 21 | 66 |
| Binary | 10011110 | 1111011 | 1110101 | 0 | 10110 | 11010 | 100110 | 1001 | 10001 | 110110 |
Color Harmonies of #9E7B75
Complementary color
Monochromatic Colors of #9E7B75
Black with #9E7B75
Text Example
Text Example
White with #9E7B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7B75; }
p { color: rgb(158,123,117); }
H1.HeaderClassName
{
color: #9E7B75;
}
.AnyTagClassName
{
color: #9E7B75;
}
</style>
background-color css
<style>
a { background-color: #9E7B75; }
a { background-color: rgb(158,123,117); }
div.DivClassName
{
background-color: #9E7B75;
}
.BgClassName
{
background-color: #9E7B75;
}
</style>
border-color css
<style>
span { border-color: #9E7B75; }
span { border-color: rgb(158,123,117); }
td.TdClassName
{
border-color: #9E7B75;
}
.TagClassName
{
border-color: #9E7B75;
}
</style>