Color Hex Logo

#779389 Color Hex

#779389
(119,147,137)
0 Favorites   0 Comments

Color spaces of #779389

RGB 119147137
HSL0.440.110.52
HSV159°19°58°
CMYK 0.190.000.07   0.42
XYZ22.556826.595527.6115
Yxy26.59550.29380.3465
Hunter Lab51.5708-12.17404.3552
CIE-Lab58.5980-11.97982.0252

#779389 color RGB value is (119,147,137).

#779389 hex color red value is 119, green value is 147 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #779389 hue: 0.44 , saturation: 0.11 and the lightness value of 779389 is 0.52.

The process color (four color CMYK) of #779389 color hex is 0.19, 0.00, 0.07, 0.42. Web safe color of #779389 is #669999. Color #779389 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10010011 10001001
Octal 167 223 211
Decimal 119 147 137
Hex 77 93 89

RGB Percentages of Color #779389

%29.53
%36.48
%34.00

CMYK Percentages of Color #779389

%19
%0
%7
%42

Triadic Colors of #779389

#779389 #897793 #938977

Analogous Colors of #779389

#779389 #778f93 #77937b

Monochromatic Colors of #779389

#779389

Complementary Color

#779389 #937781

#779389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#779389 Color CSS Codes

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

#779389 Text Font Color

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

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


#779389 Background Color

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

This div background color is #779389


#779389 Border Color

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

This div border color is #779389


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,147,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #779389; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #779389;
  -webkit-box-shadow: 1px 1px 3px 2px #779389;
  box-shadow:         1px 1px 3px 2px #779389; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779389

#779389 Color Palettes


Comments

No comments written yet.

Please login to write comment.