COLOR #725D92

HEX: #725D92
RGB: (114,93,146)

Color info

#725D92 contains red, green and blue colors in about the same proportion. Web safe color of #725D92 is #666699 (or #669).

RGB color model

#725D92 color RGB value is (114,93,146).

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

RGB channels and saturation

R 114 of 255 = 45%
G 93 of 255 = 36%
B 146 of 255 = 57%

114
93
146

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

Portions of RGB colors in percentages

R + G + B =
114 + 93 + 146 = 353 (100%)
R 114 of 353 ~ 32.29%
G 93 of 353 ~ 26.35%
B 146 of 353 ~ 41.36%

%32.29
%26.35
%41.36

CMYK color model

#725D92 color CMYK value is (22,36,0,43).

  • cyan value is 21.92%
  • magenta value is 36.30%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(22,36,0,43)
C22M36Y0K43 
(22%,36%,0%,43%)
(0.22/0.36/0.00/0.43)	

CMYK percentages

%21.92
%36.3
%0
%42.75

Codes

Color #725D92 in popluar color models

725D92
RGB11493146
HSL264°22.18%46.86%
HSB/HSV264°36.30%57.25%
CMYK21.92%36.30%0.00%
42.75%

Color #725D92 in popluar number systems.

HEX725D92
Decimal11493146
Binary1110010101110110010010
Octal162135222

Shades and tints

Shades of #725D92

#725D92
(114,93,146)
#685585
(104,85,133)
#5E4D78
(94,77,120)
#54456B
(84,69,107)
#4A3D5E
(74,61,94)
#403551
(64,53,81)
#362D44
(54,45,68)
#2C2537
(44,37,55)
#221D2A
(34,29,42)
#18151D
(24,21,29)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #725D92

#725D92
(114,93,146)
#7E6B9B
(126,107,155)
#8A79A4
(138,121,164)
#9687AD
(150,135,173)
#A295B6
(162,149,182)
#AEA3BF
(174,163,191)
#BAB1C8
(186,177,200)
#C6BFD1
(198,191,209)
#D2CDDA
(210,205,218)
#DEDBE3
(222,219,227)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725D92; }

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

This text font color is #725D92.


Background Color

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

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

This div background color is #725D92.


Border color

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

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

This div border color is #725D92.


Opacity

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

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

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

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

This text has shadow with #725D92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725D92 on black background.


Color preview on white background

This text has color #725D92 on white background.



Black color preview on #725D92 background

This text has black color on #725D92 background.


White color preview on #725D92 background

This text has white color on #725D92 background.