Color Hex Logo

#72837d Color Hex

#72837D
(114,131,125)
0 Favorites   0 Comments

Color spaces of #72837d

RGB 114131125
HSL0.440.070.48
HSV159°13°51°
CMYK 0.130.000.05   0.49
XYZ18.757421.290722.5229
Yxy21.29070.29980.3403
Hunter Lab46.1418-8.18513.3585
CIE-Lab53.2662-7.45721.1426

#72837d color RGB value is (114,131,125).

#72837d hex color red value is 114, green value is 131 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #72837d hue: 0.44 , saturation: 0.07 and the lightness value of 72837d is 0.48.

The process color (four color CMYK) of #72837d color hex is 0.13, 0.00, 0.05, 0.49. Web safe color of #72837d is #669966. Color #72837d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000011 01111101
Octal 162 203 175
Decimal 114 131 125
Hex 72 83 7D

RGB Percentages of Color #72837d

%30.81
%35.41
%33.78

CMYK Percentages of Color #72837d

%13
%0
%5
%49

Triadic Colors of #72837d

#72837d #7d7283 #837d72

Analogous Colors of #72837d

#72837d #728183 #728375

Monochromatic Colors of #72837d

#72837d

Complementary Color

#72837d #837278

#72837d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72837d Color Preview on White Background

Lorem ipsum dolor sit amet.

#72837d Color CSS Codes

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

#72837d Text Font Color

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

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


#72837d Background Color

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

This div background color is #72837d


#72837d Border Color

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

This div border color is #72837d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72837d


Comments

No comments written yet.

Please login to write comment.