Color Hex Logo

#72997c Color Hex

#72997C
(114,153,124)
0 Favorites   0 Comments

Color spaces of #72997c

RGB 114153124
HSL0.380.160.52
HSV135°25°60°
CMYK 0.250.000.19   0.40
XYZ21.968827.815123.2798
Yxy27.81510.30070.3807
Hunter Lab52.7400-17.941110.7470
CIE-Lab59.7213-19.535110.9618

#72997c color RGB value is (114,153,124).

#72997c hex color red value is 114, green value is 153 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #72997c hue: 0.38 , saturation: 0.16 and the lightness value of 72997c is 0.52.

The process color (four color CMYK) of #72997c color hex is 0.25, 0.00, 0.19, 0.40. Web safe color of #72997c is #669966. Color #72997c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011001 01111100
Octal 162 231 174
Decimal 114 153 124
Hex 72 99 7C

RGB Percentages of Color #72997c

%29.16
%39.13
%31.71

CMYK Percentages of Color #72997c

%25
%0
%19
%40

Triadic Colors of #72997c

#72997c #7c7299 #997c72

Analogous Colors of #72997c

#72997c #729990 #7c9972

Monochromatic Colors of #72997c

#72997c

Complementary Color

#72997c #99728f

#72997c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72997c Color Preview on White Background

Lorem ipsum dolor sit amet.

#72997c Color CSS Codes

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

#72997c Text Font Color

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

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


#72997c Background Color

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

This div background color is #72997c


#72997c Border Color

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

This div border color is #72997c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,153,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72997c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72997c;
  -webkit-box-shadow: 1px 1px 3px 2px #72997c;
  box-shadow:         1px 1px 3px 2px #72997c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72997c


Comments

No comments written yet.

Please login to write comment.