Color Hex Logo

#788042 Color Hex

#788042
(120,128,66)
0 Favorites   0 Comments

Color spaces of #788042

RGB 12012866
HSL0.190.320.38
HSV68°48°50°
CMYK 0.060.000.48   0.50
XYZ16.448319.82488.1139
Yxy19.82480.37060.4466
Hunter Lab44.5250-11.977920.3630
CIE-Lab51.6385-12.913532.4554

#788042 color RGB value is (120,128,66).

#788042 hex color red value is 120, green value is 128 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #788042 hue: 0.19 , saturation: 0.32 and the lightness value of 788042 is 0.38.

The process color (four color CMYK) of #788042 color hex is 0.06, 0.00, 0.48, 0.50. Web safe color of #788042 is #669933. Color #788042 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000000 01000010
Octal 170 200 102
Decimal 120 128 66
Hex 78 80 42

RGB Percentages of Color #788042

%38.22
%40.76
%21.02

CMYK Percentages of Color #788042

%6
%0
%48
%50

Triadic Colors of #788042

#788042 #427880 #804278

Analogous Colors of #788042

#788042 #598042 #806942

Monochromatic Colors of #788042

#788042

Complementary Color

#788042 #4a4280

#788042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#788042 Color CSS Codes

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

#788042 Text Font Color

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

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


#788042 Background Color

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

This div background color is #788042


#788042 Border Color

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

This div border color is #788042


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,128,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #788042; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #788042;
  -webkit-box-shadow: 1px 1px 3px 2px #788042;
  box-shadow:         1px 1px 3px 2px #788042; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,128,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788042


Comments

No comments written yet.

Please login to write comment.