Shades of Hemp #987A6C
Tints of Hemp #987A6C
RGB
CMYK
RGB Variations
Color information
#987A6C (or 0x987A6C) is known color: Hemp. HEX triplet: 98, 7A and 6C. RGB value is (152,122,108). Sum of RGB (Red+Green+Blue) = 152+122+108=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 152 - color contains mainly: red. Hex color #987A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987A6C is #678593. Grayscale: #818181. Windows color (decimal): -6784404 or 7109272. OLE color: 7109272.
HSL color Cylindrical-coordinate representation of color #987A6C: hue angle of 19.09º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #987A6C is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 122 | 108 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.40 |
| HSL | 19.09º | 0.18% | 0.51% | - |
| HSV(B) | 19.09º | 0.29% | 0.6% | - |
| XYZ | 22.62 | 21.68 | 17.18 | - |
| YUV | 129.37 | 115.94 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 108 | 0 | 0.20 | 0.29 | 0.40 | 19.09 | 0.18 | 0.51 |
| Hex | 98 | 7A | 6C | 0 | 14 | 1D | 28 | 13 | 12 | 33 |
| Octal | 230 | 172 | 154 | 0 | 24 | 35 | 50 | 23 | 22 | 63 |
| Binary | 10011000 | 1111010 | 1101100 | 0 | 10100 | 11101 | 101000 | 10011 | 10010 | 110011 |
Color Harmonies of #987A6C
Complementary color
Monochromatic Colors of #987A6C
Black with #987A6C
Text Example
Text Example
White with #987A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987A6C; }
p { color: rgb(152,122,108); }
H1.HeaderClassName
{
color: #987A6C;
}
.AnyTagClassName
{
color: #987A6C;
}
</style>
background-color css
<style>
a { background-color: #987A6C; }
a { background-color: rgb(152,122,108); }
div.DivClassName
{
background-color: #987A6C;
}
.BgClassName
{
background-color: #987A6C;
}
</style>
border-color css
<style>
span { border-color: #987A6C; }
span { border-color: rgb(152,122,108); }
td.TdClassName
{
border-color: #987A6C;
}
.TagClassName
{
border-color: #987A6C;
}
</style>