Shades of Hemp #8D7872
Tints of Hemp #8D7872
RGB
CMYK
RGB Variations
Color information
#8D7872 (or 0x8D7872) is known color: Hemp. HEX triplet: 8D, 78 and 72. RGB value is (141,120,114). Sum of RGB (Red+Green+Blue) = 141+120+114=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7872 is #72878D. Grayscale: #7D7D7D. Windows color (decimal): -7505806 or 7501965. OLE color: 7501965.
HSL color Cylindrical-coordinate representation of color #8D7872: hue angle of 13.33º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8D7872 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 120 | 114 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.45 |
| HSL | 13.33º | 0.11% | 0.5% | - |
| HSV(B) | 13.33º | 0.19% | 0.55% | - |
| XYZ | 20.74 | 20.31 | 18.75 | - |
| YUV | 125.6 | 121.46 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 120 | 114 | 0 | 0.15 | 0.19 | 0.45 | 13.33 | 0.11 | 0.5 |
| Hex | 8D | 78 | 72 | 0 | F | 13 | 2D | D | B | 32 |
| Octal | 215 | 170 | 162 | 0 | 17 | 23 | 55 | 15 | 13 | 62 |
| Binary | 10001101 | 1111000 | 1110010 | 0 | 1111 | 10011 | 101101 | 1101 | 1011 | 110010 |
Color Harmonies of #8D7872
Complementary color
Monochromatic Colors of #8D7872
Black with #8D7872
Text Example
Text Example
White with #8D7872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7872; }
p { color: rgb(141,120,114); }
H1.HeaderClassName
{
color: #8D7872;
}
.AnyTagClassName
{
color: #8D7872;
}
</style>
background-color css
<style>
a { background-color: #8D7872; }
a { background-color: rgb(141,120,114); }
div.DivClassName
{
background-color: #8D7872;
}
.BgClassName
{
background-color: #8D7872;
}
</style>
border-color css
<style>
span { border-color: #8D7872; }
span { border-color: rgb(141,120,114); }
td.TdClassName
{
border-color: #8D7872;
}
.TagClassName
{
border-color: #8D7872;
}
</style>