Shades of Hemp #997F77
Tints of Hemp #997F77
RGB
CMYK
RGB Variations
Color information
#997F77 (or 0x997F77) is known color: Hemp. HEX triplet: 99, 7F and 77. RGB value is (153,127,119). Sum of RGB (Red+Green+Blue) = 153+127+119=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 119 (46.88% from 255 or 29.82% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #997F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997F77 is #668088. Grayscale: #858585. Windows color (decimal): -6717577 or 7831449. OLE color: 7831449.
HSL color Cylindrical-coordinate representation of color #997F77: hue angle of 14.12º 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 #997F77 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 127 | 119 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.4 |
| HSL | 14.12º | 0.14% | 0.53% | - |
| HSV(B) | 14.12º | 0.22% | 0.6% | - |
| XYZ | 24.06 | 23.28 | 20.68 | - |
| YUV | 133.86 | 119.61 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 119 | 0 | 0.17 | 0.22 | 0.4 | 14.12 | 0.14 | 0.53 |
| Hex | 99 | 7F | 77 | 0 | 11 | 16 | 28 | E | E | 35 |
| Octal | 231 | 177 | 167 | 0 | 21 | 26 | 50 | 16 | 16 | 65 |
| Binary | 10011001 | 1111111 | 1110111 | 0 | 10001 | 10110 | 101000 | 1110 | 1110 | 110101 |
Color Harmonies of #997F77
Complementary color
Monochromatic Colors of #997F77
Black with #997F77
Text Example
Text Example
White with #997F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997F77; }
p { color: rgb(153,127,119); }
H1.HeaderClassName
{
color: #997F77;
}
.AnyTagClassName
{
color: #997F77;
}
</style>
background-color css
<style>
a { background-color: #997F77; }
a { background-color: rgb(153,127,119); }
div.DivClassName
{
background-color: #997F77;
}
.BgClassName
{
background-color: #997F77;
}
</style>
border-color css
<style>
span { border-color: #997F77; }
span { border-color: rgb(153,127,119); }
td.TdClassName
{
border-color: #997F77;
}
.TagClassName
{
border-color: #997F77;
}
</style>