COLOR #725072

HEX: #725072
RGB: (114,80,114)

Color info

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

RGB color model

#725072 color RGB value is (114,80,114).

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

RGB channels and saturation

R 114 of 255 = 45%
G 80 of 255 = 31%
B 114 of 255 = 45%

114
80
114

R + G + B ~ 40%. #725072 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 80 + 114 = 308 (100%)
R 114 of 308 ~ 37.01%
G 80 of 308 ~ 25.97%
B 114 of 308 ~ 37.01%

%37.01
%25.97
%37.01

CMYK color model

#725072 color CMYK value is (0,30,0,55).

  • cyan value is 0.00%
  • magenta value is 29.82%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(0,30,0,55)
C0M30Y0K55 
(0%,30%,0%,55%)
(0.00/0.30/0.00/0.55)	

CMYK percentages

%0
%29.82
%0
%55.29

Codes

Color #725072 in popluar color models

725072
RGB11480114
HSL300°17.53%38.04%
HSB/HSV300°29.82%44.71%
CMYK0.00%29.82%0.00%
55.29%

Color #725072 in popluar number systems.

HEX725072
Decimal11480114
Binary111001010100001110010
Octal162120162

Shades and tints

Shades of #725072

#725072
(114,80,114)
#684968
(104,73,104)
#5E425E
(94,66,94)
#543B54
(84,59,84)
#4A344A
(74,52,74)
#402D40
(64,45,64)
#362636
(54,38,54)
#2C1F2C
(44,31,44)
#221822
(34,24,34)
#181118
(24,17,24)
#0E0A0E
(14,10,14)
#000000
(0,0,0)

Tints of #725072

#725072
(114,80,114)
#7E5F7E
(126,95,126)
#8A6E8A
(138,110,138)
#967D96
(150,125,150)
#A28CA2
(162,140,162)
#AE9BAE
(174,155,174)
#BAAABA
(186,170,186)
#C6B9C6
(198,185,198)
#D2C8D2
(210,200,210)
#DED7DE
(222,215,222)
#EAE6EA
(234,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725072; }

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

This text font color is #725072.


Background Color

.myBgColor { background-color: #725072; }

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

This div background color is #725072.


Border color

.myBorderColor { border: 1px solid #725072; }

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

This div border color is #725072.


Opacity

.myOpacity80 { color: #725072; opacity: 0.8; }

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

Text with #725072 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 #725072;}

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

This text has shadow with #725072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725072 on black background.


Color preview on white background

This text has color #725072 on white background.



Black color preview on #725072 background

This text has black color on #725072 background.


White color preview on #725072 background

This text has white color on #725072 background.