Shades of Locust #A7B276
Tints of Locust #A7B276
RGB
CMYK
RGB Variations
Color information
#A7B276 (or 0xA7B276) is known color: Locust. HEX triplet: A7, B2 and 76. RGB value is (167,178,118). Sum of RGB (Red+Green+Blue) = 167+178+118=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 178 - color contains mainly: green. Hex color #A7B276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B276 is #584D89. Grayscale: #A8A8A8. Windows color (decimal): -5787018 or 7778983. OLE color: 7778983.
HSL color Cylindrical-coordinate representation of color #A7B276: hue angle of 71º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7B276 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 178 | 118 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.30 |
| HSL | 71º | 0.28% | 0.58% | - |
| HSV(B) | 71º | 0.34% | 0.7% | - |
| XYZ | 35.13 | 41.36 | 23.27 | - |
| YUV | 167.87 | 99.86 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 178 | 118 | 0.06 | 0 | 0.34 | 0.30 | 71 | 0.28 | 0.58 |
| Hex | A7 | B2 | 76 | 6 | 0 | 22 | 1E | 47 | 1C | 3A |
| Octal | 247 | 262 | 166 | 6 | 0 | 42 | 36 | 107 | 34 | 72 |
| Binary | 10100111 | 10110010 | 1110110 | 110 | 0 | 100010 | 11110 | 1000111 | 11100 | 111010 |
Color Harmonies of #A7B276
Complementary color
Monochromatic Colors of #A7B276
Black with #A7B276
Text Example
Text Example
White with #A7B276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B276; }
p { color: rgb(167,178,118); }
H1.HeaderClassName
{
color: #A7B276;
}
.AnyTagClassName
{
color: #A7B276;
}
</style>
background-color css
<style>
a { background-color: #A7B276; }
a { background-color: rgb(167,178,118); }
div.DivClassName
{
background-color: #A7B276;
}
.BgClassName
{
background-color: #A7B276;
}
</style>
border-color css
<style>
span { border-color: #A7B276; }
span { border-color: rgb(167,178,118); }
td.TdClassName
{
border-color: #A7B276;
}
.TagClassName
{
border-color: #A7B276;
}
</style>