Color Hex Logo

#72525c Color Hex

#72525C
(114,82,92)
0 Favorites   0 Comments

Color spaces of #72525c

RGB 1148292
HSL0.950.160.38
HSV341°28°45°
CMYK 0.000.280.19   0.55
XYZ11.888510.384711.5031
Yxy10.38470.35200.3075
Hunter Lab32.22539.45761.3936
CIE-Lab38.524215.0354-0.5399

#72525c color RGB value is (114,82,92).

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

The process color (four color CMYK) of #72525c color hex is 0.00, 0.28, 0.19, 0.55. Web safe color of #72525c is #666666. Color #72525c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010010 01011100
Octal 162 122 134
Decimal 114 82 92
Hex 72 52 5C

RGB Percentages of Color #72525c

%39.58
%28.47
%31.94

CMYK Percentages of Color #72525c

%0
%28
%19
%55

Triadic Colors of #72525c

#72525c #5c7252 #525c72

Analogous Colors of #72525c

#72525c #725852 #72526c

Monochromatic Colors of #72525c

#72525c

Complementary Color

#72525c #527268

#72525c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72525c Color Preview on White Background

Lorem ipsum dolor sit amet.

#72525c Color CSS Codes

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

#72525c Text Font Color

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

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


#72525c Background Color

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

This div background color is #72525c


#72525c Border Color

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

This div border color is #72525c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72525c


Comments

No comments written yet.

Please login to write comment.