Color Hex Logo

#785a48 Color Hex

#785A48
(120,90,72)
0 Favorites   0 Comments

Color spaces of #785a48

RGB 1209072
HSL0.060.250.38
HSV23°40°47°
CMYK 0.000.250.40   0.53
XYZ12.571611.77337.7408
Yxy11.77330.39180.3669
Hunter Lab34.31225.353910.6428
CIE-Lab40.85359.695515.1709

#785a48 color RGB value is (120,90,72).

#785a48 hex color red value is 120, green value is 90 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #785a48 hue: 0.06 , saturation: 0.25 and the lightness value of 785a48 is 0.38.

The process color (four color CMYK) of #785a48 color hex is 0.00, 0.25, 0.40, 0.53. Web safe color of #785a48 is #666633. Color #785a48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011010 01001000
Octal 170 132 110
Decimal 120 90 72
Hex 78 5A 48

RGB Percentages of Color #785a48

%42.55
%31.91
%25.53

CMYK Percentages of Color #785a48

%0
%25
%40
%53

Triadic Colors of #785a48

#785a48 #48785a #5a4878

Analogous Colors of #785a48

#785a48 #787248 #78484e

Monochromatic Colors of #785a48

#785a48

Complementary Color

#785a48 #486678

#785a48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785a48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#785a48 Color CSS Codes

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

#785a48 Text Font Color

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

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


#785a48 Background Color

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

This div background color is #785a48


#785a48 Border Color

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

This div border color is #785a48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785a48


Comments

No comments written yet.

Please login to write comment.