Color Hex Logo

#787196 Color Hex

#787196
(120,113,150)
0 Favorites   0 Comments

Color spaces of #787196

RGB 120113150
HSL0.700.150.52
HSV251°25°59°
CMYK 0.200.250.00   0.41
XYZ19.155918.005331.3199
Yxy18.00530.27970.2629
Hunter Lab42.43276.3253-14.0596
CIE-Lab49.502510.8125-19.0877

#787196 color RGB value is (120,113,150).

#787196 hex color red value is 120, green value is 113 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #787196 hue: 0.70 , saturation: 0.15 and the lightness value of 787196 is 0.52.

The process color (four color CMYK) of #787196 color hex is 0.20, 0.25, 0.00, 0.41. Web safe color of #787196 is #666699. Color #787196 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110001 10010110
Octal 170 161 226
Decimal 120 113 150
Hex 78 71 96

RGB Percentages of Color #787196

%31.33
%29.50
%39.16

CMYK Percentages of Color #787196

%20
%25
%0
%41

Triadic Colors of #787196

#787196 #967871 #719678

Analogous Colors of #787196

#787196 #8b7196 #717d96

Monochromatic Colors of #787196

#787196

Complementary Color

#787196 #8f9671

#787196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#787196 Color CSS Codes

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

#787196 Text Font Color

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

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


#787196 Background Color

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

This div background color is #787196


#787196 Border Color

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

This div border color is #787196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787196


Comments

No comments written yet.

Please login to write comment.