Color Hex Logo

#786740 Color Hex

#786740
(120,103,64)
0 Favorites   0 Comments

Color spaces of #786740

RGB 12010364
HSL0.120.300.36
HSV42°47°47°
CMYK 0.000.140.47   0.53
XYZ13.521414.06376.8524
Yxy14.06370.39260.4084
Hunter Lab37.5016-1.268715.4175
CIE-Lab44.32410.996524.4540

#786740 color RGB value is (120,103,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01100111 01000000
Octal 170 147 100
Decimal 120 103 64
Hex 78 67 40

RGB Percentages of Color #786740

%41.81
%35.89
%22.30

CMYK Percentages of Color #786740

%0
%14
%47
%53

Triadic Colors of #786740

#786740 #407867 #674078

Analogous Colors of #786740

#786740 #6d7840 #784b40

Monochromatic Colors of #786740

#786740

Complementary Color

#786740 #405178

#786740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#786740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#786740 Color CSS Codes

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

#786740 Text Font Color

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

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


#786740 Background Color

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

This div background color is #786740


#786740 Border Color

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

This div border color is #786740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #786740


Comments

No comments written yet.

Please login to write comment.