Color Hex Logo

#78723a Color Hex

#78723A
(120,114,58)
0 Favorites   0 Comments

Color spaces of #78723a

RGB 12011458
HSL0.150.350.35
HSV54°52°47°
CMYK 0.000.050.52   0.53
XYZ14.526816.33326.3900
Yxy16.33320.39000.4385
Hunter Lab40.4144-6.563918.9156
CIE-Lab47.4086-5.983431.6033

#78723a color RGB value is (120,114,58).

#78723a hex color red value is 120, green value is 114 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #78723a hue: 0.15 , saturation: 0.35 and the lightness value of 78723a is 0.35.

The process color (four color CMYK) of #78723a color hex is 0.00, 0.05, 0.52, 0.53. Web safe color of #78723a is #666633. Color #78723a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110010 00111010
Octal 170 162 72
Decimal 120 114 58
Hex 78 72 3A

RGB Percentages of Color #78723a

%41.10
%39.04
%19.86

CMYK Percentages of Color #78723a

%0
%5
%52
%53

Triadic Colors of #78723a

#78723a #3a7872 #723a78

Analogous Colors of #78723a

#78723a #5f783a #78533a

Monochromatic Colors of #78723a

#78723a

Complementary Color

#78723a #3a4078

#78723a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78723a Color Preview on White Background

Lorem ipsum dolor sit amet.

#78723a Color CSS Codes

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

#78723a Text Font Color

<p style="color:#78723a">Text here</p>

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


#78723a Background Color

<div style="background-color:#78723a">
Div content here</div>

This div background color is #78723a


#78723a Border Color

<div style="border:3px solid #78723a">
Div here</div>

This div border color is #78723a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78723a


Comments

No comments written yet.

Please login to write comment.