Color Hex Logo

#779eaa Color Hex

#779EAA
(119,158,170)
0 Favorites   0 Comments

Color spaces of #779eaa

RGB 119158170
HSL0.540.230.57
HSV194°30°67°
CMYK 0.300.070.00   0.33
XYZ27.090331.277942.6396
Yxy31.27790.26820.3097
Hunter Lab55.9266-11.4080-6.0552
CIE-Lab62.7415-10.3532-10.5623

#779eaa color RGB value is (119,158,170).

#779eaa hex color red value is 119, green value is 158 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #779eaa hue: 0.54 , saturation: 0.23 and the lightness value of 779eaa is 0.57.

The process color (four color CMYK) of #779eaa color hex is 0.30, 0.07, 0.00, 0.33. Web safe color of #779eaa is #669999. Color #779eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011110 10101010
Octal 167 236 252
Decimal 119 158 170
Hex 77 9E AA

RGB Percentages of Color #779eaa

%26.62
%35.35
%38.03

CMYK Percentages of Color #779eaa

%30
%7
%0
%33

Triadic Colors of #779eaa

#779eaa #aa779e #9eaa77

Analogous Colors of #779eaa

#779eaa #7785aa #77aa9d

Monochromatic Colors of #779eaa

#779eaa

Complementary Color

#779eaa #aa8377

#779eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#779eaa Color CSS Codes

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

#779eaa Text Font Color

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

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


#779eaa Background Color

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

This div background color is #779eaa


#779eaa Border Color

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

This div border color is #779eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,158,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #779eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #779eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #779eaa;
  box-shadow:         1px 1px 3px 2px #779eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779eaa


Comments

No comments written yet.

Please login to write comment.