Color Hex Logo

#72615c Color Hex

#72615C
(114,97,92)
0 Favorites   0 Comments

Color spaces of #72615c

RGB 1149792
HSL0.040.110.40
HSV14°19°45°
CMYK 0.000.150.19   0.55
XYZ13.145912.899511.9222
Yxy12.89950.34620.3398
Hunter Lab35.91592.48175.4599
CIE-Lab42.61145.94005.3725

#72615c color RGB value is (114,97,92).

#72615c hex color red value is 114, green value is 97 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #72615c hue: 0.04 , saturation: 0.11 and the lightness value of 72615c is 0.40.

The process color (four color CMYK) of #72615c color hex is 0.00, 0.15, 0.19, 0.55. Web safe color of #72615c is #666666. Color #72615c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01100001 01011100
Octal 162 141 134
Decimal 114 97 92
Hex 72 61 5C

RGB Percentages of Color #72615c

%37.62
%32.01
%30.36

CMYK Percentages of Color #72615c

%0
%15
%19
%55

Triadic Colors of #72615c

#72615c #5c7261 #615c72

Analogous Colors of #72615c

#72615c #726c5c #725c62

Monochromatic Colors of #72615c

#72615c

Complementary Color

#72615c #5c6d72

#72615c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72615c Color Preview on White Background

Lorem ipsum dolor sit amet.

#72615c Color CSS Codes

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

#72615c Text Font Color

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

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


#72615c Background Color

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

This div background color is #72615c


#72615c Border Color

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

This div border color is #72615c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72615c


Comments

No comments written yet.

Please login to write comment.