Shades of Hemp #997D77
Tints of Hemp #997D77
RGB
CMYK
RGB Variations
Color information
#997D77 (or 0x997D77) is known color: Hemp. HEX triplet: 99, 7D and 77. RGB value is (153,125,119). Sum of RGB (Red+Green+Blue) = 153+125+119=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #997D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997D77 is #668288. Grayscale: #848484. Windows color (decimal): -6718089 or 7830937. OLE color: 7830937.
HSL color Cylindrical-coordinate representation of color #997D77: hue angle of 10.59º 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 #997D77 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 125 | 119 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.4 |
| HSL | 10.59º | 0.14% | 0.53% | - |
| HSV(B) | 10.59º | 0.22% | 0.6% | - |
| XYZ | 23.8 | 22.77 | 20.59 | - |
| YUV | 132.69 | 120.28 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 119 | 0 | 0.18 | 0.22 | 0.4 | 10.59 | 0.14 | 0.53 |
| Hex | 99 | 7D | 77 | 0 | 12 | 16 | 28 | B | E | 35 |
| Octal | 231 | 175 | 167 | 0 | 22 | 26 | 50 | 13 | 16 | 65 |
| Binary | 10011001 | 1111101 | 1110111 | 0 | 10010 | 10110 | 101000 | 1011 | 1110 | 110101 |
Color Harmonies of #997D77
Complementary color
Monochromatic Colors of #997D77
Black with #997D77
Text Example
Text Example
White with #997D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997D77; }
p { color: rgb(153,125,119); }
H1.HeaderClassName
{
color: #997D77;
}
.AnyTagClassName
{
color: #997D77;
}
</style>
background-color css
<style>
a { background-color: #997D77; }
a { background-color: rgb(153,125,119); }
div.DivClassName
{
background-color: #997D77;
}
.BgClassName
{
background-color: #997D77;
}
</style>
border-color css
<style>
span { border-color: #997D77; }
span { border-color: rgb(153,125,119); }
td.TdClassName
{
border-color: #997D77;
}
.TagClassName
{
border-color: #997D77;
}
</style>