Shades of Hemp #917A73
Tints of Hemp #917A73
RGB
CMYK
RGB Variations
Color information
#917A73 (or 0x917A73) is known color: Hemp. HEX triplet: 91, 7A and 73. RGB value is (145,122,115). Sum of RGB (Red+Green+Blue) = 145+122+115=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 145 - color contains mainly: red. Hex color #917A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917A73 is #6E858C. Grayscale: #808080. Windows color (decimal): -7243149 or 7568017. OLE color: 7568017.
HSL color Cylindrical-coordinate representation of color #917A73: hue angle of 14º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #917A73 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 122 | 115 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.43 |
| HSL | 14º | 0.12% | 0.51% | - |
| HSV(B) | 14º | 0.21% | 0.57% | - |
| XYZ | 21.73 | 21.18 | 19.16 | - |
| YUV | 128.08 | 120.62 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 115 | 0 | 0.16 | 0.21 | 0.43 | 14 | 0.12 | 0.51 |
| Hex | 91 | 7A | 73 | 0 | 10 | 15 | 2B | E | C | 33 |
| Octal | 221 | 172 | 163 | 0 | 20 | 25 | 53 | 16 | 14 | 63 |
| Binary | 10010001 | 1111010 | 1110011 | 0 | 10000 | 10101 | 101011 | 1110 | 1100 | 110011 |
Color Harmonies of #917A73
Complementary color
Monochromatic Colors of #917A73
Black with #917A73
Text Example
Text Example
White with #917A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917A73; }
p { color: rgb(145,122,115); }
H1.HeaderClassName
{
color: #917A73;
}
.AnyTagClassName
{
color: #917A73;
}
</style>
background-color css
<style>
a { background-color: #917A73; }
a { background-color: rgb(145,122,115); }
div.DivClassName
{
background-color: #917A73;
}
.BgClassName
{
background-color: #917A73;
}
</style>
border-color css
<style>
span { border-color: #917A73; }
span { border-color: rgb(145,122,115); }
td.TdClassName
{
border-color: #917A73;
}
.TagClassName
{
border-color: #917A73;
}
</style>