Color Hex Logo

#785010 Color Hex

#785010
(120,80,16)
0 Favorites   0 Comments

Color spaces of #785010

RGB 1208016
HSL0.100.760.27
HSV37°87°47°
CMYK 0.000.330.87   0.53
XYZ10.70799.76781.8112
Yxy9.76780.48050.4383
Hunter Lab31.25356.463118.4415
CIE-Lab37.422411.216941.0534

#785010 color RGB value is (120,80,16).

#785010 hex color red value is 120, green value is 80 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #785010 hue: 0.10 , saturation: 0.76 and the lightness value of 785010 is 0.27.

The process color (four color CMYK) of #785010 color hex is 0.00, 0.33, 0.87, 0.53. Web safe color of #785010 is #666600. Color #785010 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010000 00010000
Octal 170 120 20
Decimal 120 80 16
Hex 78 50 10

RGB Percentages of Color #785010

%55.56
%37.04
%7.41

CMYK Percentages of Color #785010

%0
%33
%87
%53

Triadic Colors of #785010

#785010 #107850 #501078

Analogous Colors of #785010

#785010 #6c7810 #781c10

Monochromatic Colors of #785010

#785010

Complementary Color

#785010 #103878

#785010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#785010 Color CSS Codes

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

#785010 Text Font Color

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

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


#785010 Background Color

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

This div background color is #785010


#785010 Border Color

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

This div border color is #785010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785010


Comments

No comments written yet.

Please login to write comment.