Color Hex Logo

#77bfaf Color Hex

#77BFAF
(119,191,175)
0 Favorites   0 Comments

Color spaces of #77bfaf

RGB 119191175
HSL0.460.360.61
HSV167°38°75°
CMYK 0.380.000.08   0.25
XYZ33.976444.278747.3133
Yxy44.27870.27060.3526
Hunter Lab66.5422-25.30704.4228
CIE-Lab72.4144-26.24250.9531

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

#77bfaf hex color red value is 119, green value is 191 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #77bfaf hue: 0.46 , saturation: 0.36 and the lightness value of 77bfaf is 0.61.

The process color (four color CMYK) of #77bfaf color hex is 0.38, 0.00, 0.08, 0.25. Web safe color of #77bfaf is #66cc99. Color #77bfaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111111 10101111
Octal 167 277 257
Decimal 119 191 175
Hex 77 BF AF

RGB Percentages of Color #77bfaf

%24.54
%39.38
%36.08

CMYK Percentages of Color #77bfaf

%38
%0
%8
%25

Triadic Colors of #77bfaf

#77bfaf #af77bf #bfaf77

Analogous Colors of #77bfaf

#77bfaf #77abbf #77bf8b

Monochromatic Colors of #77bfaf

#77bfaf

Complementary Color

#77bfaf #bf7787

#77bfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77bfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#77bfaf Color CSS Codes

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

#77bfaf Text Font Color

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

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


#77bfaf Background Color

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

This div background color is #77bfaf


#77bfaf Border Color

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

This div border color is #77bfaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,191,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 #77bfaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77bfaf


Comments

No comments written yet.

Please login to write comment.