Shades of Hemp #917D76
Tints of Hemp #917D76
RGB
CMYK
RGB Variations
Color information
#917D76 (or 0x917D76) is known color: Hemp. HEX triplet: 91, 7D and 76. RGB value is (145,125,118). Sum of RGB (Red+Green+Blue) = 145+125+118=388 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.37% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 145 - color contains mainly: red. Hex color #917D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917D76 is #6E8289. Grayscale: #828282. Windows color (decimal): -7242378 or 7765393. OLE color: 7765393.
HSL color Cylindrical-coordinate representation of color #917D76: hue angle of 15.56º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #917D76 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 125 | 118 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.43 |
| HSL | 15.56º | 0.11% | 0.52% | - |
| HSV(B) | 15.56º | 0.19% | 0.57% | - |
| XYZ | 22.28 | 21.99 | 20.21 | - |
| YUV | 130.18 | 121.13 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 118 | 0 | 0.14 | 0.19 | 0.43 | 15.56 | 0.11 | 0.52 |
| Hex | 91 | 7D | 76 | 0 | E | 13 | 2B | 10 | B | 34 |
| Octal | 221 | 175 | 166 | 0 | 16 | 23 | 53 | 20 | 13 | 64 |
| Binary | 10010001 | 1111101 | 1110110 | 0 | 1110 | 10011 | 101011 | 10000 | 1011 | 110100 |
Color Harmonies of #917D76
Complementary color
Monochromatic Colors of #917D76
Black with #917D76
Text Example
Text Example
White with #917D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917D76; }
p { color: rgb(145,125,118); }
H1.HeaderClassName
{
color: #917D76;
}
.AnyTagClassName
{
color: #917D76;
}
</style>
background-color css
<style>
a { background-color: #917D76; }
a { background-color: rgb(145,125,118); }
div.DivClassName
{
background-color: #917D76;
}
.BgClassName
{
background-color: #917D76;
}
</style>
border-color css
<style>
span { border-color: #917D76; }
span { border-color: rgb(145,125,118); }
td.TdClassName
{
border-color: #917D76;
}
.TagClassName
{
border-color: #917D76;
}
</style>