Color Hex Logo

#778e50 Color Hex

#778E50
(119,142,80)
0 Favorites   0 Comments

Color spaces of #778e50

RGB 11914280
HSL0.230.280.44
HSV82°44°56°
CMYK 0.160.000.44   0.44
XYZ18.728723.847111.2053
Yxy23.84710.34820.4434
Hunter Lab48.8335-17.000020.5788
CIE-Lab55.9344-19.106630.3007

#778e50 color RGB value is (119,142,80).

#778e50 hex color red value is 119, green value is 142 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #778e50 hue: 0.23 , saturation: 0.28 and the lightness value of 778e50 is 0.44.

The process color (four color CMYK) of #778e50 color hex is 0.16, 0.00, 0.44, 0.44. Web safe color of #778e50 is #669966. Color #778e50 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001110 01010000
Octal 167 216 120
Decimal 119 142 80
Hex 77 8E 50

RGB Percentages of Color #778e50

%34.90
%41.64
%23.46

CMYK Percentages of Color #778e50

%16
%0
%44
%44

Triadic Colors of #778e50

#778e50 #50778e #8e5077

Analogous Colors of #778e50

#778e50 #588e50 #8e8650

Monochromatic Colors of #778e50

#778e50

Complementary Color

#778e50 #67508e

#778e50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778e50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#778e50 Color CSS Codes

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

#778e50 Text Font Color

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

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


#778e50 Background Color

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

This div background color is #778e50


#778e50 Border Color

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

This div border color is #778e50


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,142,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #778e50; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #778e50;
  -webkit-box-shadow: 1px 1px 3px 2px #778e50;
  box-shadow:         1px 1px 3px 2px #778e50; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778e50


Comments

No comments written yet.

Please login to write comment.