Shades of Hemp #997F72
Tints of Hemp #997F72
RGB
CMYK
RGB Variations
Color information
#997F72 (or 0x997F72) is known color: Hemp. HEX triplet: 99, 7F and 72. RGB value is (153,127,114). Sum of RGB (Red+Green+Blue) = 153+127+114=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #997F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997F72 is #66808D. Grayscale: #858585. Windows color (decimal): -6717582 or 7503769. OLE color: 7503769.
HSL color Cylindrical-coordinate representation of color #997F72: hue angle of 20º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #997F72 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 127 | 114 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.4 |
| HSL | 20º | 0.16% | 0.52% | - |
| HSV(B) | 20º | 0.25% | 0.6% | - |
| XYZ | 23.76 | 23.17 | 19.14 | - |
| YUV | 133.29 | 117.11 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 114 | 0 | 0.17 | 0.25 | 0.4 | 20 | 0.16 | 0.52 |
| Hex | 99 | 7F | 72 | 0 | 11 | 19 | 28 | 14 | 10 | 34 |
| Octal | 231 | 177 | 162 | 0 | 21 | 31 | 50 | 24 | 20 | 64 |
| Binary | 10011001 | 1111111 | 1110010 | 0 | 10001 | 11001 | 101000 | 10100 | 10000 | 110100 |
Color Harmonies of #997F72
Complementary color
Monochromatic Colors of #997F72
Black with #997F72
Text Example
Text Example
White with #997F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997F72; }
p { color: rgb(153,127,114); }
H1.HeaderClassName
{
color: #997F72;
}
.AnyTagClassName
{
color: #997F72;
}
</style>
background-color css
<style>
a { background-color: #997F72; }
a { background-color: rgb(153,127,114); }
div.DivClassName
{
background-color: #997F72;
}
.BgClassName
{
background-color: #997F72;
}
</style>
border-color css
<style>
span { border-color: #997F72; }
span { border-color: rgb(153,127,114); }
td.TdClassName
{
border-color: #997F72;
}
.TagClassName
{
border-color: #997F72;
}
</style>