Color Hex Logo

#72505e Color Hex

#72505E
(114,80,94)
0 Favorites   0 Comments

Color spaces of #72505e

RGB 1148094
HSL0.930.180.38
HSV335°30°45°
CMYK 0.000.300.18   0.55
XYZ11.828510.122911.9202
Yxy10.12290.34920.2989
Hunter Lab31.816510.68250.0583
CIE-Lab38.062116.6058-2.4658

#72505e color RGB value is (114,80,94).

#72505e hex color red value is 114, green value is 80 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #72505e hue: 0.93 , saturation: 0.18 and the lightness value of 72505e is 0.38.

The process color (four color CMYK) of #72505e color hex is 0.00, 0.30, 0.18, 0.55. Web safe color of #72505e is #666666. Color #72505e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010000 01011110
Octal 162 120 136
Decimal 114 80 94
Hex 72 50 5E

RGB Percentages of Color #72505e

%39.58
%27.78
%32.64

CMYK Percentages of Color #72505e

%0
%30
%18
%55

Triadic Colors of #72505e

#72505e #5e7250 #505e72

Analogous Colors of #72505e

#72505e #725350 #72506f

Monochromatic Colors of #72505e

#72505e

Complementary Color

#72505e #507264

#72505e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72505e Color Preview on White Background

Lorem ipsum dolor sit amet.

#72505e Color CSS Codes

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

#72505e Text Font Color

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

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


#72505e Background Color

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

This div background color is #72505e


#72505e Border Color

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

This div border color is #72505e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72505e


Comments

No comments written yet.

Please login to write comment.