Color Hex Logo

#779baa Color Hex

#779BAA
(119,155,170)
0 Favorites   0 Comments

Color spaces of #779baa

RGB 119155170
HSL0.550.230.57
HSV198°30°67°
CMYK 0.300.090.00   0.33
XYZ26.584830.266942.4711
Yxy30.26690.26770.3047
Hunter Lab55.0154-10.0212-7.2603
CIE-Lab61.8838-8.7158-11.8481

#779baa color RGB value is (119,155,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011011 10101010
Octal 167 233 252
Decimal 119 155 170
Hex 77 9B AA

RGB Percentages of Color #779baa

%26.80
%34.91
%38.29

CMYK Percentages of Color #779baa

%30
%9
%0
%33

Triadic Colors of #779baa

#779baa #aa779b #9baa77

Analogous Colors of #779baa

#779baa #7782aa #77aaa0

Monochromatic Colors of #779baa

#779baa

Complementary Color

#779baa #aa8677

#779baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#779baa Color CSS Codes

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

#779baa Text Font Color

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

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


#779baa Background Color

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

This div background color is #779baa


#779baa Border Color

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

This div border color is #779baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779baa


Comments

No comments written yet.

Please login to write comment.