Color Hex Logo

#785340 Color Hex

#785340
(120,83,64)
0 Favorites   0 Comments

Color spaces of #785340

RGB 1208364
HSL0.060.300.36
HSV20°47°47°
CMYK 0.000.310.47   0.53
XYZ11.764410.54976.2667
Yxy10.54970.41160.3691
Hunter Lab32.48037.812411.2969
CIE-Lab38.811512.924117.2837

#785340 color RGB value is (120,83,64).

#785340 hex color red value is 120, green value is 83 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #785340 hue: 0.06 , saturation: 0.30 and the lightness value of 785340 is 0.36.

The process color (four color CMYK) of #785340 color hex is 0.00, 0.31, 0.47, 0.53. Web safe color of #785340 is #666633. Color #785340 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010011 01000000
Octal 170 123 100
Decimal 120 83 64
Hex 78 53 40

RGB Percentages of Color #785340

%44.94
%31.09
%23.97

CMYK Percentages of Color #785340

%0
%31
%47
%53

Triadic Colors of #785340

#785340 #407853 #534078

Analogous Colors of #785340

#785340 #786f40 #784049

Monochromatic Colors of #785340

#785340

Complementary Color

#785340 #406578

#785340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#785340 Color CSS Codes

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

#785340 Text Font Color

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

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


#785340 Background Color

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

This div background color is #785340


#785340 Border Color

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

This div border color is #785340


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,83,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #785340; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #785340;
  -webkit-box-shadow: 1px 1px 3px 2px #785340;
  box-shadow:         1px 1px 3px 2px #785340; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785340

#785340 Color Palettes


Comments

No comments written yet.

Please login to write comment.