Color Hex Logo

#785427 Color Hex

#785427
(120,84,39)
0 Favorites   0 Comments

Color spaces of #785427

RGB 1208439
HSL0.090.510.31
HSV33°68°47°
CMYK 0.000.300.68   0.53
XYZ11.282310.48023.3477
Yxy10.48020.44930.4174
Hunter Lab32.37315.555716.5300
CIE-Lab38.69089.992731.6391

#785427 color RGB value is (120,84,39).

#785427 hex color red value is 120, green value is 84 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #785427 hue: 0.09 , saturation: 0.51 and the lightness value of 785427 is 0.31.

The process color (four color CMYK) of #785427 color hex is 0.00, 0.30, 0.68, 0.53. Web safe color of #785427 is #666633. Color #785427 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010100 00100111
Octal 170 124 47
Decimal 120 84 39
Hex 78 54 27

RGB Percentages of Color #785427

%49.38
%34.57
%16.05

CMYK Percentages of Color #785427

%0
%30
%68
%53

Triadic Colors of #785427

#785427 #277854 #542778

Analogous Colors of #785427

#785427 #747827 #782c27

Monochromatic Colors of #785427

#785427

Complementary Color

#785427 #274b78

#785427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#785427 Color CSS Codes

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

#785427 Text Font Color

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

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


#785427 Background Color

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

This div background color is #785427


#785427 Border Color

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

This div border color is #785427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785427


Comments

No comments written yet.

Please login to write comment.