Color Hex Logo

#779aaf Color Hex

#779AAF
(119,154,175)
0 Favorites   0 Comments

Color spaces of #779aaf

RGB 119154175
HSL0.560.260.58
HSV203°32°69°
CMYK 0.320.120.00   0.31
XYZ26.901230.128344.9549
Yxy30.12830.26380.2954
Hunter Lab54.8893-8.5734-10.1367
CIE-Lab61.7648-6.9104-14.8483

#779aaf color RGB value is (119,154,175).

#779aaf hex color red value is 119, green value is 154 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #779aaf hue: 0.56 , saturation: 0.26 and the lightness value of 779aaf is 0.58.

The process color (four color CMYK) of #779aaf color hex is 0.32, 0.12, 0.00, 0.31. Web safe color of #779aaf is #669999. Color #779aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011010 10101111
Octal 167 232 257
Decimal 119 154 175
Hex 77 9A AF

RGB Percentages of Color #779aaf

%26.56
%34.38
%39.06

CMYK Percentages of Color #779aaf

%32
%12
%0
%31

Triadic Colors of #779aaf

#779aaf #af779a #9aaf77

Analogous Colors of #779aaf

#779aaf #777eaf #77afa8

Monochromatic Colors of #779aaf

#779aaf

Complementary Color

#779aaf #af8c77

#779aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#779aaf Color CSS Codes

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

#779aaf Text Font Color

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

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


#779aaf Background Color

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

This div background color is #779aaf


#779aaf Border Color

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

This div border color is #779aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779aaf


Comments

No comments written yet.

Please login to write comment.