Color Hex Logo

#787192 Color Hex

#787192
(120,113,146)
0 Favorites   0 Comments

Color spaces of #787192

RGB 120113146
HSL0.700.130.51
HSV253°23°57°
CMYK 0.180.230.00   0.43
XYZ18.839217.878629.6521
Yxy17.87860.28390.2694
Hunter Lab42.28315.5351-11.9805
CIE-Lab49.34859.8518-16.9670

#787192 color RGB value is (120,113,146).

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

The process color (four color CMYK) of #787192 color hex is 0.18, 0.23, 0.00, 0.43. Web safe color of #787192 is #666699. Color #787192 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110001 10010010
Octal 170 161 222
Decimal 120 113 146
Hex 78 71 92

RGB Percentages of Color #787192

%31.66
%29.82
%38.52

CMYK Percentages of Color #787192

%18
%23
%0
%43

Triadic Colors of #787192

#787192 #927871 #719278

Analogous Colors of #787192

#787192 #897192 #717b92

Monochromatic Colors of #787192

#787192

Complementary Color

#787192 #8b9271

#787192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#787192 Color CSS Codes

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

#787192 Text Font Color

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

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


#787192 Background Color

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

This div background color is #787192


#787192 Border Color

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

This div border color is #787192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787192


Comments

No comments written yet.

Please login to write comment.