Color Hex Logo

#779aab Color Hex

#779AAB
(119,154,171)
0 Favorites   0 Comments

Color spaces of #779aab

RGB 119154171
HSL0.550.240.57
HSV200°30°67°
CMYK 0.300.100.00   0.33
XYZ26.514029.973442.9161
Yxy29.97340.26670.3015
Hunter Lab54.7480-9.3628-8.1530
CIE-Lab61.6313-7.9177-12.7922

#779aab color RGB value is (119,154,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011010 10101011
Octal 167 232 253
Decimal 119 154 171
Hex 77 9A AB

RGB Percentages of Color #779aab

%26.80
%34.68
%38.51

CMYK Percentages of Color #779aab

%30
%10
%0
%33

Triadic Colors of #779aab

#779aab #ab779a #9aab77

Analogous Colors of #779aab

#779aab #7780ab #77aba2

Monochromatic Colors of #779aab

#779aab

Complementary Color

#779aab #ab8877

#779aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#779aab Color CSS Codes

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

#779aab Text Font Color

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

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


#779aab Background Color

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

This div background color is #779aab


#779aab Border Color

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

This div border color is #779aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779aab


Comments

No comments written yet.

Please login to write comment.