Color Hex Logo

#785a72 Color Hex

#785A72
(120,90,114)
0 Favorites   0 Comments

Color spaces of #785a72

RGB 12090114
HSL0.870.140.41
HSV312°25°47°
CMYK 0.000.250.05   0.53
XYZ14.439212.520317.5752
Yxy12.52030.32420.2811
Hunter Lab35.384010.9186-4.6804
CIE-Lab42.031416.6560-8.8414

#785a72 color RGB value is (120,90,114).

#785a72 hex color red value is 120, green value is 90 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #785a72 hue: 0.87 , saturation: 0.14 and the lightness value of 785a72 is 0.41.

The process color (four color CMYK) of #785a72 color hex is 0.00, 0.25, 0.05, 0.53. Web safe color of #785a72 is #666666. Color #785a72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011010 01110010
Octal 170 132 162
Decimal 120 90 114
Hex 78 5A 72

RGB Percentages of Color #785a72

%37.04
%27.78
%35.19

CMYK Percentages of Color #785a72

%0
%25
%5
%53

Triadic Colors of #785a72

#785a72 #72785a #5a7278

Analogous Colors of #785a72

#785a72 #785a63 #6f5a78

Monochromatic Colors of #785a72

#785a72

Complementary Color

#785a72 #5a7860

#785a72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785a72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#785a72 Color CSS Codes

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

#785a72 Text Font Color

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

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


#785a72 Background Color

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

This div background color is #785a72


#785a72 Border Color

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

This div border color is #785a72


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,90,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #785a72; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #785a72;
  -webkit-box-shadow: 1px 1px 3px 2px #785a72;
  box-shadow:         1px 1px 3px 2px #785a72; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785a72


Comments

No comments written yet.

Please login to write comment.