Shades of Hemp #917A71
Tints of Hemp #917A71
RGB
CMYK
RGB Variations
Color information
#917A71 (or 0x917A71) is known color: Hemp. HEX triplet: 91, 7A and 71. RGB value is (145,122,113). Sum of RGB (Red+Green+Blue) = 145+122+113=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 145 - color contains mainly: red. Hex color #917A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917A71 is #6E858E. Grayscale: #7F7F7F. Windows color (decimal): -7243151 or 7436945. OLE color: 7436945.
HSL color Cylindrical-coordinate representation of color #917A71: hue angle of 16.88º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #917A71 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 122 | 113 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.43 |
| HSL | 16.88º | 0.13% | 0.51% | - |
| HSV(B) | 16.88º | 0.22% | 0.57% | - |
| XYZ | 21.62 | 21.13 | 18.56 | - |
| YUV | 127.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 113 | 0 | 0.16 | 0.22 | 0.43 | 16.88 | 0.13 | 0.51 |
| Hex | 91 | 7A | 71 | 0 | 10 | 16 | 2B | 11 | D | 33 |
| Octal | 221 | 172 | 161 | 0 | 20 | 26 | 53 | 21 | 15 | 63 |
| Binary | 10010001 | 1111010 | 1110001 | 0 | 10000 | 10110 | 101011 | 10001 | 1101 | 110011 |
Color Harmonies of #917A71
Complementary color
Monochromatic Colors of #917A71
Black with #917A71
Text Example
Text Example
White with #917A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917A71; }
p { color: rgb(145,122,113); }
H1.HeaderClassName
{
color: #917A71;
}
.AnyTagClassName
{
color: #917A71;
}
</style>
background-color css
<style>
a { background-color: #917A71; }
a { background-color: rgb(145,122,113); }
div.DivClassName
{
background-color: #917A71;
}
.BgClassName
{
background-color: #917A71;
}
</style>
border-color css
<style>
span { border-color: #917A71; }
span { border-color: rgb(145,122,113); }
td.TdClassName
{
border-color: #917A71;
}
.TagClassName
{
border-color: #917A71;
}
</style>