Shades of Hemp #987D78
Tints of Hemp #987D78
RGB
CMYK
RGB Variations
Color information
#987D78 (or 0x987D78) is known color: Hemp. HEX triplet: 98, 7D and 78. RGB value is (152,125,120). Sum of RGB (Red+Green+Blue) = 152+125+120=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #987D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987D78 is #678287. Grayscale: #848484. Windows color (decimal): -6783624 or 7896472. OLE color: 7896472.
HSL color Cylindrical-coordinate representation of color #987D78: hue angle of 9.38º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #987D78 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 125 | 120 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.40 |
| HSL | 9.38º | 0.13% | 0.53% | - |
| HSV(B) | 9.38º | 0.21% | 0.6% | - |
| XYZ | 23.67 | 22.7 | 20.9 | - |
| YUV | 132.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 120 | 0 | 0.18 | 0.21 | 0.40 | 9.38 | 0.13 | 0.53 |
| Hex | 98 | 7D | 78 | 0 | 12 | 15 | 28 | 9 | D | 35 |
| Octal | 230 | 175 | 170 | 0 | 22 | 25 | 50 | 11 | 15 | 65 |
| Binary | 10011000 | 1111101 | 1111000 | 0 | 10010 | 10101 | 101000 | 1001 | 1101 | 110101 |
Color Harmonies of #987D78
Complementary color
Monochromatic Colors of #987D78
Black with #987D78
Text Example
Text Example
White with #987D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987D78; }
p { color: rgb(152,125,120); }
H1.HeaderClassName
{
color: #987D78;
}
.AnyTagClassName
{
color: #987D78;
}
</style>
background-color css
<style>
a { background-color: #987D78; }
a { background-color: rgb(152,125,120); }
div.DivClassName
{
background-color: #987D78;
}
.BgClassName
{
background-color: #987D78;
}
</style>
border-color css
<style>
span { border-color: #987D78; }
span { border-color: rgb(152,125,120); }
td.TdClassName
{
border-color: #987D78;
}
.TagClassName
{
border-color: #987D78;
}
</style>