Shades of Hemp #917B76
Tints of Hemp #917B76
RGB
CMYK
RGB Variations
Color information
#917B76 (or 0x917B76) is known color: Hemp. HEX triplet: 91, 7B and 76. RGB value is (145,123,118). Sum of RGB (Red+Green+Blue) = 145+123+118=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 145 - color contains mainly: red. Hex color #917B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917B76 is #6E8489. Grayscale: #818181. Windows color (decimal): -7242890 or 7764881. OLE color: 7764881.
HSL color Cylindrical-coordinate representation of color #917B76: hue angle of 11.11º 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 #917B76 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 123 | 118 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.43 |
| HSL | 11.11º | 0.11% | 0.52% | - |
| HSV(B) | 11.11º | 0.19% | 0.57% | - |
| XYZ | 22.03 | 21.49 | 20.13 | - |
| YUV | 129.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 123 | 118 | 0 | 0.15 | 0.19 | 0.43 | 11.11 | 0.11 | 0.52 |
| Hex | 91 | 7B | 76 | 0 | F | 13 | 2B | B | B | 34 |
| Octal | 221 | 173 | 166 | 0 | 17 | 23 | 53 | 13 | 13 | 64 |
| Binary | 10010001 | 1111011 | 1110110 | 0 | 1111 | 10011 | 101011 | 1011 | 1011 | 110100 |
Color Harmonies of #917B76
Complementary color
Monochromatic Colors of #917B76
Black with #917B76
Text Example
Text Example
White with #917B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917B76; }
p { color: rgb(145,123,118); }
H1.HeaderClassName
{
color: #917B76;
}
.AnyTagClassName
{
color: #917B76;
}
</style>
background-color css
<style>
a { background-color: #917B76; }
a { background-color: rgb(145,123,118); }
div.DivClassName
{
background-color: #917B76;
}
.BgClassName
{
background-color: #917B76;
}
</style>
border-color css
<style>
span { border-color: #917B76; }
span { border-color: rgb(145,123,118); }
td.TdClassName
{
border-color: #917B76;
}
.TagClassName
{
border-color: #917B76;
}
</style>