Shades of Hemp #8B756F
Tints of Hemp #8B756F
RGB
CMYK
RGB Variations
Color information
#8B756F (or 0x8B756F) is known color: Hemp. HEX triplet: 8B, 75 and 6F. RGB value is (139,117,111). Sum of RGB (Red+Green+Blue) = 139+117+111=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 139 - color contains mainly: red. Hex color #8B756F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B756F is #748A90. Grayscale: #7A7A7A. Windows color (decimal): -7637649 or 7304587. OLE color: 7304587.
HSL color Cylindrical-coordinate representation of color #8B756F: hue angle of 12.86º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8B756F is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 117 | 111 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.45 |
| HSL | 12.86º | 0.11% | 0.49% | - |
| HSV(B) | 12.86º | 0.2% | 0.55% | - |
| XYZ | 19.88 | 19.36 | 17.73 | - |
| YUV | 122.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 117 | 111 | 0 | 0.16 | 0.20 | 0.45 | 12.86 | 0.11 | 0.49 |
| Hex | 8B | 75 | 6F | 0 | 10 | 14 | 2D | D | B | 31 |
| Octal | 213 | 165 | 157 | 0 | 20 | 24 | 55 | 15 | 13 | 61 |
| Binary | 10001011 | 1110101 | 1101111 | 0 | 10000 | 10100 | 101101 | 1101 | 1011 | 110001 |
Color Harmonies of #8B756F
Complementary color
Monochromatic Colors of #8B756F
Black with #8B756F
Text Example
Text Example
White with #8B756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B756F; }
p { color: rgb(139,117,111); }
H1.HeaderClassName
{
color: #8B756F;
}
.AnyTagClassName
{
color: #8B756F;
}
</style>
background-color css
<style>
a { background-color: #8B756F; }
a { background-color: rgb(139,117,111); }
div.DivClassName
{
background-color: #8B756F;
}
.BgClassName
{
background-color: #8B756F;
}
</style>
border-color css
<style>
span { border-color: #8B756F; }
span { border-color: rgb(139,117,111); }
td.TdClassName
{
border-color: #8B756F;
}
.TagClassName
{
border-color: #8B756F;
}
</style>