Shades of Hemp #987D77
Tints of Hemp #987D77
RGB
CMYK
RGB Variations
Color information
#987D77 (or 0x987D77) is known color: Hemp. HEX triplet: 98, 7D and 77. RGB value is (152,125,119). Sum of RGB (Red+Green+Blue) = 152+125+119=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 152 - color contains mainly: red. Hex color #987D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987D77 is #678288. Grayscale: #848484. Windows color (decimal): -6783625 or 7830936. OLE color: 7830936.
HSL color Cylindrical-coordinate representation of color #987D77: hue angle of 10.91º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #987D77 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 125 | 119 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.40 |
| HSL | 10.91º | 0.14% | 0.53% | - |
| HSV(B) | 10.91º | 0.22% | 0.6% | - |
| XYZ | 23.61 | 22.67 | 20.58 | - |
| YUV | 132.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 119 | 0 | 0.18 | 0.22 | 0.40 | 10.91 | 0.14 | 0.53 |
| Hex | 98 | 7D | 77 | 0 | 12 | 16 | 28 | B | E | 35 |
| Octal | 230 | 175 | 167 | 0 | 22 | 26 | 50 | 13 | 16 | 65 |
| Binary | 10011000 | 1111101 | 1110111 | 0 | 10010 | 10110 | 101000 | 1011 | 1110 | 110101 |
Color Harmonies of #987D77
Complementary color
Monochromatic Colors of #987D77
Black with #987D77
Text Example
Text Example
White with #987D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987D77; }
p { color: rgb(152,125,119); }
H1.HeaderClassName
{
color: #987D77;
}
.AnyTagClassName
{
color: #987D77;
}
</style>
background-color css
<style>
a { background-color: #987D77; }
a { background-color: rgb(152,125,119); }
div.DivClassName
{
background-color: #987D77;
}
.BgClassName
{
background-color: #987D77;
}
</style>
border-color css
<style>
span { border-color: #987D77; }
span { border-color: rgb(152,125,119); }
td.TdClassName
{
border-color: #987D77;
}
.TagClassName
{
border-color: #987D77;
}
</style>