Color Hex Logo

#80725b Color Hex

#80725B
(128,114,91)
0 Favorites   0 Comments

Color spaces of #80725b

RGB 12811491
HSL0.100.170.43
HSV37°29°50°
CMYK 0.000.110.29   0.50
XYZ16.807717.379212.3662
Yxy17.37920.36100.3733
Hunter Lab41.6884-0.987911.5944
CIE-Lab48.73431.619514.7559

#80725b color RGB value is (128,114,91).

#80725b hex color red value is 128, green value is 114 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #80725b hue: 0.10 , saturation: 0.17 and the lightness value of 80725b is 0.43.

The process color (four color CMYK) of #80725b color hex is 0.00, 0.11, 0.29, 0.50. Web safe color of #80725b is #996666. Color #80725b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110010 01011011
Octal 200 162 133
Decimal 128 114 91
Hex 80 72 5B

RGB Percentages of Color #80725b

%38.44
%34.23
%27.33

CMYK Percentages of Color #80725b

%0
%11
%29
%50

Triadic Colors of #80725b

#80725b #5b8072 #725b80

Analogous Colors of #80725b

#80725b #7c805b #80605b

Monochromatic Colors of #80725b

#80725b

Complementary Color

#80725b #5b6980

#80725b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80725b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80725b Color CSS Codes

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

#80725b Text Font Color

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

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


#80725b Background Color

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

This div background color is #80725b


#80725b Border Color

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

This div border color is #80725b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,114,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80725b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80725b;
  -webkit-box-shadow: 1px 1px 3px 2px #80725b;
  box-shadow:         1px 1px 3px 2px #80725b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80725b


Comments

No comments written yet.

Please login to write comment.