Shades of Hemp #A77B70
Tints of Hemp #A77B70
RGB
CMYK
RGB Variations
Color information
#A77B70 (or 0xA77B70) is known color: Hemp. HEX triplet: A7, 7B and 70. RGB value is (167,123,112). Sum of RGB (Red+Green+Blue) = 167+123+112=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 167 - color contains mainly: red. Hex color #A77B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77B70 is #58848F. Grayscale: #868686. Windows color (decimal): -5801104 or 7371687. OLE color: 7371687.
HSL color Cylindrical-coordinate representation of color #A77B70: hue angle of 12º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A77B70 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 123 | 112 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.35 |
| HSL | 12º | 0.24% | 0.55% | - |
| HSV(B) | 12º | 0.33% | 0.65% | - |
| XYZ | 25.94 | 23.55 | 18.51 | - |
| YUV | 134.9 | 115.08 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 123 | 112 | 0 | 0.26 | 0.33 | 0.35 | 12 | 0.24 | 0.55 |
| Hex | A7 | 7B | 70 | 0 | 1A | 21 | 23 | C | 18 | 37 |
| Octal | 247 | 173 | 160 | 0 | 32 | 41 | 43 | 14 | 30 | 67 |
| Binary | 10100111 | 1111011 | 1110000 | 0 | 11010 | 100001 | 100011 | 1100 | 11000 | 110111 |
Color Harmonies of #A77B70
Complementary color
Monochromatic Colors of #A77B70
Black with #A77B70
Text Example
Text Example
White with #A77B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77B70; }
p { color: rgb(167,123,112); }
H1.HeaderClassName
{
color: #A77B70;
}
.AnyTagClassName
{
color: #A77B70;
}
</style>
background-color css
<style>
a { background-color: #A77B70; }
a { background-color: rgb(167,123,112); }
div.DivClassName
{
background-color: #A77B70;
}
.BgClassName
{
background-color: #A77B70;
}
</style>
border-color css
<style>
span { border-color: #A77B70; }
span { border-color: rgb(167,123,112); }
td.TdClassName
{
border-color: #A77B70;
}
.TagClassName
{
border-color: #A77B70;
}
</style>