Color Hex Logo

#785009 Color Hex

#785009
(120,80,9)
0 Favorites   0 Comments

Color spaces of #785009

RGB 120809
HSL0.110.860.25
HSV38°93°47°
CMYK 0.000.330.93   0.53
XYZ10.66379.75011.5784
Yxy9.75010.48490.4433
Hunter Lab31.22526.315518.8606
CIE-Lab37.390111.023443.2861

#785009 color RGB value is (120,80,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010000 00001001
Octal 170 120 11
Decimal 120 80 9
Hex 78 50 9

RGB Percentages of Color #785009

%57.42
%38.28
%4.31

CMYK Percentages of Color #785009

%0
%33
%93
%53

Triadic Colors of #785009

#785009 #097850 #500978

Analogous Colors of #785009

#785009 #697809 #781909

Monochromatic Colors of #785009

#785009

Complementary Color

#785009 #093178

#785009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#785009 Color CSS Codes

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

#785009 Text Font Color

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

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


#785009 Background Color

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

This div background color is #785009


#785009 Border Color

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

This div border color is #785009


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785009


Comments

No comments written yet.

Please login to write comment.