Color Hex Logo

#78882e Color Hex

#78882E
(120,136,46)
0 Favorites   0 Comments

Color spaces of #78882e

RGB 12013646
HSL0.200.490.36
HSV71°66°53°
CMYK 0.120.000.66   0.47
XYZ17.043021.79865.8941
Yxy21.79860.38100.4873
Hunter Lab46.6890-16.547425.1974
CIE-Lab53.8127-18.966344.7097

#78882e color RGB value is (120,136,46).

#78882e hex color red value is 120, green value is 136 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #78882e hue: 0.20 , saturation: 0.49 and the lightness value of 78882e is 0.36.

The process color (four color CMYK) of #78882e color hex is 0.12, 0.00, 0.66, 0.47. Web safe color of #78882e is #669933. Color #78882e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001000 00101110
Octal 170 210 56
Decimal 120 136 46
Hex 78 88 2E

RGB Percentages of Color #78882e

%39.74
%45.03
%15.23

CMYK Percentages of Color #78882e

%12
%0
%66
%47

Triadic Colors of #78882e

#78882e #2e7888 #882e78

Analogous Colors of #78882e

#78882e #4b882e #886b2e

Monochromatic Colors of #78882e

#78882e

Complementary Color

#78882e #3e2e88

#78882e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78882e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78882e Color CSS Codes

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

#78882e Text Font Color

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

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


#78882e Background Color

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

This div background color is #78882e


#78882e Border Color

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

This div border color is #78882e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,136,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78882e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78882e;
  -webkit-box-shadow: 1px 1px 3px 2px #78882e;
  box-shadow:         1px 1px 3px 2px #78882e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78882e


Comments

No comments written yet.

Please login to write comment.