COLOR #725B72

HEX: #725B72
RGB: (114,91,114)

Color info

#725B72 contains red, green and blue colors in about the same proportion. Web safe color of #725B72 is #666666 (or #666).

RGB color model

#725B72 color RGB value is (114,91,114).

  • red value is 114;
  • green value is 91;
  • blue value is 114.
RGB:
(114,91,114)
(45%,36%,45%)

RGB channels and saturation

R 114 of 255 = 45%
G 91 of 255 = 36%
B 114 of 255 = 45%

114
91
114

R + G + B ~ 42%. #725B72 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 91 + 114 = 319 (100%)
R 114 of 319 ~ 35.74%
G 91 of 319 ~ 28.53%
B 114 of 319 ~ 35.74%

%35.74
%28.53
%35.74

CMYK color model

#725B72 color CMYK value is (0,20,0,55).

  • cyan value is 0.00%
  • magenta value is 20.18%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(0,20,0,55)
C0M20Y0K55 
(0%,20%,0%,55%)
(0.00/0.20/0.00/0.55)	

CMYK percentages

%0
%20.18
%0
%55.29

Codes

Color #725B72 in popluar color models

725B72
RGB11491114
HSL300°11.22%40.20%
HSB/HSV300°20.18%44.71%
CMYK0.00%20.18%0.00%
55.29%

Color #725B72 in popluar number systems.

HEX725B72
Decimal11491114
Binary111001010110111110010
Octal162133162

Shades and tints

Shades of #725B72

#725B72
(114,91,114)
#685368
(104,83,104)
#5E4B5E
(94,75,94)
#544354
(84,67,84)
#4A3B4A
(74,59,74)
#403340
(64,51,64)
#362B36
(54,43,54)
#2C232C
(44,35,44)
#221B22
(34,27,34)
#181318
(24,19,24)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #725B72

#725B72
(114,91,114)
#7E697E
(126,105,126)
#8A778A
(138,119,138)
#968596
(150,133,150)
#A293A2
(162,147,162)
#AEA1AE
(174,161,174)
#BAAFBA
(186,175,186)
#C6BDC6
(198,189,198)
#D2CBD2
(210,203,210)
#DED9DE
(222,217,222)
#EAE7EA
(234,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725B72 color. Also use rgb(114,91,114) instead hex code.

Text Font Color

.myTextColor { color: #725B72; }

<p style="color:#725B72">This sample text font color is #725B72.</p>

This text font color is #725B72.


Background Color

.myBgColor { background-color: #725B72; }

<div style="background-color:#725B72">Inner text</div>

This div background color is #725B72.


Border color

.myBorderColor { border: 1px solid #725B72; }

<div style="border:3px solid #725B72">Div</div>

This div border color is #725B72.


Opacity

.myOpacity80 { color: #725B72; opacity: 0.8; }

<p style="color:#725B72;opacity:0.8;">80%</p>

Text with #725B72 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #725B72;}

<p style="text-shadow: 3px 3px 1px #725B72">Text here.</p>

This text has shadow with #725B72 color.

.textShadow {text-shadow: 3px 3px 1px #725B72, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #725B72, 5px 5px 20px red">Text here.</p>

This text has shadow with #725B72 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#725B72, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#725B72, Direction=45, Strength=4)">Text</p>

This text has shadow with #725B72 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #725B72;
  -webkit-box-shadow:	1px 1px 3px 2px #725B72;
  box-shadow:		1px 1px 3px 2px #725B72;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #725B72;
-webkit-box-shadow: 1px 1px 3px 2px #725B72;
box-shadow:1px 1px 3px 2px #725B72;">
Div content here</div>
This div box has shadow with color #725B72.

Preview

Color preview on black background

This text has color #725B72 on black background.


Color preview on white background

This text has color #725B72 on white background.



Black color preview on #725B72 background

This text has black color on #725B72 background.


White color preview on #725B72 background

This text has white color on #725B72 background.