Color Hex Logo

#78723b Color Hex

#78723B
(120,114,59)
0 Favorites   0 Comments

Color spaces of #78723b

RGB 12011459
HSL0.150.340.35
HSV54°51°47°
CMYK 0.000.050.51   0.53
XYZ14.552516.34356.5253
Yxy16.34350.38890.4367
Hunter Lab40.4271-6.493018.7290
CIE-Lab47.4220-5.883331.0816

#78723b color RGB value is (120,114,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110010 00111011
Octal 170 162 73
Decimal 120 114 59
Hex 78 72 3B

RGB Percentages of Color #78723b

%40.96
%38.91
%20.14

CMYK Percentages of Color #78723b

%0
%5
%51
%53

Triadic Colors of #78723b

#78723b #3b7872 #723b78

Analogous Colors of #78723b

#78723b #60783b #78543b

Monochromatic Colors of #78723b

#78723b

Complementary Color

#78723b #3b4178

#78723b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78723b Color Preview on White Background

Lorem ipsum dolor sit amet.

#78723b Color CSS Codes

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

#78723b Text Font Color

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

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


#78723b Background Color

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

This div background color is #78723b


#78723b Border Color

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

This div border color is #78723b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78723b


Comments

No comments written yet.

Please login to write comment.