Color Hex Logo

#724557 Color Hex

#724557
(114,69,87)
0 Favorites   0 Comments

Color spaces of #724557

RGB 1146987
HSL0.930.250.36
HSV336°39°45°
CMYK 0.000.390.24   0.55
XYZ10.78798.521810.0931
Yxy8.52180.36690.2898
Hunter Lab29.192114.8782-0.0649
CIE-Lab35.046822.0566-2.5028

#724557 color RGB value is (114,69,87).

#724557 hex color red value is 114, green value is 69 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #724557 hue: 0.93 , saturation: 0.25 and the lightness value of 724557 is 0.36.

The process color (four color CMYK) of #724557 color hex is 0.00, 0.39, 0.24, 0.55. Web safe color of #724557 is #663366. Color #724557 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01000101 01010111
Octal 162 105 127
Decimal 114 69 87
Hex 72 45 57

RGB Percentages of Color #724557

%42.22
%25.56
%32.22

CMYK Percentages of Color #724557

%0
%39
%24
%55

Triadic Colors of #724557

#724557 #577245 #455772

Analogous Colors of #724557

#724557 #724a45 #72456e

Monochromatic Colors of #724557

#724557

Complementary Color

#724557 #457260

#724557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#724557 Color CSS Codes

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

#724557 Text Font Color

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

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


#724557 Background Color

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

This div background color is #724557


#724557 Border Color

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

This div border color is #724557


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,69,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #724557; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #724557;
  -webkit-box-shadow: 1px 1px 3px 2px #724557;
  box-shadow:         1px 1px 3px 2px #724557; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724557


Comments

No comments written yet.

Please login to write comment.