Color Hex Logo

#78676e Color Hex

#78676E
(120,103,110)
0 Favorites   0 Comments

Color spaces of #78676e

RGB 120103110
HSL0.930.080.44
HSV335°14°47°
CMYK 0.000.140.08   0.53
XYZ15.410414.819416.8001
Yxy14.81940.32770.3151
Hunter Lab38.49604.08771.0723
CIE-Lab45.38588.0494-1.4329

#78676e color RGB value is (120,103,110).

#78676e hex color red value is 120, green value is 103 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #78676e hue: 0.93 , saturation: 0.08 and the lightness value of 78676e is 0.44.

The process color (four color CMYK) of #78676e color hex is 0.00, 0.14, 0.08, 0.53. Web safe color of #78676e is #666666. Color #78676e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01100111 01101110
Octal 170 147 156
Decimal 120 103 110
Hex 78 67 6E

RGB Percentages of Color #78676e

%36.04
%30.93
%33.03

CMYK Percentages of Color #78676e

%0
%14
%8
%53

Triadic Colors of #78676e

#78676e #6e7867 #676e78

Analogous Colors of #78676e

#78676e #786967 #786777

Monochromatic Colors of #78676e

#78676e

Complementary Color

#78676e #677871

#78676e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78676e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78676e Color CSS Codes

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

#78676e Text Font Color

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

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


#78676e Background Color

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

This div background color is #78676e


#78676e Border Color

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

This div border color is #78676e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78676e


Comments

No comments written yet.

Please login to write comment.