Color Hex Logo

#726c2e Color Hex

#726C2E
(114,108,46)
0 Favorites   0 Comments

Color spaces of #726c2e

RGB 11410846
HSL0.150.430.31
HSV55°60°45°
CMYK 0.000.050.60   0.55
XYZ12.795114.49984.7091
Yxy14.49980.39980.4531
Hunter Lab38.0786-6.658319.3228
CIE-Lab44.9413-6.423534.8682

#726c2e color RGB value is (114,108,46).

#726c2e hex color red value is 114, green value is 108 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #726c2e hue: 0.15 , saturation: 0.43 and the lightness value of 726c2e is 0.31.

The process color (four color CMYK) of #726c2e color hex is 0.00, 0.05, 0.60, 0.55. Web safe color of #726c2e is #666633. Color #726c2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01101100 00101110
Octal 162 154 56
Decimal 114 108 46
Hex 72 6C 2E

RGB Percentages of Color #726c2e

%42.54
%40.30
%17.16

CMYK Percentages of Color #726c2e

%0
%5
%60
%55

Triadic Colors of #726c2e

#726c2e #2e726c #6c2e72

Analogous Colors of #726c2e

#726c2e #56722e #724a2e

Monochromatic Colors of #726c2e

#726c2e

Complementary Color

#726c2e #2e3472

#726c2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726c2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#726c2e Color CSS Codes

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

#726c2e Text Font Color

<p style="color:#726c2e">Text here</p>

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


#726c2e Background Color

<div style="background-color:#726c2e">
Div content here</div>

This div background color is #726c2e


#726c2e Border Color

<div style="border:3px solid #726c2e">
Div here</div>

This div border color is #726c2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,108,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #726c2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #726c2e;
  -webkit-box-shadow: 1px 1px 3px 2px #726c2e;
  box-shadow:         1px 1px 3px 2px #726c2e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726c2e


Comments

No comments written yet.

Please login to write comment.