Shades of Hemp #9E7B74
Tints of Hemp #9E7B74
RGB
CMYK
RGB Variations
Color information
#9E7B74 (or 0x9E7B74) is known color: Hemp. HEX triplet: 9E, 7B and 74. RGB value is (158,123,116). Sum of RGB (Red+Green+Blue) = 158+123+116=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7B74 is #61848B. Grayscale: #848484. Windows color (decimal): -6390924 or 7633822. OLE color: 7633822.
HSL color Cylindrical-coordinate representation of color #9E7B74: hue angle of 10º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9E7B74 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 123 | 116 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.38 |
| HSL | 10º | 0.18% | 0.54% | - |
| HSV(B) | 10º | 0.27% | 0.62% | - |
| XYZ | 24.34 | 22.7 | 19.62 | - |
| YUV | 132.67 | 118.6 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 123 | 116 | 0 | 0.22 | 0.27 | 0.38 | 10 | 0.18 | 0.54 |
| Hex | 9E | 7B | 74 | 0 | 16 | 1B | 26 | A | 12 | 36 |
| Octal | 236 | 173 | 164 | 0 | 26 | 33 | 46 | 12 | 22 | 66 |
| Binary | 10011110 | 1111011 | 1110100 | 0 | 10110 | 11011 | 100110 | 1010 | 10010 | 110110 |
Color Harmonies of #9E7B74
Complementary color
Monochromatic Colors of #9E7B74
Black with #9E7B74
Text Example
Text Example
White with #9E7B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7B74; }
p { color: rgb(158,123,116); }
H1.HeaderClassName
{
color: #9E7B74;
}
.AnyTagClassName
{
color: #9E7B74;
}
</style>
background-color css
<style>
a { background-color: #9E7B74; }
a { background-color: rgb(158,123,116); }
div.DivClassName
{
background-color: #9E7B74;
}
.BgClassName
{
background-color: #9E7B74;
}
</style>
border-color css
<style>
span { border-color: #9E7B74; }
span { border-color: rgb(158,123,116); }
td.TdClassName
{
border-color: #9E7B74;
}
.TagClassName
{
border-color: #9E7B74;
}
</style>