Color Hex Logo

#77aa9f Color Hex

#77AA9F
(119,170,159)
0 Favorites   0 Comments

Color spaces of #77aa9f

RGB 119170159
HSL0.460.230.57
HSV167°30°67°
CMYK 0.300.000.06   0.33
XYZ28.240535.174638.1018
Yxy35.17460.27820.3465
Hunter Lab59.3082-18.79383.4256
CIE-Lab65.8844-19.30740.2429

#77aa9f color RGB value is (119,170,159).

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

The process color (four color CMYK) of #77aa9f color hex is 0.30, 0.00, 0.06, 0.33. Web safe color of #77aa9f is #669999. Color #77aa9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101010 10011111
Octal 167 252 237
Decimal 119 170 159
Hex 77 AA 9F

RGB Percentages of Color #77aa9f

%26.56
%37.95
%35.49

CMYK Percentages of Color #77aa9f

%30
%0
%6
%33

Triadic Colors of #77aa9f

#77aa9f #9f77aa #aa9f77

Analogous Colors of #77aa9f

#77aa9f #779caa #77aa86

Monochromatic Colors of #77aa9f

#77aa9f

Complementary Color

#77aa9f #aa7782

#77aa9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77aa9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#77aa9f Color CSS Codes

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

#77aa9f Text Font Color

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

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


#77aa9f Background Color

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

This div background color is #77aa9f


#77aa9f Border Color

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

This div border color is #77aa9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77aa9f


Comments

No comments written yet.

Please login to write comment.