Color Hex Logo

#80705c Color Hex

#80705C
(128,112,92)
0 Favorites   0 Comments

Color spaces of #80705c

RGB 12811292
HSL0.090.160.43
HSV33°28°50°
CMYK 0.000.130.28   0.50
XYZ16.628016.950212.5205
Yxy16.95020.36070.3677
Hunter Lab41.17060.044010.7886
CIE-Lab48.19722.930813.4287

#80705c color RGB value is (128,112,92).

#80705c hex color red value is 128, green value is 112 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #80705c hue: 0.09 , saturation: 0.16 and the lightness value of 80705c is 0.43.

The process color (four color CMYK) of #80705c color hex is 0.00, 0.13, 0.28, 0.50. Web safe color of #80705c is #996666. Color #80705c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110000 01011100
Octal 200 160 134
Decimal 128 112 92
Hex 80 70 5C

RGB Percentages of Color #80705c

%38.55
%33.73
%27.71

CMYK Percentages of Color #80705c

%0
%13
%28
%50

Triadic Colors of #80705c

#80705c #5c8070 #705c80

Analogous Colors of #80705c

#80705c #7e805c #805e5c

Monochromatic Colors of #80705c

#80705c

Complementary Color

#80705c #5c6c80

#80705c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80705c Color Preview on White Background

Lorem ipsum dolor sit amet.

#80705c Color CSS Codes

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

#80705c Text Font Color

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

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


#80705c Background Color

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

This div background color is #80705c


#80705c Border Color

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

This div border color is #80705c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,112,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80705c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80705c;
  -webkit-box-shadow: 1px 1px 3px 2px #80705c;
  box-shadow:         1px 1px 3px 2px #80705c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80705c


Comments

No comments written yet.

Please login to write comment.