Color Hex Logo

#78739a Color Hex

#78739A
(120,115,154)
0 Favorites   0 Comments

Color spaces of #78739a

RGB 120115154
HSL0.690.160.53
HSV248°25°60°
CMYK 0.220.250.00   0.40
XYZ19.709218.587633.1208
Yxy18.58760.27600.2603
Hunter Lab43.11336.1527-15.3688
CIE-Lab50.201210.5968-20.3666

#78739a color RGB value is (120,115,154).

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

The process color (four color CMYK) of #78739a color hex is 0.22, 0.25, 0.00, 0.40. Web safe color of #78739a is #666699. Color #78739a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110011 10011010
Octal 170 163 232
Decimal 120 115 154
Hex 78 73 9A

RGB Percentages of Color #78739a

%30.85
%29.56
%39.59

CMYK Percentages of Color #78739a

%22
%25
%0
%40

Triadic Colors of #78739a

#78739a #9a7873 #739a78

Analogous Colors of #78739a

#78739a #8c739a #73829a

Monochromatic Colors of #78739a

#78739a

Complementary Color

#78739a #959a73

#78739a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78739a Color Preview on White Background

Lorem ipsum dolor sit amet.

#78739a Color CSS Codes

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

#78739a Text Font Color

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

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


#78739a Background Color

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

This div background color is #78739a


#78739a Border Color

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

This div border color is #78739a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78739a


Comments

No comments written yet.

Please login to write comment.