Color Hex Logo

#80716e Color Hex

#80716E
(128,113,110)
0 Favorites   0 Comments

Color spaces of #80716e

RGB 128113110
HSL0.030.080.47
HSV10°14°50°
CMYK 0.000.120.14   0.50
XYZ17.621717.525217.2058
Yxy17.52520.33660.3348
Hunter Lab41.86311.87674.9359
CIE-Lab48.91515.29973.7954

#80716e color RGB value is (128,113,110).

#80716e hex color red value is 128, green value is 113 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #80716e hue: 0.03 , saturation: 0.08 and the lightness value of 80716e is 0.47.

The process color (four color CMYK) of #80716e color hex is 0.00, 0.12, 0.14, 0.50. Web safe color of #80716e is #996666. Color #80716e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110001 01101110
Octal 200 161 156
Decimal 128 113 110
Hex 80 71 6E

RGB Percentages of Color #80716e

%36.47
%32.19
%31.34

CMYK Percentages of Color #80716e

%0
%12
%14
%50

Triadic Colors of #80716e

#80716e #6e8071 #716e80

Analogous Colors of #80716e

#80716e #807a6e #806e74

Monochromatic Colors of #80716e

#80716e

Complementary Color

#80716e #6e7d80

#80716e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80716e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80716e Color CSS Codes

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

#80716e Text Font Color

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

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


#80716e Background Color

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

This div background color is #80716e


#80716e Border Color

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

This div border color is #80716e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80716e


Comments

No comments written yet.

Please login to write comment.