Color Hex Logo

#80785e Color Hex

#80785E
(128,120,94)
0 Favorites   0 Comments

Color spaces of #80785e

RGB 12812094
HSL0.130.150.44
HSV46°27°50°
CMYK 0.000.060.27   0.50
XYZ17.638918.830313.2946
Yxy18.83030.35450.3784
Hunter Lab43.3939-3.382012.2110
CIE-Lab50.4881-1.387715.4140

#80785e color RGB value is (128,120,94).

#80785e hex color red value is 128, green value is 120 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #80785e hue: 0.13 , saturation: 0.15 and the lightness value of 80785e is 0.44.

The process color (four color CMYK) of #80785e color hex is 0.00, 0.06, 0.27, 0.50. Web safe color of #80785e is #996666. Color #80785e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111000 01011110
Octal 200 170 136
Decimal 128 120 94
Hex 80 78 5E

RGB Percentages of Color #80785e

%37.43
%35.09
%27.49

CMYK Percentages of Color #80785e

%0
%6
%27
%50

Triadic Colors of #80785e

#80785e #5e8078 #785e80

Analogous Colors of #80785e

#80785e #77805e #80675e

Monochromatic Colors of #80785e

#80785e

Complementary Color

#80785e #5e6680

#80785e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80785e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80785e Color CSS Codes

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

#80785e Text Font Color

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

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


#80785e Background Color

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

This div background color is #80785e


#80785e Border Color

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

This div border color is #80785e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,120,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80785e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80785e;
  -webkit-box-shadow: 1px 1px 3px 2px #80785e;
  box-shadow:         1px 1px 3px 2px #80785e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80785e


Comments

No comments written yet.

Please login to write comment.