Color Hex Logo

#78646e Color Hex

#78646E
(120,100,110)
0 Favorites   0 Comments

Color spaces of #78646e

RGB 120100110
HSL0.920.090.43
HSV330°17°47°
CMYK 0.000.170.08   0.53
XYZ15.117414.233216.7024
Yxy14.23320.32830.3091
Hunter Lab37.72695.50390.1601
CIE-Lab44.56559.8462-2.6389

#78646e color RGB value is (120,100,110).

#78646e hex color red value is 120, green value is 100 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #78646e hue: 0.92 , saturation: 0.09 and the lightness value of 78646e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01100100 01101110
Octal 170 144 156
Decimal 120 100 110
Hex 78 64 6E

RGB Percentages of Color #78646e

%36.36
%30.30
%33.33

CMYK Percentages of Color #78646e

%0
%17
%8
%53

Triadic Colors of #78646e

#78646e #6e7864 #646e78

Analogous Colors of #78646e

#78646e #786464 #786478

Monochromatic Colors of #78646e

#78646e

Complementary Color

#78646e #64786e

#78646e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78646e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78646e Color CSS Codes

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

#78646e Text Font Color

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

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


#78646e Background Color

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

This div background color is #78646e


#78646e Border Color

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

This div border color is #78646e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78646e


Comments

No comments written yet.

Please login to write comment.