Shades of Hemp #987B76
Tints of Hemp #987B76
RGB
CMYK
RGB Variations
Color information
#987B76 (or 0x987B76) is known color: Hemp. HEX triplet: 98, 7B and 76. RGB value is (152,123,118). Sum of RGB (Red+Green+Blue) = 152+123+118=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #987B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987B76 is #678489. Grayscale: #838383. Windows color (decimal): -6784138 or 7764888. OLE color: 7764888.
HSL color Cylindrical-coordinate representation of color #987B76: hue angle of 8.82º 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 #987B76 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 123 | 118 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.40 |
| HSL | 8.82º | 0.14% | 0.53% | - |
| HSV(B) | 8.82º | 0.22% | 0.6% | - |
| XYZ | 23.3 | 22.15 | 20.19 | - |
| YUV | 131.1 | 120.61 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 118 | 0 | 0.19 | 0.22 | 0.40 | 8.82 | 0.14 | 0.53 |
| Hex | 98 | 7B | 76 | 0 | 13 | 16 | 28 | 9 | E | 35 |
| Octal | 230 | 173 | 166 | 0 | 23 | 26 | 50 | 11 | 16 | 65 |
| Binary | 10011000 | 1111011 | 1110110 | 0 | 10011 | 10110 | 101000 | 1001 | 1110 | 110101 |
Color Harmonies of #987B76
Complementary color
Monochromatic Colors of #987B76
Black with #987B76
Text Example
Text Example
White with #987B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987B76; }
p { color: rgb(152,123,118); }
H1.HeaderClassName
{
color: #987B76;
}
.AnyTagClassName
{
color: #987B76;
}
</style>
background-color css
<style>
a { background-color: #987B76; }
a { background-color: rgb(152,123,118); }
div.DivClassName
{
background-color: #987B76;
}
.BgClassName
{
background-color: #987B76;
}
</style>
border-color css
<style>
span { border-color: #987B76; }
span { border-color: rgb(152,123,118); }
td.TdClassName
{
border-color: #987B76;
}
.TagClassName
{
border-color: #987B76;
}
</style>