Color Hex Logo

#7aa49e Color Hex

#7AA49E
(122,164,158)
0 Favorites   0 Comments

Color spaces of #7aa49e

RGB 122164158
HSL0.480.190.56
HSV171°26°64°
CMYK 0.260.000.04   0.36
XYZ27.473133.157137.2997
Yxy33.15710.28050.3386
Hunter Lab57.5822-15.60451.9016
CIE-Lab64.2879-15.4760-1.5136

#7aa49e color RGB value is (122,164,158).

#7aa49e hex color red value is 122, green value is 164 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #7aa49e hue: 0.48 , saturation: 0.19 and the lightness value of 7aa49e is 0.56.

The process color (four color CMYK) of #7aa49e color hex is 0.26, 0.00, 0.04, 0.36. Web safe color of #7aa49e is #669999. Color #7aa49e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10100100 10011110
Octal 172 244 236
Decimal 122 164 158
Hex 7A A4 9E

RGB Percentages of Color #7aa49e

%27.48
%36.94
%35.59

CMYK Percentages of Color #7aa49e

%26
%0
%4
%36

Triadic Colors of #7aa49e

#7aa49e #9e7aa4 #a49e7a

Analogous Colors of #7aa49e

#7aa49e #7a95a4 #7aa489

Monochromatic Colors of #7aa49e

#7aa49e

Complementary Color

#7aa49e #a47a80

#7aa49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aa49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aa49e Color CSS Codes

.mybgcolor {background-color:#7aa49e; } 
.myforecolor {color:#7aa49e; }
.mybordercolor {border:3px solid #7aa49e; }

#7aa49e Text Font Color

<p style="color:#7aa49e">Text here</p>

This sample text font color is #7aa49e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#7aa49e Background Color

<div style="background-color:#7aa49e">
Div content here</div>

This div background color is #7aa49e


#7aa49e Border Color

<div style="border:3px solid #7aa49e">
Div here</div>

This div border color is #7aa49e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(122,164,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7aa49e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7aa49e;
  -webkit-box-shadow: 1px 1px 3px 2px #7aa49e;
  box-shadow:         1px 1px 3px 2px #7aa49e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,164,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7aa49e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7aa49e;
  -webkit-box-shadow: 1px 1px 3px 2px #7aa49e;
  box-shadow:         1px 1px 3px 2px #7aa49e;">
Div content here</div>

This div box has shadow with color #7aa49e


Comments

No comments written yet.

Please login to write comment.