Color Hex Logo

#72565e Color Hex

#72565E
(114,86,94)
0 Favorites   0 Comments

Color spaces of #72565e

RGB 1148694
HSL0.950.140.39
HSV343°25°45°
CMYK 0.000.250.18   0.55
XYZ12.287611.041112.0732
Yxy11.04110.34710.3119
Hunter Lab33.22827.85911.7171
CIE-Lab39.649612.9519-0.1363

#72565e color RGB value is (114,86,94).

#72565e hex color red value is 114, green value is 86 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #72565e hue: 0.95 , saturation: 0.14 and the lightness value of 72565e is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010110 01011110
Octal 162 126 136
Decimal 114 86 94
Hex 72 56 5E

RGB Percentages of Color #72565e

%38.78
%29.25
%31.97

CMYK Percentages of Color #72565e

%0
%25
%18
%55

Triadic Colors of #72565e

#72565e #5e7256 #565e72

Analogous Colors of #72565e

#72565e #725c56 #72566c

Monochromatic Colors of #72565e

#72565e

Complementary Color

#72565e #56726a

#72565e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72565e Color Preview on White Background

Lorem ipsum dolor sit amet.

#72565e Color CSS Codes

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

#72565e Text Font Color

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

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


#72565e Background Color

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

This div background color is #72565e


#72565e Border Color

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

This div border color is #72565e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72565e


Comments

No comments written yet.

Please login to write comment.