Color Hex Logo

#725959 Color Hex

#725959
(114,89,89)
0 Favorites   0 Comments

Color spaces of #725959

RGB 1148989
HSL0.000.120.40
HSV22°45°
CMYK 0.000.220.22   0.55
XYZ12.315011.443411.0109
Yxy11.44340.35420.3291
Hunter Lab33.82815.78314.3810
CIE-Lab40.317510.26103.9202

#725959 color RGB value is (114,89,89).

#725959 hex color red value is 114, green value is 89 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #725959 hue: 0.00 , saturation: 0.12 and the lightness value of 725959 is 0.40.

The process color (four color CMYK) of #725959 color hex is 0.00, 0.22, 0.22, 0.55. Web safe color of #725959 is #666666. Color #725959 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01011001 01011001
Octal 162 131 131
Decimal 114 89 89
Hex 72 59 59

RGB Percentages of Color #725959

%39.04
%30.48
%30.48

CMYK Percentages of Color #725959

%0
%22
%22
%55

Triadic Colors of #725959

#725959 #597259 #595972

Analogous Colors of #725959

#725959 #726659 #725966

Monochromatic Colors of #725959

#725959

Complementary Color

#725959 #597272

#725959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#725959 Color CSS Codes

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

#725959 Text Font Color

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

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


#725959 Background Color

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

This div background color is #725959


#725959 Border Color

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

This div border color is #725959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725959

#725959 Color Palettes


Comments

No comments written yet.

Please login to write comment.