Color Hex Logo

#72917c Color Hex

#72917C
(114,145,124)
0 Favorites   0 Comments

Color spaces of #72917c

RGB 114145124
HSL0.390.120.51
HSV139°21°57°
CMYK 0.210.000.14   0.43
XYZ20.702925.283422.8578
Yxy25.28340.30070.3673
Hunter Lab50.2826-14.50068.2454
CIE-Lab57.3505-15.32697.6012

#72917c color RGB value is (114,145,124).

#72917c hex color red value is 114, green value is 145 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #72917c hue: 0.39 , saturation: 0.12 and the lightness value of 72917c is 0.51.

The process color (four color CMYK) of #72917c color hex is 0.21, 0.00, 0.14, 0.43. Web safe color of #72917c is #669966. Color #72917c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10010001 01111100
Octal 162 221 174
Decimal 114 145 124
Hex 72 91 7C

RGB Percentages of Color #72917c

%29.77
%37.86
%32.38

CMYK Percentages of Color #72917c

%21
%0
%14
%43

Triadic Colors of #72917c

#72917c #7c7291 #917c72

Analogous Colors of #72917c

#72917c #72918c #789172

Monochromatic Colors of #72917c

#72917c

Complementary Color

#72917c #917287

#72917c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72917c Color Preview on White Background

Lorem ipsum dolor sit amet.

#72917c Color CSS Codes

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

#72917c Text Font Color

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

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


#72917c Background Color

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

This div background color is #72917c


#72917c Border Color

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

This div border color is #72917c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,145,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 #72917c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72917c


Comments

No comments written yet.

Please login to write comment.