Shades of Hemp #98776E
Tints of Hemp #98776E
RGB
CMYK
RGB Variations
Color information
#98776E (or 0x98776E) is known color: Hemp. HEX triplet: 98, 77 and 6E. RGB value is (152,119,110). Sum of RGB (Red+Green+Blue) = 152+119+110=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 152 - color contains mainly: red. Hex color #98776E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98776E is #678891. Grayscale: #7F7F7F. Windows color (decimal): -6785170 or 7239576. OLE color: 7239576.
HSL color Cylindrical-coordinate representation of color #98776E: hue angle of 12.86º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98776E is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 119 | 110 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.40 |
| HSL | 12.86º | 0.17% | 0.51% | - |
| HSV(B) | 12.86º | 0.28% | 0.6% | - |
| XYZ | 22.36 | 20.99 | 17.63 | - |
| YUV | 127.84 | 117.93 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 110 | 0 | 0.22 | 0.28 | 0.40 | 12.86 | 0.17 | 0.51 |
| Hex | 98 | 77 | 6E | 0 | 16 | 1C | 28 | D | 11 | 33 |
| Octal | 230 | 167 | 156 | 0 | 26 | 34 | 50 | 15 | 21 | 63 |
| Binary | 10011000 | 1110111 | 1101110 | 0 | 10110 | 11100 | 101000 | 1101 | 10001 | 110011 |
Color Harmonies of #98776E
Complementary color
Monochromatic Colors of #98776E
Black with #98776E
Text Example
Text Example
White with #98776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98776E; }
p { color: rgb(152,119,110); }
H1.HeaderClassName
{
color: #98776E;
}
.AnyTagClassName
{
color: #98776E;
}
</style>
background-color css
<style>
a { background-color: #98776E; }
a { background-color: rgb(152,119,110); }
div.DivClassName
{
background-color: #98776E;
}
.BgClassName
{
background-color: #98776E;
}
</style>
border-color css
<style>
span { border-color: #98776E; }
span { border-color: rgb(152,119,110); }
td.TdClassName
{
border-color: #98776E;
}
.TagClassName
{
border-color: #98776E;
}
</style>