Color Hex Logo

#78742e Color Hex

#78742E
(120,116,46)
0 Favorites   0 Comments

Color spaces of #78742e

RGB 12011646
HSL0.160.450.33
HSV57°62°47°
CMYK 0.000.030.62   0.53
XYZ14.484316.68115.0411
Yxy16.68110.40000.4607
Hunter Lab40.8425-8.171521.2717
CIE-Lab47.8557-8.171338.2805

#78742e color RGB value is (120,116,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110100 00101110
Octal 170 164 56
Decimal 120 116 46
Hex 78 74 2E

RGB Percentages of Color #78742e

%42.55
%41.13
%16.31

CMYK Percentages of Color #78742e

%0
%3
%62
%53

Triadic Colors of #78742e

#78742e #2e7874 #742e78

Analogous Colors of #78742e

#78742e #57782e #784f2e

Monochromatic Colors of #78742e

#78742e

Complementary Color

#78742e #2e3278

#78742e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78742e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78742e Color CSS Codes

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

#78742e Text Font Color

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

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


#78742e Background Color

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

This div background color is #78742e


#78742e Border Color

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

This div border color is #78742e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78742e


Comments

No comments written yet.

Please login to write comment.