Shades of Hemp #A77B72
Tints of Hemp #A77B72
RGB
CMYK
RGB Variations
Color information
#A77B72 (or 0xA77B72) is known color: Hemp. HEX triplet: A7, 7B and 72. RGB value is (167,123,114). Sum of RGB (Red+Green+Blue) = 167+123+114=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 167 - color contains mainly: red. Hex color #A77B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77B72 is #58848D. Grayscale: #878787. Windows color (decimal): -5801102 or 7502759. OLE color: 7502759.
HSL color Cylindrical-coordinate representation of color #A77B72: hue angle of 10.19º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A77B72 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 123 | 114 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.35 |
| HSL | 10.19º | 0.23% | 0.55% | - |
| HSV(B) | 10.19º | 0.32% | 0.65% | - |
| XYZ | 26.06 | 23.6 | 19.1 | - |
| YUV | 135.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 123 | 114 | 0 | 0.26 | 0.32 | 0.35 | 10.19 | 0.23 | 0.55 |
| Hex | A7 | 7B | 72 | 0 | 1A | 20 | 23 | A | 17 | 37 |
| Octal | 247 | 173 | 162 | 0 | 32 | 40 | 43 | 12 | 27 | 67 |
| Binary | 10100111 | 1111011 | 1110010 | 0 | 11010 | 100000 | 100011 | 1010 | 10111 | 110111 |
Color Harmonies of #A77B72
Complementary color
Monochromatic Colors of #A77B72
Black with #A77B72
Text Example
Text Example
White with #A77B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77B72; }
p { color: rgb(167,123,114); }
H1.HeaderClassName
{
color: #A77B72;
}
.AnyTagClassName
{
color: #A77B72;
}
</style>
background-color css
<style>
a { background-color: #A77B72; }
a { background-color: rgb(167,123,114); }
div.DivClassName
{
background-color: #A77B72;
}
.BgClassName
{
background-color: #A77B72;
}
</style>
border-color css
<style>
span { border-color: #A77B72; }
span { border-color: rgb(167,123,114); }
td.TdClassName
{
border-color: #A77B72;
}
.TagClassName
{
border-color: #A77B72;
}
</style>