Color Hex Logo

#80752a Color Hex

#80752A
(128,117,42)
0 Favorites   0 Comments

Color spaces of #80752a

RGB 12811742
HSL0.150.510.33
HSV52°67°50°
CMYK 0.000.090.67   0.50
XYZ15.681317.47894.7378
Yxy17.47890.41380.4612
Hunter Lab41.8078-6.211722.5465
CIE-Lab48.8579-5.327941.4785

#80752a color RGB value is (128,117,42).

#80752a hex color red value is 128, green value is 117 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #80752a hue: 0.15 , saturation: 0.51 and the lightness value of 80752a is 0.33.

The process color (four color CMYK) of #80752a color hex is 0.00, 0.09, 0.67, 0.50. Web safe color of #80752a is #996633. Color #80752a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110101 00101010
Octal 200 165 52
Decimal 128 117 42
Hex 80 75 2A

RGB Percentages of Color #80752a

%44.60
%40.77
%14.63

CMYK Percentages of Color #80752a

%0
%9
%67
%50

Triadic Colors of #80752a

#80752a #2a8075 #752a80

Analogous Colors of #80752a

#80752a #60802a #804a2a

Monochromatic Colors of #80752a

#80752a

Complementary Color

#80752a #2a3580

#80752a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80752a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80752a Color CSS Codes

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

#80752a Text Font Color

<p style="color:#80752a">Text here</p>

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


#80752a Background Color

<div style="background-color:#80752a">
Div content here</div>

This div background color is #80752a


#80752a Border Color

<div style="border:3px solid #80752a">
Div here</div>

This div border color is #80752a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,117,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80752a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80752a;
  -webkit-box-shadow: 1px 1px 3px 2px #80752a;
  box-shadow:         1px 1px 3px 2px #80752a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80752a


Comments

No comments written yet.

Please login to write comment.