Color Hex Logo

#78708e Color Hex

#78708E
(120,112,142)
0 Favorites   0 Comments

Color spaces of #78708e

RGB 120112142
HSL0.710.120.50
HSV256°21°56°
CMYK 0.150.210.00   0.44
XYZ18.422417.534428.0047
Yxy17.53440.28800.2741
Hunter Lab41.87415.2509-10.3403
CIE-Lab48.92649.5051-15.2480

#78708e color RGB value is (120,112,142).

#78708e hex color red value is 120, green value is 112 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #78708e hue: 0.71 , saturation: 0.12 and the lightness value of 78708e is 0.50.

The process color (four color CMYK) of #78708e color hex is 0.15, 0.21, 0.00, 0.44. Web safe color of #78708e is #666699. Color #78708e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110000 10001110
Octal 170 160 216
Decimal 120 112 142
Hex 78 70 8E

RGB Percentages of Color #78708e

%32.09
%29.95
%37.97

CMYK Percentages of Color #78708e

%15
%21
%0
%44

Triadic Colors of #78708e

#78708e #8e7870 #708e78

Analogous Colors of #78708e

#78708e #87708e #70778e

Monochromatic Colors of #78708e

#78708e

Complementary Color

#78708e #868e70

#78708e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78708e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78708e Color CSS Codes

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

#78708e Text Font Color

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

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


#78708e Background Color

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

This div background color is #78708e


#78708e Border Color

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

This div border color is #78708e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78708e


Comments

No comments written yet.

Please login to write comment.