Color Hex Logo

#80736e Color Hex

#80736E
(128,115,110)
0 Favorites   0 Comments

Color spaces of #80736e

RGB 128115110
HSL0.050.080.47
HSV17°14°50°
CMYK 0.000.100.14   0.50
XYZ17.847317.976517.2810
Yxy17.97650.33610.3385
Hunter Lab42.39870.94005.5135
CIE-Lab49.46764.12974.5907

#80736e color RGB value is (128,115,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110011 01101110
Octal 200 163 156
Decimal 128 115 110
Hex 80 73 6E

RGB Percentages of Color #80736e

%36.26
%32.58
%31.16

CMYK Percentages of Color #80736e

%0
%10
%14
%50

Triadic Colors of #80736e

#80736e #6e8073 #736e80

Analogous Colors of #80736e

#80736e #807c6e #806e72

Monochromatic Colors of #80736e

#80736e

Complementary Color

#80736e #6e7b80

#80736e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80736e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80736e Color CSS Codes

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

#80736e Text Font Color

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

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


#80736e Background Color

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

This div background color is #80736e


#80736e Border Color

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

This div border color is #80736e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,115,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 #80736e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80736e


Comments

No comments written yet.

Please login to write comment.