Color Hex Logo

#779094 Color Hex

#779094
(119,144,148)
0 Favorites   0 Comments

Color spaces of #779094

RGB 119144148
HSL0.520.120.52
HSV188°20°58°
CMYK 0.200.030.00   0.42
XYZ22.926326.006631.8284
Yxy26.00660.28390.3220
Hunter Lab50.9967-8.9969-1.3068
CIE-Lab58.0433-7.9076-5.0729

#779094 color RGB value is (119,144,148).

#779094 hex color red value is 119, green value is 144 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #779094 hue: 0.52 , saturation: 0.12 and the lightness value of 779094 is 0.52.

The process color (four color CMYK) of #779094 color hex is 0.20, 0.03, 0.00, 0.42. Web safe color of #779094 is #669999. Color #779094 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10010000 10010100
Octal 167 220 224
Decimal 119 144 148
Hex 77 90 94

RGB Percentages of Color #779094

%28.95
%35.04
%36.01

CMYK Percentages of Color #779094

%20
%3
%0
%42

Triadic Colors of #779094

#779094 #947790 #909477

Analogous Colors of #779094

#779094 #778294 #77948a

Monochromatic Colors of #779094

#779094

Complementary Color

#779094 #947b77

#779094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#779094 Color CSS Codes

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

#779094 Text Font Color

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

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


#779094 Background Color

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

This div background color is #779094


#779094 Border Color

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

This div border color is #779094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779094


Comments

No comments written yet.

Please login to write comment.