COLOR #725A7D

HEX: #725A7D
RGB: (114,90,125)

Color info

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

RGB color model

#725A7D color RGB value is (114,90,125).

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

RGB channels and saturation

R 114 of 255 = 45%
G 90 of 255 = 35%
B 125 of 255 = 49%

114
90
125

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

Portions of RGB colors in percentages

R + G + B =
114 + 90 + 125 = 329 (100%)
R 114 of 329 ~ 34.65%
G 90 of 329 ~ 27.36%
B 125 of 329 ~ 37.99%

%34.65
%27.36
%37.99

CMYK color model

#725A7D color CMYK value is (9,28,0,51).

  • cyan value is 8.80%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(9,28,0,51)
C9M28Y0K51 
(9%,28%,0%,51%)
(0.09/0.28/0.00/0.51)	

CMYK percentages

%8.8
%28
%0
%50.98

Codes

Color #725A7D in popluar color models

725A7D
RGB11490125
HSL281°16.28%42.16%
HSB/HSV281°28.00%49.02%
CMYK8.80%28.00%0.00%
50.98%

Color #725A7D in popluar number systems.

HEX725A7D
Decimal11490125
Binary111001010110101111101
Octal162132175

Shades and tints

Shades of #725A7D

#725A7D
(114,90,125)
#685272
(104,82,114)
#5E4A67
(94,74,103)
#54425C
(84,66,92)
#4A3A51
(74,58,81)
#403246
(64,50,70)
#362A3B
(54,42,59)
#2C2230
(44,34,48)
#221A25
(34,26,37)
#18121A
(24,18,26)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #725A7D

#725A7D
(114,90,125)
#7E6988
(126,105,136)
#8A7893
(138,120,147)
#96879E
(150,135,158)
#A296A9
(162,150,169)
#AEA5B4
(174,165,180)
#BAB4BF
(186,180,191)
#C6C3CA
(198,195,202)
#D2D2D5
(210,210,213)
#DEE1E0
(222,225,224)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725A7D; }

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

This text font color is #725A7D.


Background Color

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

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

This div background color is #725A7D.


Border color

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

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

This div border color is #725A7D.


Opacity

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

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

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

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

This text has shadow with #725A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725A7D on black background.


Color preview on white background

This text has color #725A7D on white background.



Black color preview on #725A7D background

This text has black color on #725A7D background.


White color preview on #725A7D background

This text has white color on #725A7D background.