Shades of Hemp #8D756F
Tints of Hemp #8D756F
RGB
CMYK
RGB Variations
Color information
#8D756F (or 0x8D756F) is known color: Hemp. HEX triplet: 8D, 75 and 6F. RGB value is (141,117,111). Sum of RGB (Red+Green+Blue) = 141+117+111=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 141 - color contains mainly: red. Hex color #8D756F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D756F is #728A90. Grayscale: #7B7B7B. Windows color (decimal): -7506577 or 7304589. OLE color: 7304589.
HSL color Cylindrical-coordinate representation of color #8D756F: hue angle of 12º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D756F is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 117 | 111 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.45 |
| HSL | 12º | 0.12% | 0.49% | - |
| HSV(B) | 12º | 0.21% | 0.55% | - |
| XYZ | 20.22 | 19.53 | 17.74 | - |
| YUV | 123.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 117 | 111 | 0 | 0.17 | 0.21 | 0.45 | 12 | 0.12 | 0.49 |
| Hex | 8D | 75 | 6F | 0 | 11 | 15 | 2D | C | C | 31 |
| Octal | 215 | 165 | 157 | 0 | 21 | 25 | 55 | 14 | 14 | 61 |
| Binary | 10001101 | 1110101 | 1101111 | 0 | 10001 | 10101 | 101101 | 1100 | 1100 | 110001 |
Color Harmonies of #8D756F
Complementary color
Monochromatic Colors of #8D756F
Black with #8D756F
Text Example
Text Example
White with #8D756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D756F; }
p { color: rgb(141,117,111); }
H1.HeaderClassName
{
color: #8D756F;
}
.AnyTagClassName
{
color: #8D756F;
}
</style>
background-color css
<style>
a { background-color: #8D756F; }
a { background-color: rgb(141,117,111); }
div.DivClassName
{
background-color: #8D756F;
}
.BgClassName
{
background-color: #8D756F;
}
</style>
border-color css
<style>
span { border-color: #8D756F; }
span { border-color: rgb(141,117,111); }
td.TdClassName
{
border-color: #8D756F;
}
.TagClassName
{
border-color: #8D756F;
}
</style>