Color Hex Logo

#785770 Color Hex

#785770
(120,87,112)
0 Favorites   0 Comments

Color spaces of #785770

RGB 12087112
HSL0.870.160.41
HSV315°28°47°
CMYK 0.000.280.07   0.53
XYZ14.078611.979316.8995
Yxy11.97930.32770.2789
Hunter Lab34.611112.0381-4.7216
CIE-Lab41.183218.0723-8.8900

#785770 color RGB value is (120,87,112).

#785770 hex color red value is 120, green value is 87 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #785770 hue: 0.87 , saturation: 0.16 and the lightness value of 785770 is 0.41.

The process color (four color CMYK) of #785770 color hex is 0.00, 0.28, 0.07, 0.53. Web safe color of #785770 is #666666. Color #785770 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010111 01110000
Octal 170 127 160
Decimal 120 87 112
Hex 78 57 70

RGB Percentages of Color #785770

%37.62
%27.27
%35.11

CMYK Percentages of Color #785770

%0
%28
%7
%53

Triadic Colors of #785770

#785770 #707857 #577078

Analogous Colors of #785770

#785770 #785760 #705778

Monochromatic Colors of #785770

#785770

Complementary Color

#785770 #57785f

#785770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#785770 Color CSS Codes

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

#785770 Text Font Color

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

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


#785770 Background Color

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

This div background color is #785770


#785770 Border Color

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

This div border color is #785770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785770


Comments

No comments written yet.

Please login to write comment.