COLOR #725A76

HEX: #725A76
RGB: (114,90,118)

Color info

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

RGB color model

#725A76 color RGB value is (114,90,118).

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

RGB channels and saturation

R 114 of 255 = 45%
G 90 of 255 = 35%
B 118 of 255 = 46%

114
90
118

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

Portions of RGB colors in percentages

R + G + B =
114 + 90 + 118 = 322 (100%)
R 114 of 322 ~ 35.4%
G 90 of 322 ~ 27.95%
B 118 of 322 ~ 36.65%

%35.4
%27.95
%36.65

CMYK color model

#725A76 color CMYK value is (3,24,0,54).

  • cyan value is 3.39%
  • magenta value is 23.73%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(3,24,0,54)
C3M24Y0K54 
(3%,24%,0%,54%)
(0.03/0.24/0.00/0.54)	

CMYK percentages

%3.39
%23.73
%0
%53.73

Codes

Color #725A76 in popluar color models

725A76
RGB11490118
HSL291°13.46%40.78%
HSB/HSV291°23.73%46.27%
CMYK3.39%23.73%0.00%
53.73%

Color #725A76 in popluar number systems.

HEX725A76
Decimal11490118
Binary111001010110101110110
Octal162132166

Shades and tints

Shades of #725A76

#725A76
(114,90,118)
#68526C
(104,82,108)
#5E4A62
(94,74,98)
#544258
(84,66,88)
#4A3A4E
(74,58,78)
#403244
(64,50,68)
#362A3A
(54,42,58)
#2C2230
(44,34,48)
#221A26
(34,26,38)
#18121C
(24,18,28)
#0E0A12
(14,10,18)
#000000
(0,0,0)

Tints of #725A76

#725A76
(114,90,118)
#7E6982
(126,105,130)
#8A788E
(138,120,142)
#96879A
(150,135,154)
#A296A6
(162,150,166)
#AEA5B2
(174,165,178)
#BAB4BE
(186,180,190)
#C6C3CA
(198,195,202)
#D2D2D6
(210,210,214)
#DEE1E2
(222,225,226)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725A76; }

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

This text font color is #725A76.


Background Color

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

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

This div background color is #725A76.


Border color

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

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

This div border color is #725A76.


Opacity

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

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

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

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

This text has shadow with #725A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725A76 on black background.


Color preview on white background

This text has color #725A76 on white background.



Black color preview on #725A76 background

This text has black color on #725A76 background.


White color preview on #725A76 background

This text has white color on #725A76 background.