Color Hex Logo

#779e84 Color Hex

#779E84
(119,158,132)
0 Favorites   0 Comments

Color spaces of #779e84

RGB 119158132
HSL0.390.170.54
HSV140°25°62°
CMYK 0.250.000.16   0.38
XYZ23.999530.041626.3635
Yxy30.04160.29850.3736
Hunter Lab54.8102-17.75899.8489
CIE-Lab61.6901-18.84389.2931

#779e84 color RGB value is (119,158,132).

#779e84 hex color red value is 119, green value is 158 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #779e84 hue: 0.39 , saturation: 0.17 and the lightness value of 779e84 is 0.54.

The process color (four color CMYK) of #779e84 color hex is 0.25, 0.00, 0.16, 0.38. Web safe color of #779e84 is #669999. Color #779e84 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011110 10000100
Octal 167 236 204
Decimal 119 158 132
Hex 77 9E 84

RGB Percentages of Color #779e84

%29.10
%38.63
%32.27

CMYK Percentages of Color #779e84

%25
%0
%16
%38

Triadic Colors of #779e84

#779e84 #84779e #9e8477

Analogous Colors of #779e84

#779e84 #779e98 #7e9e77

Monochromatic Colors of #779e84

#779e84

Complementary Color

#779e84 #9e7791

#779e84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779e84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#779e84 Color CSS Codes

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

#779e84 Text Font Color

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

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


#779e84 Background Color

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

This div background color is #779e84


#779e84 Border Color

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

This div border color is #779e84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779e84


Comments

No comments written yet.

Please login to write comment.