Color Hex Logo

#77bbbf Color Hex

#77BBBF
(119,187,191)
0 Favorites   0 Comments

Color spaces of #77bbbf

RGB 119187191
HSL0.510.360.61
HSV183°38°75°
CMYK 0.380.020.00   0.25
XYZ34.782043.224255.8001
Yxy43.22420.25990.3230
Hunter Lab65.7451-20.6198-4.2998
CIE-Lab71.7069-20.4102-8.8310

#77bbbf color RGB value is (119,187,191).

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

The process color (four color CMYK) of #77bbbf color hex is 0.38, 0.02, 0.00, 0.25. Web safe color of #77bbbf is #66cccc. Color #77bbbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111011 10111111
Octal 167 273 277
Decimal 119 187 191
Hex 77 BB BF

RGB Percentages of Color #77bbbf

%23.94
%37.63
%38.43

CMYK Percentages of Color #77bbbf

%38
%2
%0
%25

Triadic Colors of #77bbbf

#77bbbf #bf77bb #bbbf77

Analogous Colors of #77bbbf

#77bbbf #7797bf #77bf9f

Monochromatic Colors of #77bbbf

#77bbbf

Complementary Color

#77bbbf #bf7b77

#77bbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77bbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#77bbbf Color CSS Codes

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

#77bbbf Text Font Color

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

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


#77bbbf Background Color

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

This div background color is #77bbbf


#77bbbf Border Color

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

This div border color is #77bbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77bbbf


Comments

No comments written yet.

Please login to write comment.