Color Hex Logo

#786064 Color Hex

#786064
(120,96,100)
0 Favorites   0 Comments

Color spaces of #786064

RGB 12096100
HSL0.970.110.42
HSV350°20°47°
CMYK 0.000.200.17   0.53
XYZ14.228813.278913.8697
Yxy13.27890.34390.3209
Hunter Lab36.44025.92842.9415
CIE-Lab43.180510.40071.4042

#786064 color RGB value is (120,96,100).

#786064 hex color red value is 120, green value is 96 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #786064 hue: 0.97 , saturation: 0.11 and the lightness value of 786064 is 0.42.

The process color (four color CMYK) of #786064 color hex is 0.00, 0.20, 0.17, 0.53. Web safe color of #786064 is #666666. Color #786064 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01100000 01100100
Octal 170 140 144
Decimal 120 96 100
Hex 78 60 64

RGB Percentages of Color #786064

%37.97
%30.38
%31.65

CMYK Percentages of Color #786064

%0
%20
%17
%53

Triadic Colors of #786064

#786064 #647860 #606478

Analogous Colors of #786064

#786064 #786860 #786070

Monochromatic Colors of #786064

#786064

Complementary Color

#786064 #607874

#786064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#786064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#786064 Color CSS Codes

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

#786064 Text Font Color

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

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


#786064 Background Color

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

This div background color is #786064


#786064 Border Color

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

This div border color is #786064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #786064


Comments

No comments written yet.

Please login to write comment.