Shades of Locust #A7B178
Tints of Locust #A7B178
RGB
CMYK
RGB Variations
Color information
#A7B178 (or 0xA7B178) is known color: Locust. HEX triplet: A7, B1 and 78. RGB value is (167,177,120). Sum of RGB (Red+Green+Blue) = 167+177+120=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B178 is #584E87. Grayscale: #A7A7A7. Windows color (decimal): -5787272 or 7909799. OLE color: 7909799.
HSL color Cylindrical-coordinate representation of color #A7B178: hue angle of 70.53º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A7B178 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 177 | 120 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.31 |
| HSL | 70.53º | 0.27% | 0.58% | - |
| HSV(B) | 70.53º | 0.32% | 0.69% | - |
| XYZ | 35.05 | 41.02 | 23.84 | - |
| YUV | 167.51 | 101.19 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 177 | 120 | 0.06 | 0 | 0.32 | 0.31 | 70.53 | 0.27 | 0.58 |
| Hex | A7 | B1 | 78 | 6 | 0 | 20 | 1F | 47 | 1B | 3A |
| Octal | 247 | 261 | 170 | 6 | 0 | 40 | 37 | 107 | 33 | 72 |
| Binary | 10100111 | 10110001 | 1111000 | 110 | 0 | 100000 | 11111 | 1000111 | 11011 | 111010 |
Color Harmonies of #A7B178
Complementary color
Monochromatic Colors of #A7B178
Black with #A7B178
Text Example
Text Example
White with #A7B178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B178; }
p { color: rgb(167,177,120); }
H1.HeaderClassName
{
color: #A7B178;
}
.AnyTagClassName
{
color: #A7B178;
}
</style>
background-color css
<style>
a { background-color: #A7B178; }
a { background-color: rgb(167,177,120); }
div.DivClassName
{
background-color: #A7B178;
}
.BgClassName
{
background-color: #A7B178;
}
</style>
border-color css
<style>
span { border-color: #A7B178; }
span { border-color: rgb(167,177,120); }
td.TdClassName
{
border-color: #A7B178;
}
.TagClassName
{
border-color: #A7B178;
}
</style>