Color Hex Logo

#72564f Color Hex

#72564F
(114,86,79)
0 Favorites   0 Comments

Color spaces of #72564f

RGB 1148679
HSL0.030.180.38
HSV12°31°45°
CMYK 0.000.250.31   0.55
XYZ11.678510.79758.8657
Yxy10.79750.37260.3445
Hunter Lab32.85955.93597.0049
CIE-Lab39.237310.48068.5510

#72564f color RGB value is (114,86,79).

#72564f hex color red value is 114, green value is 86 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #72564f hue: 0.03 , saturation: 0.18 and the lightness value of 72564f is 0.38.

The process color (four color CMYK) of #72564f color hex is 0.00, 0.25, 0.31, 0.55. Web safe color of #72564f is #666666. Color #72564f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010110 01001111
Octal 162 126 117
Decimal 114 86 79
Hex 72 56 4F

RGB Percentages of Color #72564f

%40.86
%30.82
%28.32

CMYK Percentages of Color #72564f

%0
%25
%31
%55

Triadic Colors of #72564f

#72564f #4f7256 #564f72

Analogous Colors of #72564f

#72564f #72684f #724f5a

Monochromatic Colors of #72564f

#72564f

Complementary Color

#72564f #4f6b72

#72564f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72564f Color Preview on White Background

Lorem ipsum dolor sit amet.

#72564f Color CSS Codes

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

#72564f Text Font Color

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

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


#72564f Background Color

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

This div background color is #72564f


#72564f Border Color

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

This div border color is #72564f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72564f


Comments

No comments written yet.

Please login to write comment.