Color Hex Logo

#78724e Color Hex

#78724E
(120,114,78)
0 Favorites   0 Comments

Color spaces of #78724e

RGB 12011478
HSL0.140.210.39
HSV51°35°47°
CMYK 0.000.050.35   0.53
XYZ15.138216.57789.6097
Yxy16.57780.36630.4011
Hunter Lab40.7158-4.886214.5075
CIE-Lab47.7236-3.642020.8225

#78724e color RGB value is (120,114,78).

#78724e hex color red value is 120, green value is 114 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #78724e hue: 0.14 , saturation: 0.21 and the lightness value of 78724e is 0.39.

The process color (four color CMYK) of #78724e color hex is 0.00, 0.05, 0.35, 0.53. Web safe color of #78724e is #666666. Color #78724e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110010 01001110
Octal 170 162 116
Decimal 120 114 78
Hex 78 72 4E

RGB Percentages of Color #78724e

%38.46
%36.54
%25.00

CMYK Percentages of Color #78724e

%0
%5
%35
%53

Triadic Colors of #78724e

#78724e #4e7872 #724e78

Analogous Colors of #78724e

#78724e #69784e #785d4e

Monochromatic Colors of #78724e

#78724e

Complementary Color

#78724e #4e5478

#78724e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78724e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78724e Color CSS Codes

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

#78724e Text Font Color

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

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


#78724e Background Color

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

This div background color is #78724e


#78724e Border Color

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

This div border color is #78724e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78724e


Comments

No comments written yet.

Please login to write comment.