Color Hex Logo

#78685e Color Hex

#78685E
(120,104,94)
0 Favorites   0 Comments

Color spaces of #78685e

RGB 12010494
HSL0.060.120.42
HSV23°22°47°
CMYK 0.000.130.22   0.53
XYZ14.716414.701912.6518
Yxy14.70190.34980.3495
Hunter Lab38.34311.40957.2766
CIE-Lab45.22324.59477.9622

#78685e color RGB value is (120,104,94).

#78685e hex color red value is 120, green value is 104 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #78685e hue: 0.06 , saturation: 0.12 and the lightness value of 78685e is 0.42.

The process color (four color CMYK) of #78685e color hex is 0.00, 0.13, 0.22, 0.53. Web safe color of #78685e is #666666. Color #78685e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01101000 01011110
Octal 170 150 136
Decimal 120 104 94
Hex 78 68 5E

RGB Percentages of Color #78685e

%37.74
%32.70
%29.56

CMYK Percentages of Color #78685e

%0
%13
%22
%53

Triadic Colors of #78685e

#78685e #5e7868 #685e78

Analogous Colors of #78685e

#78685e #78755e #785e61

Monochromatic Colors of #78685e

#78685e

Complementary Color

#78685e #5e6e78

#78685e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78685e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78685e Color CSS Codes

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

#78685e Text Font Color

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

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


#78685e Background Color

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

This div background color is #78685e


#78685e Border Color

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

This div border color is #78685e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,104,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78685e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78685e;
  -webkit-box-shadow: 1px 1px 3px 2px #78685e;
  box-shadow:         1px 1px 3px 2px #78685e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78685e


Comments

No comments written yet.

Please login to write comment.