Color Hex Logo

#784400 Color Hex

#784400
(120,68,0)
0 Favorites   0 Comments

Color spaces of #784400

RGB 120680
HSL0.091.000.24
HSV34°100°47°
CMYK 0.000.431.00   0.53
XYZ9.81298.12731.0515
Yxy8.12730.51670.4279
Hunter Lab28.508411.551917.7691
CIE-Lab34.246617.981144.0416

#784400 color RGB value is (120,68,0).

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

The process color (four color CMYK) of #784400 color hex is 0.00, 0.43, 1.00, 0.53. Web safe color of #784400 is #663300. Color #784400 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000100 00000000
Octal 170 104 0
Decimal 120 68 0
Hex 78 44 0

RGB Percentages of Color #784400

%63.83
%36.17
%0.00

CMYK Percentages of Color #784400

%0
%43
%100
%53

Triadic Colors of #784400

#784400 #007844 #440078

Analogous Colors of #784400

#784400 #707800 #780800

Monochromatic Colors of #784400

#784400

Complementary Color

#784400 #003478

#784400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#784400 Color CSS Codes

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

#784400 Text Font Color

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

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


#784400 Background Color

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

This div background color is #784400


#784400 Border Color

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

This div border color is #784400


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,68,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 #784400">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784400


Comments

No comments written yet.

Please login to write comment.