Shades of Hemp #8F756D
Tints of Hemp #8F756D
RGB
CMYK
RGB Variations
Color information
#8F756D (or 0x8F756D) is known color: Hemp. HEX triplet: 8F, 75 and 6D. RGB value is (143,117,109). Sum of RGB (Red+Green+Blue) = 143+117+109=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 143 - color contains mainly: red. Hex color #8F756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F756D is #708A92. Grayscale: #7B7B7B. Windows color (decimal): -7375507 or 7173519. OLE color: 7173519.
HSL color Cylindrical-coordinate representation of color #8F756D: hue angle of 14.12º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8F756D is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 117 | 109 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.44 |
| HSL | 14.12º | 0.13% | 0.49% | - |
| HSV(B) | 14.12º | 0.24% | 0.56% | - |
| XYZ | 20.45 | 19.67 | 17.19 | - |
| YUV | 123.86 | 119.61 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 117 | 109 | 0 | 0.18 | 0.24 | 0.44 | 14.12 | 0.13 | 0.49 |
| Hex | 8F | 75 | 6D | 0 | 12 | 18 | 2C | E | D | 31 |
| Octal | 217 | 165 | 155 | 0 | 22 | 30 | 54 | 16 | 15 | 61 |
| Binary | 10001111 | 1110101 | 1101101 | 0 | 10010 | 11000 | 101100 | 1110 | 1101 | 110001 |
Color Harmonies of #8F756D
Complementary color
Monochromatic Colors of #8F756D
Black with #8F756D
Text Example
Text Example
White with #8F756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F756D; }
p { color: rgb(143,117,109); }
H1.HeaderClassName
{
color: #8F756D;
}
.AnyTagClassName
{
color: #8F756D;
}
</style>
background-color css
<style>
a { background-color: #8F756D; }
a { background-color: rgb(143,117,109); }
div.DivClassName
{
background-color: #8F756D;
}
.BgClassName
{
background-color: #8F756D;
}
</style>
border-color css
<style>
span { border-color: #8F756D; }
span { border-color: rgb(143,117,109); }
td.TdClassName
{
border-color: #8F756D;
}
.TagClassName
{
border-color: #8F756D;
}
</style>