Color Hex Logo

#779687 Color Hex

#779687
(119,150,135)
0 Favorites   0 Comments

Color spaces of #779687

RGB 119150135
HSL0.420.130.53
HSV151°21°59°
CMYK 0.210.000.10   0.41
XYZ22.887327.483927.0203
Yxy27.48390.29570.3551
Hunter Lab52.4251-13.81596.1390
CIE-Lab59.4196-14.01644.3517

#779687 color RGB value is (119,150,135).

#779687 hex color red value is 119, green value is 150 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #779687 hue: 0.42 , saturation: 0.13 and the lightness value of 779687 is 0.53.

The process color (four color CMYK) of #779687 color hex is 0.21, 0.00, 0.10, 0.41. Web safe color of #779687 is #669999. Color #779687 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10010110 10000111
Octal 167 226 207
Decimal 119 150 135
Hex 77 96 87

RGB Percentages of Color #779687

%29.46
%37.13
%33.42

CMYK Percentages of Color #779687

%21
%0
%10
%41

Triadic Colors of #779687

#779687 #877796 #968777

Analogous Colors of #779687

#779687 #779696 #779678

Monochromatic Colors of #779687

#779687

Complementary Color

#779687 #967786

#779687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#779687 Color CSS Codes

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

#779687 Text Font Color

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

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


#779687 Background Color

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

This div background color is #779687


#779687 Border Color

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

This div border color is #779687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779687

#779687 Color Palettes


Comments

No comments written yet.

Please login to write comment.