Color Hex Logo

#727012 Color Hex

#727012
(114,112,18)
0 Favorites   0 Comments

Color spaces of #727012

RGB 11411218
HSL0.160.730.26
HSV59°84°45°
CMYK 0.000.020.84   0.55
XYZ12.842815.20942.8311
Yxy15.20940.41580.4925
Hunter Lab38.9992-9.467022.9954
CIE-Lab45.9197-10.322547.5072

#727012 color RGB value is (114,112,18).

#727012 hex color red value is 114, green value is 112 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #727012 hue: 0.16 , saturation: 0.73 and the lightness value of 727012 is 0.26.

The process color (four color CMYK) of #727012 color hex is 0.00, 0.02, 0.84, 0.55. Web safe color of #727012 is #666600. Color #727012 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01110000 00010010
Octal 162 160 22
Decimal 114 112 18
Hex 72 70 12

RGB Percentages of Color #727012

%46.72
%45.90
%7.38

CMYK Percentages of Color #727012

%0
%2
%84
%55

Triadic Colors of #727012

#727012 #127270 #701272

Analogous Colors of #727012

#727012 #447212 #724012

Monochromatic Colors of #727012

#727012

Complementary Color

#727012 #121472

#727012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#727012 Color CSS Codes

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

#727012 Text Font Color

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

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


#727012 Background Color

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

This div background color is #727012


#727012 Border Color

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

This div border color is #727012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727012


Comments

No comments written yet.

Please login to write comment.