Color Hex Logo

#778149 Color Hex

#778149
(119,129,73)
0 Favorites   0 Comments

Color spaces of #778149

RGB 11912973
HSL0.200.280.40
HSV71°43°51°
CMYK 0.080.000.43   0.49
XYZ16.660620.10359.3056
Yxy20.10350.36160.4364
Hunter Lab44.8369-12.137219.0806
CIE-Lab51.9540-13.079729.0657

#778149 color RGB value is (119,129,73).

#778149 hex color red value is 119, green value is 129 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #778149 hue: 0.20 , saturation: 0.28 and the lightness value of 778149 is 0.40.

The process color (four color CMYK) of #778149 color hex is 0.08, 0.00, 0.43, 0.49. Web safe color of #778149 is #669933. Color #778149 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000001 01001001
Octal 167 201 111
Decimal 119 129 73
Hex 77 81 49

RGB Percentages of Color #778149

%37.07
%40.19
%22.74

CMYK Percentages of Color #778149

%8
%0
%43
%49

Triadic Colors of #778149

#778149 #497781 #814977

Analogous Colors of #778149

#778149 #5b8149 #816f49

Monochromatic Colors of #778149

#778149

Complementary Color

#778149 #534981

#778149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#778149 Color CSS Codes

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

#778149 Text Font Color

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

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


#778149 Background Color

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

This div background color is #778149


#778149 Border Color

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

This div border color is #778149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778149


Comments

No comments written yet.

Please login to write comment.