Color Hex Logo

#779cad Color Hex

#779CAD
(119,156,173)
0 Favorites   0 Comments

Color spaces of #779cad

RGB 119156173
HSL0.550.250.57
HSV199°31°68°
CMYK 0.310.100.00   0.32
XYZ27.039030.716044.0388
Yxy30.71600.26560.3017
Hunter Lab55.4220-9.9029-8.3169
CIE-Lab62.2672-8.5163-12.9635

#779cad color RGB value is (119,156,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011100 10101101
Octal 167 234 255
Decimal 119 156 173
Hex 77 9C AD

RGB Percentages of Color #779cad

%26.56
%34.82
%38.62

CMYK Percentages of Color #779cad

%31
%10
%0
%32

Triadic Colors of #779cad

#779cad #ad779c #9cad77

Analogous Colors of #779cad

#779cad #7781ad #77ada3

Monochromatic Colors of #779cad

#779cad

Complementary Color

#779cad #ad8877

#779cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#779cad Color CSS Codes

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

#779cad Text Font Color

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

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


#779cad Background Color

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

This div background color is #779cad


#779cad Border Color

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

This div border color is #779cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779cad


Comments

No comments written yet.

Please login to write comment.