Color Hex Logo

#81724c Color Hex

#81724C
(129,114,76)
0 Favorites   0 Comments

Color spaces of #81724c

RGB 12911476
HSL0.120.260.40
HSV43°41°51°
CMYK 0.000.120.41   0.49
XYZ16.375117.22369.2989
Yxy17.22360.38170.4015
Hunter Lab41.5013-2.196915.7662
CIE-Lab48.54050.026023.2016

#81724c color RGB value is (129,114,76).

#81724c hex color red value is 129, green value is 114 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #81724c hue: 0.12 , saturation: 0.26 and the lightness value of 81724c is 0.40.

The process color (four color CMYK) of #81724c color hex is 0.00, 0.12, 0.41, 0.49. Web safe color of #81724c is #996633. Color #81724c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110010 01001100
Octal 201 162 114
Decimal 129 114 76
Hex 81 72 4C

RGB Percentages of Color #81724c

%40.44
%35.74
%23.82

CMYK Percentages of Color #81724c

%0
%12
%41
%49

Triadic Colors of #81724c

#81724c #4c8172 #724c81

Analogous Colors of #81724c

#81724c #76814c #81584c

Monochromatic Colors of #81724c

#81724c

Complementary Color

#81724c #4c5b81

#81724c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81724c Color Preview on White Background

Lorem ipsum dolor sit amet.

#81724c Color CSS Codes

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

#81724c Text Font Color

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

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


#81724c Background Color

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

This div background color is #81724c


#81724c Border Color

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

This div border color is #81724c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,114,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #81724c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #81724c;
  -webkit-box-shadow: 1px 1px 3px 2px #81724c;
  box-shadow:         1px 1px 3px 2px #81724c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81724c


Comments

No comments written yet.

Please login to write comment.