Color Hex Logo

#78739d Color Hex

#78739D
(120,115,157)
0 Favorites   0 Comments

Color spaces of #78739d

RGB 120115157
HSL0.690.180.53
HSV247°27°62°
CMYK 0.240.270.00   0.38
XYZ19.962318.688934.4535
Yxy18.68890.27310.2556
Hunter Lab43.23076.7710-16.9908
CIE-Lab50.321211.3408-21.9400

#78739d color RGB value is (120,115,157).

#78739d hex color red value is 120, green value is 115 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #78739d hue: 0.69 , saturation: 0.18 and the lightness value of 78739d is 0.53.

The process color (four color CMYK) of #78739d color hex is 0.24, 0.27, 0.00, 0.38. Web safe color of #78739d is #666699. Color #78739d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110011 10011101
Octal 170 163 235
Decimal 120 115 157
Hex 78 73 9D

RGB Percentages of Color #78739d

%30.61
%29.34
%40.05

CMYK Percentages of Color #78739d

%24
%27
%0
%38

Triadic Colors of #78739d

#78739d #9d7873 #739d78

Analogous Colors of #78739d

#78739d #8d739d #73839d

Monochromatic Colors of #78739d

#78739d

Complementary Color

#78739d #989d73

#78739d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78739d Color Preview on White Background

Lorem ipsum dolor sit amet.

#78739d Color CSS Codes

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

#78739d Text Font Color

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

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


#78739d Background Color

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

This div background color is #78739d


#78739d Border Color

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

This div border color is #78739d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78739d


Comments

No comments written yet.

Please login to write comment.