Color Hex Logo

#785000 Color Hex

#785000
(120,80,0)
0 Favorites   0 Comments

Color spaces of #785000

RGB 120800
HSL0.111.000.24
HSV40°100°47°
CMYK 0.000.331.00   0.53
XYZ10.61449.73041.3187
Yxy9.73040.49000.4492
Hunter Lab31.19366.150319.3290
CIE-Lab37.354210.806346.0604

#785000 color RGB value is (120,80,0).

#785000 hex color red value is 120, green value is 80 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #785000 hue: 0.11 , saturation: 1.00 and the lightness value of 785000 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010000 00000000
Octal 170 120 0
Decimal 120 80 0
Hex 78 50 0

RGB Percentages of Color #785000

%60.00
%40.00
%0.00

CMYK Percentages of Color #785000

%0
%33
%100
%53

Triadic Colors of #785000

#785000 #007850 #500078

Analogous Colors of #785000

#785000 #647800 #781400

Monochromatic Colors of #785000

#785000

Complementary Color

#785000 #002878

#785000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#785000 Color CSS Codes

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

#785000 Text Font Color

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

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


#785000 Background Color

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

This div background color is #785000


#785000 Border Color

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

This div border color is #785000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785000


Comments

No comments written yet.

Please login to write comment.