Shades of Hemp #8C7975
Tints of Hemp #8C7975
RGB
CMYK
RGB Variations
Color information
#8C7975 (or 0x8C7975) is known color: Hemp. HEX triplet: 8C, 79 and 75. RGB value is (140,121,117). Sum of RGB (Red+Green+Blue) = 140+121+117=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7975 is #73868A. Grayscale: #7E7E7E. Windows color (decimal): -7571083 or 7698828. OLE color: 7698828.
HSL color Cylindrical-coordinate representation of color #8C7975: hue angle of 10.43º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8C7975 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 121 | 117 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.45 |
| HSL | 10.43º | 0.09% | 0.5% | - |
| HSV(B) | 10.43º | 0.16% | 0.55% | - |
| XYZ | 20.86 | 20.53 | 19.69 | - |
| YUV | 126.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 121 | 117 | 0 | 0.14 | 0.16 | 0.45 | 10.43 | 0.09 | 0.5 |
| Hex | 8C | 79 | 75 | 0 | E | 10 | 2D | A | 9 | 32 |
| Octal | 214 | 171 | 165 | 0 | 16 | 20 | 55 | 12 | 11 | 62 |
| Binary | 10001100 | 1111001 | 1110101 | 0 | 1110 | 10000 | 101101 | 1010 | 1001 | 110010 |
Color Harmonies of #8C7975
Complementary color
Monochromatic Colors of #8C7975
Black with #8C7975
Text Example
Text Example
White with #8C7975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7975; }
p { color: rgb(140,121,117); }
H1.HeaderClassName
{
color: #8C7975;
}
.AnyTagClassName
{
color: #8C7975;
}
</style>
background-color css
<style>
a { background-color: #8C7975; }
a { background-color: rgb(140,121,117); }
div.DivClassName
{
background-color: #8C7975;
}
.BgClassName
{
background-color: #8C7975;
}
</style>
border-color css
<style>
span { border-color: #8C7975; }
span { border-color: rgb(140,121,117); }
td.TdClassName
{
border-color: #8C7975;
}
.TagClassName
{
border-color: #8C7975;
}
</style>