Shades of Hemp #997B76
Tints of Hemp #997B76
RGB
CMYK
RGB Variations
Color information
#997B76 (or 0x997B76) is known color: Hemp. HEX triplet: 99, 7B and 76. RGB value is (153,123,118). Sum of RGB (Red+Green+Blue) = 153+123+118=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #997B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997B76 is #668489. Grayscale: #838383. Windows color (decimal): -6718602 or 7764889. OLE color: 7764889.
HSL color Cylindrical-coordinate representation of color #997B76: hue angle of 8.57º 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 #997B76 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 123 | 118 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.4 |
| HSL | 8.57º | 0.15% | 0.53% | - |
| HSV(B) | 8.57º | 0.23% | 0.6% | - |
| XYZ | 23.49 | 22.25 | 20.2 | - |
| YUV | 131.4 | 120.44 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 123 | 118 | 0 | 0.20 | 0.23 | 0.4 | 8.57 | 0.15 | 0.53 |
| Hex | 99 | 7B | 76 | 0 | 14 | 17 | 28 | 9 | F | 35 |
| Octal | 231 | 173 | 166 | 0 | 24 | 27 | 50 | 11 | 17 | 65 |
| Binary | 10011001 | 1111011 | 1110110 | 0 | 10100 | 10111 | 101000 | 1001 | 1111 | 110101 |
Color Harmonies of #997B76
Complementary color
Monochromatic Colors of #997B76
Black with #997B76
Text Example
Text Example
White with #997B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997B76; }
p { color: rgb(153,123,118); }
H1.HeaderClassName
{
color: #997B76;
}
.AnyTagClassName
{
color: #997B76;
}
</style>
background-color css
<style>
a { background-color: #997B76; }
a { background-color: rgb(153,123,118); }
div.DivClassName
{
background-color: #997B76;
}
.BgClassName
{
background-color: #997B76;
}
</style>
border-color css
<style>
span { border-color: #997B76; }
span { border-color: rgb(153,123,118); }
td.TdClassName
{
border-color: #997B76;
}
.TagClassName
{
border-color: #997B76;
}
</style>