Shades of Hemp #987E78
Tints of Hemp #987E78
RGB
CMYK
RGB Variations
Color information
#987E78 (or 0x987E78) is known color: Hemp. HEX triplet: 98, 7E and 78. RGB value is (152,126,120). Sum of RGB (Red+Green+Blue) = 152+126+120=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 152 - color contains mainly: red. Hex color #987E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987E78 is #678187. Grayscale: #858585. Windows color (decimal): -6783368 or 7896728. OLE color: 7896728.
HSL color Cylindrical-coordinate representation of color #987E78: hue angle of 11.25º 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 #987E78 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 126 | 120 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.40 |
| HSL | 11.25º | 0.13% | 0.53% | - |
| HSV(B) | 11.25º | 0.21% | 0.6% | - |
| XYZ | 23.8 | 22.95 | 20.95 | - |
| YUV | 133.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 126 | 120 | 0 | 0.17 | 0.21 | 0.40 | 11.25 | 0.13 | 0.53 |
| Hex | 98 | 7E | 78 | 0 | 11 | 15 | 28 | B | D | 35 |
| Octal | 230 | 176 | 170 | 0 | 21 | 25 | 50 | 13 | 15 | 65 |
| Binary | 10011000 | 1111110 | 1111000 | 0 | 10001 | 10101 | 101000 | 1011 | 1101 | 110101 |
Color Harmonies of #987E78
Complementary color
Monochromatic Colors of #987E78
Black with #987E78
Text Example
Text Example
White with #987E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987E78; }
p { color: rgb(152,126,120); }
H1.HeaderClassName
{
color: #987E78;
}
.AnyTagClassName
{
color: #987E78;
}
</style>
background-color css
<style>
a { background-color: #987E78; }
a { background-color: rgb(152,126,120); }
div.DivClassName
{
background-color: #987E78;
}
.BgClassName
{
background-color: #987E78;
}
</style>
border-color css
<style>
span { border-color: #987E78; }
span { border-color: rgb(152,126,120); }
td.TdClassName
{
border-color: #987E78;
}
.TagClassName
{
border-color: #987E78;
}
</style>