#a7a77f

Color #A7A77F Locust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Locust #A7A77F

Tints of Locust #A7A77F

Color information

#A7A77F (or 0xA7A77F) is unknown color: approx Locust. HEX triplet: A7, A7 and 7F. RGB value is (167,167,127). Sum of RGB (Red+Green+Blue) = 167+167+127=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 167 (65.62% from 255 or 36.23% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 167 - color contains mainly: red, green. Hex color #A7A77F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A77F is #585880. Grayscale: #A2A2A2. Windows color (decimal): -5789825 or 8365991. OLE color: 8365991.

HSL color Cylindrical-coordinate representation of color #A7A77F: hue angle of 60º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7A77F is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB167167127-
CMYK000.240.35
HSL60º18.52%57.65%-
HSV(B)60º23.95%65.49%-
XYZ33.5937.3925.52-
YUV162.44108131.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 36.23%
GREEN value IS 167 (65.62% from 255) = 36.23%
BLUE value IS 127 (50% from 255) = 27.55%
R=36.23%
G=36.23%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167167127000.240.356018.5257.65
HexA7A77F0018233c133a
Octal247247177003043742372
Binary10100111101001111111111001100010001111110010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7a77f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7a77f; }

 p { color: rgb(167,167,127); }

 H1.HeaderClassName
 {
   color: #a7a77f;
 }
 .AnyTagClassName
 {
   color: #a7a77f;
 }
</style>
background-color css

<style>
 a { background-color: #a7a77f; }

 a { background-color: rgb(167,167,127); }

 div.DivClassName
 {
   background-color: #a7a77f;
 }
 .BgClassName
 {
   background-color: #a7a77f;
 }
</style>
border-color css

<style>
 span { border-color: #a7a77f; }

 span { border-color: rgb(167,167,127); }

 td.TdClassName
 {
   border-color: #a7a77f;
 }
 .TagClassName
 {
   border-color: #a7a77f;
 }
</style>