Shades of Hemp #917C74
Tints of Hemp #917C74
RGB
CMYK
RGB Variations
Color information
#917C74 (or 0x917C74) is known color: Hemp. HEX triplet: 91, 7C and 74. RGB value is (145,124,116). Sum of RGB (Red+Green+Blue) = 145+124+116=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 145 - color contains mainly: red. Hex color #917C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917C74 is #6E838B. Grayscale: #818181. Windows color (decimal): -7242636 or 7634065. OLE color: 7634065.
HSL color Cylindrical-coordinate representation of color #917C74: hue angle of 16.55º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #917C74 is Cyan = 0, Magento = 0.14, Yellow = 0.2 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 124 | 116 | - |
| CMYK | 0 | 0.14 | 0.2 | 0.43 |
| HSL | 16.55º | 0.12% | 0.51% | - |
| HSV(B) | 16.55º | 0.2% | 0.57% | - |
| XYZ | 22.04 | 21.7 | 19.55 | - |
| YUV | 129.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 116 | 0 | 0.14 | 0.2 | 0.43 | 16.55 | 0.12 | 0.51 |
| Hex | 91 | 7C | 74 | 0 | E | 14 | 2B | 11 | C | 33 |
| Octal | 221 | 174 | 164 | 0 | 16 | 24 | 53 | 21 | 14 | 63 |
| Binary | 10010001 | 1111100 | 1110100 | 0 | 1110 | 10100 | 101011 | 10001 | 1100 | 110011 |
Color Harmonies of #917C74
Complementary color
Monochromatic Colors of #917C74
Black with #917C74
Text Example
Text Example
White with #917C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917C74; }
p { color: rgb(145,124,116); }
H1.HeaderClassName
{
color: #917C74;
}
.AnyTagClassName
{
color: #917C74;
}
</style>
background-color css
<style>
a { background-color: #917C74; }
a { background-color: rgb(145,124,116); }
div.DivClassName
{
background-color: #917C74;
}
.BgClassName
{
background-color: #917C74;
}
</style>
border-color css
<style>
span { border-color: #917C74; }
span { border-color: rgb(145,124,116); }
td.TdClassName
{
border-color: #917C74;
}
.TagClassName
{
border-color: #917C74;
}
</style>