Shades of Hemp #8F7771
Tints of Hemp #8F7771
RGB
CMYK
RGB Variations
Color information
#8F7771 (or 0x8F7771) is known color: Hemp. HEX triplet: 8F, 77 and 71. RGB value is (143,119,113). Sum of RGB (Red+Green+Blue) = 143+119+113=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7771 is #70888E. Grayscale: #7D7D7D. Windows color (decimal): -7374991 or 7436175. OLE color: 7436175.
HSL color Cylindrical-coordinate representation of color #8F7771: hue angle of 12º 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 #8F7771 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 119 | 113 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.44 |
| HSL | 12º | 0.12% | 0.5% | - |
| HSV(B) | 12º | 0.21% | 0.56% | - |
| XYZ | 20.91 | 20.23 | 18.42 | - |
| YUV | 125.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 119 | 113 | 0 | 0.17 | 0.21 | 0.44 | 12 | 0.12 | 0.5 |
| Hex | 8F | 77 | 71 | 0 | 11 | 15 | 2C | C | C | 32 |
| Octal | 217 | 167 | 161 | 0 | 21 | 25 | 54 | 14 | 14 | 62 |
| Binary | 10001111 | 1110111 | 1110001 | 0 | 10001 | 10101 | 101100 | 1100 | 1100 | 110010 |
Color Harmonies of #8F7771
Complementary color
Monochromatic Colors of #8F7771
Black with #8F7771
Text Example
Text Example
White with #8F7771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7771; }
p { color: rgb(143,119,113); }
H1.HeaderClassName
{
color: #8F7771;
}
.AnyTagClassName
{
color: #8F7771;
}
</style>
background-color css
<style>
a { background-color: #8F7771; }
a { background-color: rgb(143,119,113); }
div.DivClassName
{
background-color: #8F7771;
}
.BgClassName
{
background-color: #8F7771;
}
</style>
border-color css
<style>
span { border-color: #8F7771; }
span { border-color: rgb(143,119,113); }
td.TdClassName
{
border-color: #8F7771;
}
.TagClassName
{
border-color: #8F7771;
}
</style>