COLOR #725476

HEX: #725476
RGB: (114,84,118)

Color info

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

RGB color model

#725476 color RGB value is (114,84,118).

  • red value is 114;
  • green value is 84;
  • blue value is 118.
RGB:
(114,84,118)
(45%,33%,46%)

RGB channels and saturation

R 114 of 255 = 45%
G 84 of 255 = 33%
B 118 of 255 = 46%

114
84
118

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

Portions of RGB colors in percentages

R + G + B =
114 + 84 + 118 = 316 (100%)
R 114 of 316 ~ 36.08%
G 84 of 316 ~ 26.58%
B 118 of 316 ~ 37.34%

%36.08
%26.58
%37.34

CMYK color model

#725476 color CMYK value is (3,29,0,54).

  • cyan value is 3.39%
  • magenta value is 28.81%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(3,29,0,54)
C3M29Y0K54 
(3%,29%,0%,54%)
(0.03/0.29/0.00/0.54)	

CMYK percentages

%3.39
%28.81
%0
%53.73

Codes

Color #725476 in popluar color models

725476
RGB11484118
HSL293°16.83%39.61%
HSB/HSV293°28.81%46.27%
CMYK3.39%28.81%0.00%
53.73%

Color #725476 in popluar number systems.

HEX725476
Decimal11484118
Binary111001010101001110110
Octal162124166

Shades and tints

Shades of #725476

#725476
(114,84,118)
#684D6C
(104,77,108)
#5E4662
(94,70,98)
#543F58
(84,63,88)
#4A384E
(74,56,78)
#403144
(64,49,68)
#362A3A
(54,42,58)
#2C2330
(44,35,48)
#221C26
(34,28,38)
#18151C
(24,21,28)
#0E0E12
(14,14,18)
#000000
(0,0,0)

Tints of #725476

#725476
(114,84,118)
#7E6382
(126,99,130)
#8A728E
(138,114,142)
#96819A
(150,129,154)
#A290A6
(162,144,166)
#AE9FB2
(174,159,178)
#BAAEBE
(186,174,190)
#C6BDCA
(198,189,202)
#D2CCD6
(210,204,214)
#DEDBE2
(222,219,226)
#EAEAEE
(234,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725476; }

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

This text font color is #725476.


Background Color

.myBgColor { background-color: #725476; }

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

This div background color is #725476.


Border color

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

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

This div border color is #725476.


Opacity

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

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

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

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

This text has shadow with #725476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725476 on black background.


Color preview on white background

This text has color #725476 on white background.



Black color preview on #725476 background

This text has black color on #725476 background.


White color preview on #725476 background

This text has white color on #725476 background.