Shades of Hemp #A77F73
Tints of Hemp #A77F73
RGB
CMYK
RGB Variations
Color information
#A77F73 (or 0xA77F73) is known color: Hemp. HEX triplet: A7, 7F and 73. RGB value is (167,127,115). Sum of RGB (Red+Green+Blue) = 167+127+115=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77F73 is #58808C. Grayscale: #898989. Windows color (decimal): -5800077 or 7569319. OLE color: 7569319.
HSL color Cylindrical-coordinate representation of color #A77F73: hue angle of 13.85º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A77F73 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 127 | 115 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.35 |
| HSL | 13.85º | 0.23% | 0.55% | - |
| HSV(B) | 13.85º | 0.31% | 0.65% | - |
| XYZ | 26.62 | 24.63 | 19.57 | - |
| YUV | 137.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 127 | 115 | 0 | 0.24 | 0.31 | 0.35 | 13.85 | 0.23 | 0.55 |
| Hex | A7 | 7F | 73 | 0 | 18 | 1F | 23 | E | 17 | 37 |
| Octal | 247 | 177 | 163 | 0 | 30 | 37 | 43 | 16 | 27 | 67 |
| Binary | 10100111 | 1111111 | 1110011 | 0 | 11000 | 11111 | 100011 | 1110 | 10111 | 110111 |
Color Harmonies of #A77F73
Complementary color
Monochromatic Colors of #A77F73
Black with #A77F73
Text Example
Text Example
White with #A77F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77F73; }
p { color: rgb(167,127,115); }
H1.HeaderClassName
{
color: #A77F73;
}
.AnyTagClassName
{
color: #A77F73;
}
</style>
background-color css
<style>
a { background-color: #A77F73; }
a { background-color: rgb(167,127,115); }
div.DivClassName
{
background-color: #A77F73;
}
.BgClassName
{
background-color: #A77F73;
}
</style>
border-color css
<style>
span { border-color: #A77F73; }
span { border-color: rgb(167,127,115); }
td.TdClassName
{
border-color: #A77F73;
}
.TagClassName
{
border-color: #A77F73;
}
</style>