Shades of Hemp #8F7871
Tints of Hemp #8F7871
RGB
CMYK
RGB Variations
Color information
#8F7871 (or 0x8F7871) is known color: Hemp. HEX triplet: 8F, 78 and 71. RGB value is (143,120,113). Sum of RGB (Red+Green+Blue) = 143+120+113=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7871 is #70878E. Grayscale: #7E7E7E. Windows color (decimal): -7374735 or 7436431. OLE color: 7436431.
HSL color Cylindrical-coordinate representation of color #8F7871: hue angle of 14º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F7871 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 120 | 113 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.44 |
| HSL | 14º | 0.12% | 0.5% | - |
| HSV(B) | 14º | 0.21% | 0.56% | - |
| XYZ | 21.02 | 20.46 | 18.46 | - |
| YUV | 126.08 | 120.62 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 120 | 113 | 0 | 0.16 | 0.21 | 0.44 | 14 | 0.12 | 0.5 |
| Hex | 8F | 78 | 71 | 0 | 10 | 15 | 2C | E | C | 32 |
| Octal | 217 | 170 | 161 | 0 | 20 | 25 | 54 | 16 | 14 | 62 |
| Binary | 10001111 | 1111000 | 1110001 | 0 | 10000 | 10101 | 101100 | 1110 | 1100 | 110010 |
Color Harmonies of #8F7871
Complementary color
Monochromatic Colors of #8F7871
Black with #8F7871
Text Example
Text Example
White with #8F7871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7871; }
p { color: rgb(143,120,113); }
H1.HeaderClassName
{
color: #8F7871;
}
.AnyTagClassName
{
color: #8F7871;
}
</style>
background-color css
<style>
a { background-color: #8F7871; }
a { background-color: rgb(143,120,113); }
div.DivClassName
{
background-color: #8F7871;
}
.BgClassName
{
background-color: #8F7871;
}
</style>
border-color css
<style>
span { border-color: #8F7871; }
span { border-color: rgb(143,120,113); }
td.TdClassName
{
border-color: #8F7871;
}
.TagClassName
{
border-color: #8F7871;
}
</style>