Shades of Hemp #997C76
Tints of Hemp #997C76
RGB
CMYK
RGB Variations
Color information
#997C76 (or 0x997C76) is known color: Hemp. HEX triplet: 99, 7C and 76. RGB value is (153,124,118). Sum of RGB (Red+Green+Blue) = 153+124+118=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 153 - color contains mainly: red. Hex color #997C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997C76 is #668389. Grayscale: #848484. Windows color (decimal): -6718346 or 7765145. OLE color: 7765145.
HSL color Cylindrical-coordinate representation of color #997C76: hue angle of 10.29º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #997C76 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 124 | 118 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.4 |
| HSL | 10.29º | 0.15% | 0.53% | - |
| HSV(B) | 10.29º | 0.23% | 0.6% | - |
| XYZ | 23.61 | 22.5 | 20.24 | - |
| YUV | 131.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 118 | 0 | 0.19 | 0.23 | 0.4 | 10.29 | 0.15 | 0.53 |
| Hex | 99 | 7C | 76 | 0 | 13 | 17 | 28 | A | F | 35 |
| Octal | 231 | 174 | 166 | 0 | 23 | 27 | 50 | 12 | 17 | 65 |
| Binary | 10011001 | 1111100 | 1110110 | 0 | 10011 | 10111 | 101000 | 1010 | 1111 | 110101 |
Color Harmonies of #997C76
Complementary color
Monochromatic Colors of #997C76
Black with #997C76
Text Example
Text Example
White with #997C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997C76; }
p { color: rgb(153,124,118); }
H1.HeaderClassName
{
color: #997C76;
}
.AnyTagClassName
{
color: #997C76;
}
</style>
background-color css
<style>
a { background-color: #997C76; }
a { background-color: rgb(153,124,118); }
div.DivClassName
{
background-color: #997C76;
}
.BgClassName
{
background-color: #997C76;
}
</style>
border-color css
<style>
span { border-color: #997C76; }
span { border-color: rgb(153,124,118); }
td.TdClassName
{
border-color: #997C76;
}
.TagClassName
{
border-color: #997C76;
}
</style>