Color Hex Logo

#72711e Color Hex

#72711E
(114,113,30)
0 Favorites   0 Comments

Color spaces of #72711e

RGB 11411330
HSL0.160.580.28
HSV59°74°45°
CMYK 0.000.010.74   0.55
XYZ13.078915.48143.5272
Yxy15.48140.40760.4825
Hunter Lab39.3464-9.522122.2274
CIE-Lab46.2866-10.341443.6349

#72711e color RGB value is (114,113,30).

#72711e hex color red value is 114, green value is 113 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #72711e hue: 0.16 , saturation: 0.58 and the lightness value of 72711e is 0.28.

The process color (four color CMYK) of #72711e color hex is 0.00, 0.01, 0.74, 0.55. Web safe color of #72711e is #666633. Color #72711e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01110001 00011110
Octal 162 161 36
Decimal 114 113 30
Hex 72 71 1E

RGB Percentages of Color #72711e

%44.36
%43.97
%11.67

CMYK Percentages of Color #72711e

%0
%1
%74
%55

Triadic Colors of #72711e

#72711e #1e7271 #711e72

Analogous Colors of #72711e

#72711e #49721e #72471e

Monochromatic Colors of #72711e

#72711e

Complementary Color

#72711e #1e1f72

#72711e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72711e Color Preview on White Background

Lorem ipsum dolor sit amet.

#72711e Color CSS Codes

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

#72711e Text Font Color

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

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


#72711e Background Color

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

This div background color is #72711e


#72711e Border Color

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

This div border color is #72711e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72711e


Comments

No comments written yet.

Please login to write comment.