Shades of Hemp #8F776E
Tints of Hemp #8F776E
RGB
CMYK
RGB Variations
Color information
#8F776E (or 0x8F776E) is known color: Hemp. HEX triplet: 8F, 77 and 6E. RGB value is (143,119,110). Sum of RGB (Red+Green+Blue) = 143+119+110=372 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.44% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 143 - color contains mainly: red. Hex color #8F776E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F776E is #708891. Grayscale: #7D7D7D. Windows color (decimal): -7374994 or 7239567. OLE color: 7239567.
HSL color Cylindrical-coordinate representation of color #8F776E: hue angle of 16.36º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8F776E is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 119 | 110 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.44 |
| HSL | 16.36º | 0.13% | 0.5% | - |
| HSV(B) | 16.36º | 0.23% | 0.56% | - |
| XYZ | 20.74 | 20.16 | 17.55 | - |
| YUV | 125.15 | 119.45 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 119 | 110 | 0 | 0.17 | 0.23 | 0.44 | 16.36 | 0.13 | 0.5 |
| Hex | 8F | 77 | 6E | 0 | 11 | 17 | 2C | 10 | D | 32 |
| Octal | 217 | 167 | 156 | 0 | 21 | 27 | 54 | 20 | 15 | 62 |
| Binary | 10001111 | 1110111 | 1101110 | 0 | 10001 | 10111 | 101100 | 10000 | 1101 | 110010 |
Color Harmonies of #8F776E
Complementary color
Monochromatic Colors of #8F776E
Black with #8F776E
Text Example
Text Example
White with #8F776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F776E; }
p { color: rgb(143,119,110); }
H1.HeaderClassName
{
color: #8F776E;
}
.AnyTagClassName
{
color: #8F776E;
}
</style>
background-color css
<style>
a { background-color: #8F776E; }
a { background-color: rgb(143,119,110); }
div.DivClassName
{
background-color: #8F776E;
}
.BgClassName
{
background-color: #8F776E;
}
</style>
border-color css
<style>
span { border-color: #8F776E; }
span { border-color: rgb(143,119,110); }
td.TdClassName
{
border-color: #8F776E;
}
.TagClassName
{
border-color: #8F776E;
}
</style>