Color Hex Logo

#787092 Color Hex

#787092
(120,112,146)
0 Favorites   0 Comments

Color spaces of #787092

RGB 120112146
HSL0.710.130.51
HSV254°23°57°
CMYK 0.180.230.00   0.43
XYZ18.728217.656729.6151
Yxy17.65670.28380.2675
Hunter Lab42.01996.0224-12.3730
CIE-Lab49.077010.4483-17.3811

#787092 color RGB value is (120,112,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110000 10010010
Octal 170 160 222
Decimal 120 112 146
Hex 78 70 92

RGB Percentages of Color #787092

%31.75
%29.63
%38.62

CMYK Percentages of Color #787092

%18
%23
%0
%43

Triadic Colors of #787092

#787092 #927870 #709278

Analogous Colors of #787092

#787092 #897092 #707992

Monochromatic Colors of #787092

#787092

Complementary Color

#787092 #8a9270

#787092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#787092 Color CSS Codes

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

#787092 Text Font Color

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

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


#787092 Background Color

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

This div background color is #787092


#787092 Border Color

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

This div border color is #787092


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,112,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 #787092">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787092


Comments

No comments written yet.

Please login to write comment.