Color Hex Logo

#779074 Color Hex

#779074
(119,144,116)
0 Favorites   0 Comments

Color spaces of #779074

RGB 119144116
HSL0.320.110.51
HSV114°19°56°
CMYK 0.170.000.19   0.44
XYZ20.733425.129420.2807
Yxy25.12940.31350.3799
Hunter Lab50.1292-13.898711.1036
CIE-Lab57.2013-14.536011.9903

#779074 color RGB value is (119,144,116).

#779074 hex color red value is 119, green value is 144 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #779074 hue: 0.32 , saturation: 0.11 and the lightness value of 779074 is 0.51.

The process color (four color CMYK) of #779074 color hex is 0.17, 0.00, 0.19, 0.44. Web safe color of #779074 is #669966. Color #779074 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10010000 01110100
Octal 167 220 164
Decimal 119 144 116
Hex 77 90 74

RGB Percentages of Color #779074

%31.40
%37.99
%30.61

CMYK Percentages of Color #779074

%17
%0
%19
%44

Triadic Colors of #779074

#779074 #747790 #907477

Analogous Colors of #779074

#779074 #74907f #859074

Monochromatic Colors of #779074

#779074

Complementary Color

#779074 #8d7490

#779074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#779074 Color CSS Codes

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

#779074 Text Font Color

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

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


#779074 Background Color

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

This div background color is #779074


#779074 Border Color

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

This div border color is #779074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779074


Comments

No comments written yet.

Please login to write comment.