Color Hex Logo

#72546b Color Hex

#72546B
(114,84,107)
0 Favorites   0 Comments

Color spaces of #72546b

RGB 11484107
HSL0.870.150.39
HSV314°26°45°
CMYK 0.000.260.06   0.55
XYZ12.763610.979615.3565
Yxy10.97960.32640.2808
Hunter Lab33.135510.7701-4.2829
CIE-Lab39.546116.6214-8.3365

#72546b color RGB value is (114,84,107).

#72546b hex color red value is 114, green value is 84 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #72546b hue: 0.87 , saturation: 0.15 and the lightness value of 72546b is 0.39.

The process color (four color CMYK) of #72546b color hex is 0.00, 0.26, 0.06, 0.55. Web safe color of #72546b is #666666. Color #72546b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010100 01101011
Octal 162 124 153
Decimal 114 84 107
Hex 72 54 6B

RGB Percentages of Color #72546b

%37.38
%27.54
%35.08

CMYK Percentages of Color #72546b

%0
%26
%6
%55

Triadic Colors of #72546b

#72546b #6b7254 #546b72

Analogous Colors of #72546b

#72546b #72545c #6a5472

Monochromatic Colors of #72546b

#72546b

Complementary Color

#72546b #54725b

#72546b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72546b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72546b Color CSS Codes

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

#72546b Text Font Color

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

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


#72546b Background Color

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

This div background color is #72546b


#72546b Border Color

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

This div border color is #72546b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72546b


Comments

No comments written yet.

Please login to write comment.