Color Hex Logo

#77acac Color Hex

#77ACAC
(119,172,172)
0 Favorites   0 Comments

Color spaces of #77acac

RGB 119172172
HSL0.500.240.57
HSV180°31°67°
CMYK 0.310.000.00   0.33
XYZ29.806736.405544.4857
Yxy36.40550.26930.3289
Hunter Lab60.3370-17.4100-1.4779
CIE-Lab66.8286-17.3201-5.5976

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101100 10101100
Octal 167 254 254
Decimal 119 172 172
Hex 77 AC AC

RGB Percentages of Color #77acac

%25.70
%37.15
%37.15

CMYK Percentages of Color #77acac

%31
%0
%0
%33

Triadic Colors of #77acac

#77acac #ac77ac #acac77

Analogous Colors of #77acac

#77acac #7792ac #77ac92

Monochromatic Colors of #77acac

#77acac

Complementary Color

#77acac #ac7777

#77acac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77acac Color Preview on White Background

Lorem ipsum dolor sit amet.

#77acac Color CSS Codes

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

#77acac Text Font Color

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

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


#77acac Background Color

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

This div background color is #77acac


#77acac Border Color

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

This div border color is #77acac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77acac


Comments

No comments written yet.

Please login to write comment.