Color Hex Logo

#78722e Color Hex

#78722E
(120,114,46)
0 Favorites   0 Comments

Color spaces of #78722e

RGB 12011446
HSL0.150.450.33
HSV55°62°47°
CMYK 0.000.050.62   0.53
XYZ14.256216.22504.9651
Yxy16.22500.40220.4577
Hunter Lab40.2803-7.314820.8879
CIE-Lab47.2683-7.048937.6305

#78722e color RGB value is (120,114,46).

#78722e hex color red value is 120, green value is 114 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #78722e hue: 0.15 , saturation: 0.45 and the lightness value of 78722e is 0.33.

The process color (four color CMYK) of #78722e color hex is 0.00, 0.05, 0.62, 0.53. Web safe color of #78722e is #666633. Color #78722e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110010 00101110
Octal 170 162 56
Decimal 120 114 46
Hex 78 72 2E

RGB Percentages of Color #78722e

%42.86
%40.71
%16.43

CMYK Percentages of Color #78722e

%0
%5
%62
%53

Triadic Colors of #78722e

#78722e #2e7872 #722e78

Analogous Colors of #78722e

#78722e #59782e #784d2e

Monochromatic Colors of #78722e

#78722e

Complementary Color

#78722e #2e3478

#78722e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78722e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78722e Color CSS Codes

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

#78722e Text Font Color

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

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


#78722e Background Color

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

This div background color is #78722e


#78722e Border Color

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

This div border color is #78722e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,114,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 #78722e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78722e


Comments

No comments written yet.

Please login to write comment.