Color Hex Logo

#72836e Color Hex

#72836E
(114,131,110)
0 Favorites   0 Comments

Color spaces of #72836e

RGB 114131110
HSL0.300.090.47
HSV109°16°51°
CMYK 0.130.000.16   0.49
XYZ17.870220.935817.8510
Yxy20.93580.31540.3695
Hunter Lab45.7557-10.35798.8977
CIE-Lab52.8792-10.45299.2950

#72836e color RGB value is (114,131,110).

#72836e hex color red value is 114, green value is 131 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #72836e hue: 0.30 , saturation: 0.09 and the lightness value of 72836e is 0.47.

The process color (four color CMYK) of #72836e color hex is 0.13, 0.00, 0.16, 0.49. Web safe color of #72836e is #669966. Color #72836e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000011 01101110
Octal 162 203 156
Decimal 114 131 110
Hex 72 83 6E

RGB Percentages of Color #72836e

%32.11
%36.90
%30.99

CMYK Percentages of Color #72836e

%13
%0
%16
%49

Triadic Colors of #72836e

#72836e #6e7283 #836e72

Analogous Colors of #72836e

#72836e #6e8375 #7d836e

Monochromatic Colors of #72836e

#72836e

Complementary Color

#72836e #7f6e83

#72836e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72836e Color Preview on White Background

Lorem ipsum dolor sit amet.

#72836e Color CSS Codes

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

#72836e Text Font Color

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

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


#72836e Background Color

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

This div background color is #72836e


#72836e Border Color

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

This div border color is #72836e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72836e

#72836e Color Palettes


Comments

No comments written yet.

Please login to write comment.