Color Hex Logo

#779097 Color Hex

#779097
(119,144,151)
0 Favorites   0 Comments

Color spaces of #779097

RGB 119144151
HSL0.540.130.53
HSV193°21°59°
CMYK 0.210.050.00   0.41
XYZ23.166926.102833.0955
Yxy26.10280.28130.3169
Hunter Lab51.0909-8.4692-2.6431
CIE-Lab58.1345-7.2156-6.6542

#779097 color RGB value is (119,144,151).

#779097 hex color red value is 119, green value is 144 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #779097 hue: 0.54 , saturation: 0.13 and the lightness value of 779097 is 0.53.

The process color (four color CMYK) of #779097 color hex is 0.21, 0.05, 0.00, 0.41. Web safe color of #779097 is #669999. Color #779097 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10010000 10010111
Octal 167 220 227
Decimal 119 144 151
Hex 77 90 97

RGB Percentages of Color #779097

%28.74
%34.78
%36.47

CMYK Percentages of Color #779097

%21
%5
%0
%41

Triadic Colors of #779097

#779097 #977790 #909777

Analogous Colors of #779097

#779097 #778097 #77978e

Monochromatic Colors of #779097

#779097

Complementary Color

#779097 #977e77

#779097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#779097 Color CSS Codes

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

#779097 Text Font Color

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

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


#779097 Background Color

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

This div background color is #779097


#779097 Border Color

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

This div border color is #779097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779097


Comments

No comments written yet.

Please login to write comment.