Color Hex Logo

#77afaf Color Hex

#77AFAF
(119,175,175)
0 Favorites   0 Comments

Color spaces of #77afaf

RGB 119175175
HSL0.500.260.58
HSV180°32°69°
CMYK 0.320.000.00   0.31
XYZ30.675637.677046.2131
Yxy37.67700.26780.3289
Hunter Lab61.3816-18.2120-1.6713
CIE-Lab67.7819-18.1598-5.8506

#77afaf color RGB value is (119,175,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101111 10101111
Octal 167 257 257
Decimal 119 175 175
Hex 77 AF AF

RGB Percentages of Color #77afaf

%25.37
%37.31
%37.31

CMYK Percentages of Color #77afaf

%32
%0
%0
%31

Triadic Colors of #77afaf

#77afaf #af77af #afaf77

Analogous Colors of #77afaf

#77afaf #7793af #77af93

Monochromatic Colors of #77afaf

#77afaf

Complementary Color

#77afaf #af7777

#77afaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77afaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#77afaf Color CSS Codes

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

#77afaf Text Font Color

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

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


#77afaf Background Color

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

This div background color is #77afaf


#77afaf Border Color

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

This div border color is #77afaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77afaf


Comments

No comments written yet.

Please login to write comment.