Shades of Hemp #8F756E
Tints of Hemp #8F756E
RGB
CMYK
RGB Variations
Color information
#8F756E (or 0x8F756E) is known color: Hemp. HEX triplet: 8F, 75 and 6E. RGB value is (143,117,110). Sum of RGB (Red+Green+Blue) = 143+117+110=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 143 - color contains mainly: red. Hex color #8F756E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F756E is #708A91. Grayscale: #7C7C7C. Windows color (decimal): -7375506 or 7239055. OLE color: 7239055.
HSL color Cylindrical-coordinate representation of color #8F756E: hue angle of 12.73º 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 #8F756E is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 117 | 110 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.44 |
| HSL | 12.73º | 0.13% | 0.5% | - |
| HSV(B) | 12.73º | 0.23% | 0.56% | - |
| XYZ | 20.5 | 19.69 | 17.47 | - |
| YUV | 123.98 | 120.11 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 117 | 110 | 0 | 0.18 | 0.23 | 0.44 | 12.73 | 0.13 | 0.5 |
| Hex | 8F | 75 | 6E | 0 | 12 | 17 | 2C | D | D | 32 |
| Octal | 217 | 165 | 156 | 0 | 22 | 27 | 54 | 15 | 15 | 62 |
| Binary | 10001111 | 1110101 | 1101110 | 0 | 10010 | 10111 | 101100 | 1101 | 1101 | 110010 |
Color Harmonies of #8F756E
Complementary color
Monochromatic Colors of #8F756E
Black with #8F756E
Text Example
Text Example
White with #8F756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F756E; }
p { color: rgb(143,117,110); }
H1.HeaderClassName
{
color: #8F756E;
}
.AnyTagClassName
{
color: #8F756E;
}
</style>
background-color css
<style>
a { background-color: #8F756E; }
a { background-color: rgb(143,117,110); }
div.DivClassName
{
background-color: #8F756E;
}
.BgClassName
{
background-color: #8F756E;
}
</style>
border-color css
<style>
span { border-color: #8F756E; }
span { border-color: rgb(143,117,110); }
td.TdClassName
{
border-color: #8F756E;
}
.TagClassName
{
border-color: #8F756E;
}
</style>