Shades of Hemp #8D7873
Tints of Hemp #8D7873
RGB
CMYK
RGB Variations
Color information
#8D7873 (or 0x8D7873) is known color: Hemp. HEX triplet: 8D, 78 and 73. RGB value is (141,120,115). Sum of RGB (Red+Green+Blue) = 141+120+115=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7873 is #72878C. Grayscale: #7D7D7D. Windows color (decimal): -7505805 or 7567501. OLE color: 7567501.
HSL color Cylindrical-coordinate representation of color #8D7873: hue angle of 11.54º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D7873 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 120 | 115 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.45 |
| HSL | 11.54º | 0.1% | 0.5% | - |
| HSV(B) | 11.54º | 0.18% | 0.55% | - |
| XYZ | 20.8 | 20.33 | 19.05 | - |
| YUV | 125.71 | 121.96 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 120 | 115 | 0 | 0.15 | 0.18 | 0.45 | 11.54 | 0.1 | 0.5 |
| Hex | 8D | 78 | 73 | 0 | F | 12 | 2D | C | A | 32 |
| Octal | 215 | 170 | 163 | 0 | 17 | 22 | 55 | 14 | 12 | 62 |
| Binary | 10001101 | 1111000 | 1110011 | 0 | 1111 | 10010 | 101101 | 1100 | 1010 | 110010 |
Color Harmonies of #8D7873
Complementary color
Monochromatic Colors of #8D7873
Black with #8D7873
Text Example
Text Example
White with #8D7873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7873; }
p { color: rgb(141,120,115); }
H1.HeaderClassName
{
color: #8D7873;
}
.AnyTagClassName
{
color: #8D7873;
}
</style>
background-color css
<style>
a { background-color: #8D7873; }
a { background-color: rgb(141,120,115); }
div.DivClassName
{
background-color: #8D7873;
}
.BgClassName
{
background-color: #8D7873;
}
</style>
border-color css
<style>
span { border-color: #8D7873; }
span { border-color: rgb(141,120,115); }
td.TdClassName
{
border-color: #8D7873;
}
.TagClassName
{
border-color: #8D7873;
}
</style>