Shades of Hemp #8C746D
Tints of Hemp #8C746D
RGB
CMYK
RGB Variations
Color information
#8C746D (or 0x8C746D) is known color: Hemp. HEX triplet: 8C, 74 and 6D. RGB value is (140,116,109). Sum of RGB (Red+Green+Blue) = 140+116+109=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 140 - color contains mainly: red. Hex color #8C746D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C746D is #738B92. Grayscale: #7A7A7A. Windows color (decimal): -7572371 or 7173260. OLE color: 7173260.
HSL color Cylindrical-coordinate representation of color #8C746D: hue angle of 13.55º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8C746D is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 116 | 109 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.45 |
| HSL | 13.55º | 0.12% | 0.49% | - |
| HSV(B) | 13.55º | 0.22% | 0.55% | - |
| XYZ | 19.82 | 19.17 | 17.12 | - |
| YUV | 122.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 116 | 109 | 0 | 0.17 | 0.22 | 0.45 | 13.55 | 0.12 | 0.49 |
| Hex | 8C | 74 | 6D | 0 | 11 | 16 | 2D | E | C | 31 |
| Octal | 214 | 164 | 155 | 0 | 21 | 26 | 55 | 16 | 14 | 61 |
| Binary | 10001100 | 1110100 | 1101101 | 0 | 10001 | 10110 | 101101 | 1110 | 1100 | 110001 |
Color Harmonies of #8C746D
Complementary color
Monochromatic Colors of #8C746D
Black with #8C746D
Text Example
Text Example
White with #8C746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C746D; }
p { color: rgb(140,116,109); }
H1.HeaderClassName
{
color: #8C746D;
}
.AnyTagClassName
{
color: #8C746D;
}
</style>
background-color css
<style>
a { background-color: #8C746D; }
a { background-color: rgb(140,116,109); }
div.DivClassName
{
background-color: #8C746D;
}
.BgClassName
{
background-color: #8C746D;
}
</style>
border-color css
<style>
span { border-color: #8C746D; }
span { border-color: rgb(140,116,109); }
td.TdClassName
{
border-color: #8C746D;
}
.TagClassName
{
border-color: #8C746D;
}
</style>