Color Hex Logo

#785356 Color Hex

#785356
(120,83,86)
0 Favorites   0 Comments

Color spaces of #785356

RGB 1208386
HSL0.990.180.40
HSV355°31°47°
CMYK 0.000.310.28   0.53
XYZ12.518710.851510.2388
Yxy10.85150.37250.3229
Hunter Lab32.941610.18704.6308
CIE-Lab39.329215.90804.4472

#785356 color RGB value is (120,83,86).

#785356 hex color red value is 120, green value is 83 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #785356 hue: 0.99 , saturation: 0.18 and the lightness value of 785356 is 0.40.

The process color (four color CMYK) of #785356 color hex is 0.00, 0.31, 0.28, 0.53. Web safe color of #785356 is #666666. Color #785356 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010011 01010110
Octal 170 123 126
Decimal 120 83 86
Hex 78 53 56

RGB Percentages of Color #785356

%41.52
%28.72
%29.76

CMYK Percentages of Color #785356

%0
%31
%28
%53

Triadic Colors of #785356

#785356 #567853 #535678

Analogous Colors of #785356

#785356 #786353 #785369

Monochromatic Colors of #785356

#785356

Complementary Color

#785356 #537875

#785356 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785356 Color Preview on White Background

Lorem ipsum dolor sit amet.

#785356 Color CSS Codes

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

#785356 Text Font Color

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

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


#785356 Background Color

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

This div background color is #785356


#785356 Border Color

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

This div border color is #785356


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785356


Comments

No comments written yet.

Please login to write comment.