Color Hex Logo

#78718d Color Hex

#78718D
(120,113,141)
0 Favorites   0 Comments

Color spaces of #78718d

RGB 120113141
HSL0.710.110.50
HSV255°20°55°
CMYK 0.150.200.00   0.45
XYZ18.458617.726427.6480
Yxy17.72640.28920.2777
Hunter Lab42.10274.5779-9.4626
CIE-Lab49.16268.6768-14.2986

#78718d color RGB value is (120,113,141).

#78718d hex color red value is 120, green value is 113 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #78718d hue: 0.71 , saturation: 0.11 and the lightness value of 78718d is 0.50.

The process color (four color CMYK) of #78718d color hex is 0.15, 0.20, 0.00, 0.45. Web safe color of #78718d is #666699. Color #78718d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110001 10001101
Octal 170 161 215
Decimal 120 113 141
Hex 78 71 8D

RGB Percentages of Color #78718d

%32.09
%30.21
%37.70

CMYK Percentages of Color #78718d

%15
%20
%0
%45

Triadic Colors of #78718d

#78718d #8d7871 #718d78

Analogous Colors of #78718d

#78718d #86718d #71788d

Monochromatic Colors of #78718d

#78718d

Complementary Color

#78718d #868d71

#78718d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78718d Color Preview on White Background

Lorem ipsum dolor sit amet.

#78718d Color CSS Codes

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

#78718d Text Font Color

<p style="color:#78718d">Text here</p>

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


#78718d Background Color

<div style="background-color:#78718d">
Div content here</div>

This div background color is #78718d


#78718d Border Color

<div style="border:3px solid #78718d">
Div here</div>

This div border color is #78718d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,113,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78718d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78718d;
  -webkit-box-shadow: 1px 1px 3px 2px #78718d;
  box-shadow:         1px 1px 3px 2px #78718d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78718d


Comments

No comments written yet.

Please login to write comment.