Color Hex Logo

#72555a Color Hex

#72555A
(114,85,90)
0 Favorites   0 Comments

Color spaces of #72555a

RGB 1148590
HSL0.970.150.39
HSV350°25°45°
CMYK 0.000.250.21   0.55
XYZ12.033410.812611.1257
Yxy10.81260.35420.3183
Hunter Lab32.88257.77792.9572
CIE-Lab39.263012.86261.7795

#72555a color RGB value is (114,85,90).

#72555a hex color red value is 114, green value is 85 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #72555a hue: 0.97 , saturation: 0.15 and the lightness value of 72555a is 0.39.

The process color (four color CMYK) of #72555a color hex is 0.00, 0.25, 0.21, 0.55. Web safe color of #72555a is #666666. Color #72555a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010101 01011010
Octal 162 125 132
Decimal 114 85 90
Hex 72 55 5A

RGB Percentages of Color #72555a

%39.45
%29.41
%31.14

CMYK Percentages of Color #72555a

%0
%25
%21
%55

Triadic Colors of #72555a

#72555a #5a7255 #555a72

Analogous Colors of #72555a

#72555a #725f55 #725569

Monochromatic Colors of #72555a

#72555a

Complementary Color

#72555a #55726d

#72555a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72555a Color Preview on White Background

Lorem ipsum dolor sit amet.

#72555a Color CSS Codes

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

#72555a Text Font Color

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

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


#72555a Background Color

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

This div background color is #72555a


#72555a Border Color

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

This div border color is #72555a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72555a


Comments

No comments written yet.

Please login to write comment.