Color Hex Logo

#77aa7f Color Hex

#77AA7F
(119,170,127)
0 Favorites   0 Comments

Color spaces of #77aa7f

RGB 119170127
HSL0.360.230.57
HSV129°30°67°
CMYK 0.300.000.25   0.33
XYZ25.813234.203725.3201
Yxy34.20370.30250.4008
Hunter Lab58.4839-23.561915.2697
CIE-Lab65.1239-25.876416.8802

#77aa7f color RGB value is (119,170,127).

#77aa7f hex color red value is 119, green value is 170 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #77aa7f hue: 0.36 , saturation: 0.23 and the lightness value of 77aa7f is 0.57.

The process color (four color CMYK) of #77aa7f color hex is 0.30, 0.00, 0.25, 0.33. Web safe color of #77aa7f is #669966. Color #77aa7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101010 01111111
Octal 167 252 177
Decimal 119 170 127
Hex 77 AA 7F

RGB Percentages of Color #77aa7f

%28.61
%40.87
%30.53

CMYK Percentages of Color #77aa7f

%30
%0
%25
%33

Triadic Colors of #77aa7f

#77aa7f #7f77aa #aa7f77

Analogous Colors of #77aa7f

#77aa7f #77aa99 #89aa77

Monochromatic Colors of #77aa7f

#77aa7f

Complementary Color

#77aa7f #aa77a2

#77aa7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77aa7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#77aa7f Color CSS Codes

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

#77aa7f Text Font Color

<p style="color:#77aa7f">Text here</p>

This sample text font color is #77aa7f
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.


#77aa7f Background Color

<div style="background-color:#77aa7f">
Div content here</div>

This div background color is #77aa7f


#77aa7f Border Color

<div style="border:3px solid #77aa7f">
Div here</div>

This div border color is #77aa7f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,170,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77aa7f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77aa7f;
  -webkit-box-shadow: 1px 1px 3px 2px #77aa7f;
  box-shadow:         1px 1px 3px 2px #77aa7f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,170,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77aa7f


Comments

No comments written yet.

Please login to write comment.