Shades of Hemp #9F7873
Tints of Hemp #9F7873
RGB
CMYK
RGB Variations
Color information
#9F7873 (or 0x9F7873) is known color: Hemp. HEX triplet: 9F, 78 and 73. RGB value is (159,120,115). Sum of RGB (Red+Green+Blue) = 159+120+115=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7873 is #60878C. Grayscale: #838383. Windows color (decimal): -6326157 or 7567519. OLE color: 7567519.
HSL color Cylindrical-coordinate representation of color #9F7873: hue angle of 6.82º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F7873 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 120 | 115 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.38 |
| HSL | 6.82º | 0.19% | 0.54% | - |
| HSV(B) | 6.82º | 0.28% | 0.62% | - |
| XYZ | 24.11 | 22.04 | 19.2 | - |
| YUV | 131.09 | 118.92 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 120 | 115 | 0 | 0.25 | 0.28 | 0.38 | 6.82 | 0.19 | 0.54 |
| Hex | 9F | 78 | 73 | 0 | 19 | 1C | 26 | 7 | 13 | 36 |
| Octal | 237 | 170 | 163 | 0 | 31 | 34 | 46 | 7 | 23 | 66 |
| Binary | 10011111 | 1111000 | 1110011 | 0 | 11001 | 11100 | 100110 | 111 | 10011 | 110110 |
Color Harmonies of #9F7873
Complementary color
Monochromatic Colors of #9F7873
Black with #9F7873
Text Example
Text Example
White with #9F7873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7873; }
p { color: rgb(159,120,115); }
H1.HeaderClassName
{
color: #9F7873;
}
.AnyTagClassName
{
color: #9F7873;
}
</style>
background-color css
<style>
a { background-color: #9F7873; }
a { background-color: rgb(159,120,115); }
div.DivClassName
{
background-color: #9F7873;
}
.BgClassName
{
background-color: #9F7873;
}
</style>
border-color css
<style>
span { border-color: #9F7873; }
span { border-color: rgb(159,120,115); }
td.TdClassName
{
border-color: #9F7873;
}
.TagClassName
{
border-color: #9F7873;
}
</style>