Color Hex Logo

#78719c Color Hex

#78719C
(120,113,156)
0 Favorites   0 Comments

Color spaces of #78719c

RGB 120113156
HSL0.690.180.53
HSV250°28°61°
CMYK 0.230.280.00   0.39
XYZ19.651618.203633.9304
Yxy18.20360.27380.2536
Hunter Lab42.66577.5513-17.2851
CIE-Lab49.742112.2869-22.2452

#78719c color RGB value is (120,113,156).

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

The process color (four color CMYK) of #78719c color hex is 0.23, 0.28, 0.00, 0.39. Web safe color of #78719c is #666699. Color #78719c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110001 10011100
Octal 170 161 234
Decimal 120 113 156
Hex 78 71 9C

RGB Percentages of Color #78719c

%30.85
%29.05
%40.10

CMYK Percentages of Color #78719c

%23
%28
%0
%39

Triadic Colors of #78719c

#78719c #9c7871 #719c78

Analogous Colors of #78719c

#78719c #8e719c #71809c

Monochromatic Colors of #78719c

#78719c

Complementary Color

#78719c #959c71

#78719c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78719c Color Preview on White Background

Lorem ipsum dolor sit amet.

#78719c Color CSS Codes

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

#78719c Text Font Color

<p style="color:#78719c">Text here</p>

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


#78719c Background Color

<div style="background-color:#78719c">
Div content here</div>

This div background color is #78719c


#78719c Border Color

<div style="border:3px solid #78719c">
Div here</div>

This div border color is #78719c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78719c


Comments

No comments written yet.

Please login to write comment.