Shades of Hemp #997F76
Tints of Hemp #997F76
RGB
CMYK
RGB Variations
Color information
#997F76 (or 0x997F76) is known color: Hemp. HEX triplet: 99, 7F and 76. RGB value is (153,127,118). Sum of RGB (Red+Green+Blue) = 153+127+118=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #997F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997F76 is #668089. Grayscale: #858585. Windows color (decimal): -6717578 or 7765913. OLE color: 7765913.
HSL color Cylindrical-coordinate representation of color #997F76: hue angle of 15.43º 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 #997F76 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 127 | 118 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.4 |
| HSL | 15.43º | 0.15% | 0.53% | - |
| HSV(B) | 15.43º | 0.23% | 0.6% | - |
| XYZ | 24 | 23.26 | 20.36 | - |
| YUV | 133.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 118 | 0 | 0.17 | 0.23 | 0.4 | 15.43 | 0.15 | 0.53 |
| Hex | 99 | 7F | 76 | 0 | 11 | 17 | 28 | F | F | 35 |
| Octal | 231 | 177 | 166 | 0 | 21 | 27 | 50 | 17 | 17 | 65 |
| Binary | 10011001 | 1111111 | 1110110 | 0 | 10001 | 10111 | 101000 | 1111 | 1111 | 110101 |
Color Harmonies of #997F76
Complementary color
Monochromatic Colors of #997F76
Black with #997F76
Text Example
Text Example
White with #997F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997F76; }
p { color: rgb(153,127,118); }
H1.HeaderClassName
{
color: #997F76;
}
.AnyTagClassName
{
color: #997F76;
}
</style>
background-color css
<style>
a { background-color: #997F76; }
a { background-color: rgb(153,127,118); }
div.DivClassName
{
background-color: #997F76;
}
.BgClassName
{
background-color: #997F76;
}
</style>
border-color css
<style>
span { border-color: #997F76; }
span { border-color: rgb(153,127,118); }
td.TdClassName
{
border-color: #997F76;
}
.TagClassName
{
border-color: #997F76;
}
</style>