Shades of Hemp #98776D
Tints of Hemp #98776D
RGB
CMYK
RGB Variations
Color information
#98776D (or 0x98776D) is known color: Hemp. HEX triplet: 98, 77 and 6D. RGB value is (152,119,109). Sum of RGB (Red+Green+Blue) = 152+119+109=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 152 - color contains mainly: red. Hex color #98776D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98776D is #678892. Grayscale: #7F7F7F. Windows color (decimal): -6785171 or 7174040. OLE color: 7174040.
HSL color Cylindrical-coordinate representation of color #98776D: hue angle of 13.95º 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 #98776D is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 119 | 109 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.40 |
| HSL | 13.95º | 0.17% | 0.51% | - |
| HSV(B) | 13.95º | 0.28% | 0.6% | - |
| XYZ | 22.31 | 20.97 | 17.34 | - |
| YUV | 127.73 | 117.43 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 109 | 0 | 0.22 | 0.28 | 0.40 | 13.95 | 0.17 | 0.51 |
| Hex | 98 | 77 | 6D | 0 | 16 | 1C | 28 | E | 11 | 33 |
| Octal | 230 | 167 | 155 | 0 | 26 | 34 | 50 | 16 | 21 | 63 |
| Binary | 10011000 | 1110111 | 1101101 | 0 | 10110 | 11100 | 101000 | 1110 | 10001 | 110011 |
Color Harmonies of #98776D
Complementary color
Monochromatic Colors of #98776D
Black with #98776D
Text Example
Text Example
White with #98776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98776D; }
p { color: rgb(152,119,109); }
H1.HeaderClassName
{
color: #98776D;
}
.AnyTagClassName
{
color: #98776D;
}
</style>
background-color css
<style>
a { background-color: #98776D; }
a { background-color: rgb(152,119,109); }
div.DivClassName
{
background-color: #98776D;
}
.BgClassName
{
background-color: #98776D;
}
</style>
border-color css
<style>
span { border-color: #98776D; }
span { border-color: rgb(152,119,109); }
td.TdClassName
{
border-color: #98776D;
}
.TagClassName
{
border-color: #98776D;
}
</style>