Shades of Locust #A7A77A
Tints of Locust #A7A77A
RGB
CMYK
RGB Variations
Color information
#A7A77A (or 0xA7A77A) is known color: Locust. HEX triplet: A7, A7 and 7A. RGB value is (167,167,122). Sum of RGB (Red+Green+Blue) = 167+167+122=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 167 - color contains mainly: red, green. Hex color #A7A77A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A77A is #585885. Grayscale: #A2A2A2. Windows color (decimal): -5789830 or 8038311. OLE color: 8038311.
HSL color Cylindrical-coordinate representation of color #A7A77A: hue angle of 60º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A7A77A is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 167 | 122 | - |
| CMYK | 0 | 0 | 0.27 | 0.35 |
| HSL | 60º | 0.2% | 0.57% | - |
| HSV(B) | 60º | 0.27% | 0.65% | - |
| XYZ | 33.27 | 37.26 | 23.85 | - |
| YUV | 161.87 | 105.5 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 167 | 122 | 0 | 0 | 0.27 | 0.35 | 60 | 0.2 | 0.57 |
| Hex | A7 | A7 | 7A | 0 | 0 | 1B | 23 | 3C | 14 | 39 |
| Octal | 247 | 247 | 172 | 0 | 0 | 33 | 43 | 74 | 24 | 71 |
| Binary | 10100111 | 10100111 | 1111010 | 0 | 0 | 11011 | 100011 | 111100 | 10100 | 111001 |
Color Harmonies of #A7A77A
Complementary color
Monochromatic Colors of #A7A77A
Black with #A7A77A
Text Example
Text Example
White with #A7A77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A77A; }
p { color: rgb(167,167,122); }
H1.HeaderClassName
{
color: #A7A77A;
}
.AnyTagClassName
{
color: #A7A77A;
}
</style>
background-color css
<style>
a { background-color: #A7A77A; }
a { background-color: rgb(167,167,122); }
div.DivClassName
{
background-color: #A7A77A;
}
.BgClassName
{
background-color: #A7A77A;
}
</style>
border-color css
<style>
span { border-color: #A7A77A; }
span { border-color: rgb(167,167,122); }
td.TdClassName
{
border-color: #A7A77A;
}
.TagClassName
{
border-color: #A7A77A;
}
</style>