Color Hex Logo

#72702e Color Hex

#72702E
(114,112,46)
0 Favorites   0 Comments

Color spaces of #72702e

RGB 11411246
HSL0.160.430.31
HSV58°60°45°
CMYK 0.000.020.60   0.55
XYZ13.226715.36304.8530
Yxy15.36300.39550.4594
Hunter Lab39.1957-8.357020.0960
CIE-Lab46.1274-8.686536.2053

#72702e color RGB value is (114,112,46).

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

The process color (four color CMYK) of #72702e color hex is 0.00, 0.02, 0.60, 0.55. Web safe color of #72702e is #666633. Color #72702e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01110000 00101110
Octal 162 160 56
Decimal 114 112 46
Hex 72 70 2E

RGB Percentages of Color #72702e

%41.91
%41.18
%16.91

CMYK Percentages of Color #72702e

%0
%2
%60
%55

Triadic Colors of #72702e

#72702e #2e7270 #702e72

Analogous Colors of #72702e

#72702e #52722e #724e2e

Monochromatic Colors of #72702e

#72702e

Complementary Color

#72702e #2e3072

#72702e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72702e Color Preview on White Background

Lorem ipsum dolor sit amet.

#72702e Color CSS Codes

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

#72702e Text Font Color

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

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


#72702e Background Color

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

This div background color is #72702e


#72702e Border Color

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

This div border color is #72702e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,112,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 #72702e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72702e


Comments

No comments written yet.

Please login to write comment.