Color Hex Logo

#77acaa Color Hex

#77ACAA
(119,172,170)
0 Favorites   0 Comments

Color spaces of #77acaa

RGB 119172170
HSL0.490.240.57
HSV178°31°67°
CMYK 0.310.000.01   0.33
XYZ29.616036.329343.4815
Yxy36.32930.27060.3320
Hunter Lab60.2738-17.7718-0.5801
CIE-Lab66.7708-17.7969-4.5721

#77acaa color RGB value is (119,172,170).

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

The process color (four color CMYK) of #77acaa color hex is 0.31, 0.00, 0.01, 0.33. Web safe color of #77acaa is #669999. Color #77acaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101100 10101010
Octal 167 254 252
Decimal 119 172 170
Hex 77 AC AA

RGB Percentages of Color #77acaa

%25.81
%37.31
%36.88

CMYK Percentages of Color #77acaa

%31
%0
%1
%33

Triadic Colors of #77acaa

#77acaa #aa77ac #acaa77

Analogous Colors of #77acaa

#77acaa #7794ac #77ac90

Monochromatic Colors of #77acaa

#77acaa

Complementary Color

#77acaa #ac7779

#77acaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77acaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#77acaa Color CSS Codes

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

#77acaa Text Font Color

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

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


#77acaa Background Color

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

This div background color is #77acaa


#77acaa Border Color

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

This div border color is #77acaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77acaa


Comments

No comments written yet.

Please login to write comment.