Color Hex Logo

#78686e Color Hex

#78686E
(120,104,110)
0 Favorites   0 Comments

Color spaces of #78686e

RGB 120104110
HSL0.940.070.44
HSV338°13°47°
CMYK 0.000.130.08   0.53
XYZ15.510515.019516.8334
Yxy15.01950.32750.3171
Hunter Lab38.75503.61791.3756
CIE-Lab45.66097.4529-1.0295

#78686e color RGB value is (120,104,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01101000 01101110
Octal 170 150 156
Decimal 120 104 110
Hex 78 68 6E

RGB Percentages of Color #78686e

%35.93
%31.14
%32.93

CMYK Percentages of Color #78686e

%0
%13
%8
%53

Triadic Colors of #78686e

#78686e #6e7868 #686e78

Analogous Colors of #78686e

#78686e #786a68 #786876

Monochromatic Colors of #78686e

#78686e

Complementary Color

#78686e #687872

#78686e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78686e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78686e Color CSS Codes

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

#78686e Text Font Color

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

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


#78686e Background Color

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

This div background color is #78686e


#78686e Border Color

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

This div border color is #78686e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78686e


Comments

No comments written yet.

Please login to write comment.