Color Hex Logo

#727140 Color Hex

#727140
(114,113,64)
0 Favorites   0 Comments

Color spaces of #727140

RGB 11411364
HSL0.160.280.35
HSV59°44°45°
CMYK 0.000.010.44   0.55
XYZ13.770015.75787.1663
Yxy15.75780.37530.4294
Hunter Lab39.6961-7.549117.0837
CIE-Lab46.6551-7.460827.2762

#727140 color RGB value is (114,113,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01110001 01000000
Octal 162 161 100
Decimal 114 113 64
Hex 72 71 40

RGB Percentages of Color #727140

%39.18
%38.83
%21.99

CMYK Percentages of Color #727140

%0
%1
%44
%55

Triadic Colors of #727140

#727140 #407271 #714072

Analogous Colors of #727140

#727140 #5a7240 #725840

Monochromatic Colors of #727140

#727140

Complementary Color

#727140 #404172

#727140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#727140 Color CSS Codes

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

#727140 Text Font Color

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

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


#727140 Background Color

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

This div background color is #727140


#727140 Border Color

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

This div border color is #727140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727140


Comments

No comments written yet.

Please login to write comment.