Color Hex Logo

#785540 Color Hex

#785540
(120,85,64)
0 Favorites   0 Comments

Color spaces of #785540

RGB 1208564
HSL0.060.300.36
HSV23°47°47°
CMYK 0.000.290.47   0.53
XYZ11.919610.86026.3185
Yxy10.86020.40960.3732
Hunter Lab32.95486.891711.7006
CIE-Lab39.344011.719617.9897

#785540 color RGB value is (120,85,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010101 01000000
Octal 170 125 100
Decimal 120 85 64
Hex 78 55 40

RGB Percentages of Color #785540

%44.61
%31.60
%23.79

CMYK Percentages of Color #785540

%0
%29
%47
%53

Triadic Colors of #785540

#785540 #407855 #554078

Analogous Colors of #785540

#785540 #787140 #784047

Monochromatic Colors of #785540

#785540

Complementary Color

#785540 #406378

#785540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#785540 Color CSS Codes

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

#785540 Text Font Color

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

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


#785540 Background Color

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

This div background color is #785540


#785540 Border Color

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

This div border color is #785540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785540


Comments

No comments written yet.

Please login to write comment.