Shades of Hemp #8F7D78
Tints of Hemp #8F7D78
RGB
CMYK
RGB Variations
Color information
#8F7D78 (or 0x8F7D78) is known color: Hemp. HEX triplet: 8F, 7D and 78. RGB value is (143,125,120). Sum of RGB (Red+Green+Blue) = 143+125+120=388 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.86% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7D78 is #708287. Grayscale: #818181. Windows color (decimal): -7373448 or 7896463. OLE color: 7896463.
HSL color Cylindrical-coordinate representation of color #8F7D78: hue angle of 13.04º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8F7D78 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 125 | 120 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.44 |
| HSL | 13.04º | 0.09% | 0.52% | - |
| HSV(B) | 13.04º | 0.16% | 0.56% | - |
| XYZ | 22.05 | 21.86 | 20.83 | - |
| YUV | 129.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 125 | 120 | 0 | 0.13 | 0.16 | 0.44 | 13.04 | 0.09 | 0.52 |
| Hex | 8F | 7D | 78 | 0 | D | 10 | 2C | D | 9 | 34 |
| Octal | 217 | 175 | 170 | 0 | 15 | 20 | 54 | 15 | 11 | 64 |
| Binary | 10001111 | 1111101 | 1111000 | 0 | 1101 | 10000 | 101100 | 1101 | 1001 | 110100 |
Color Harmonies of #8F7D78
Complementary color
Monochromatic Colors of #8F7D78
Black with #8F7D78
Text Example
Text Example
White with #8F7D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7D78; }
p { color: rgb(143,125,120); }
H1.HeaderClassName
{
color: #8F7D78;
}
.AnyTagClassName
{
color: #8F7D78;
}
</style>
background-color css
<style>
a { background-color: #8F7D78; }
a { background-color: rgb(143,125,120); }
div.DivClassName
{
background-color: #8F7D78;
}
.BgClassName
{
background-color: #8F7D78;
}
</style>
border-color css
<style>
span { border-color: #8F7D78; }
span { border-color: rgb(143,125,120); }
td.TdClassName
{
border-color: #8F7D78;
}
.TagClassName
{
border-color: #8F7D78;
}
</style>