Color Hex Logo

#78713e Color Hex

#78713E
(120,113,62)
0 Favorites   0 Comments

Color spaces of #78713e

RGB 12011362
HSL0.150.320.36
HSV53°48°47°
CMYK 0.000.060.48   0.53
XYZ14.520416.15116.9096
Yxy16.15110.38640.4298
Hunter Lab40.1884-5.836317.9382
CIE-Lab47.1721-5.003129.1435

#78713e color RGB value is (120,113,62).

#78713e hex color red value is 120, green value is 113 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #78713e hue: 0.15 , saturation: 0.32 and the lightness value of 78713e is 0.36.

The process color (four color CMYK) of #78713e color hex is 0.00, 0.06, 0.48, 0.53. Web safe color of #78713e is #666633. Color #78713e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110001 00111110
Octal 170 161 76
Decimal 120 113 62
Hex 78 71 3E

RGB Percentages of Color #78713e

%40.68
%38.31
%21.02

CMYK Percentages of Color #78713e

%0
%6
%48
%53

Triadic Colors of #78713e

#78713e #3e7871 #713e78

Analogous Colors of #78713e

#78713e #62783e #78543e

Monochromatic Colors of #78713e

#78713e

Complementary Color

#78713e #3e4578

#78713e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78713e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78713e Color CSS Codes

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

#78713e Text Font Color

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

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


#78713e Background Color

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

This div background color is #78713e


#78713e Border Color

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

This div border color is #78713e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78713e


Comments

No comments written yet.

Please login to write comment.