COLOR #725A84

HEX: #725A84
RGB: (114,90,132)

Color info

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

RGB color model

#725A84 color RGB value is (114,90,132).

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

RGB channels and saturation

R 114 of 255 = 45%
G 90 of 255 = 35%
B 132 of 255 = 52%

114
90
132

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

Portions of RGB colors in percentages

R + G + B =
114 + 90 + 132 = 336 (100%)
R 114 of 336 ~ 33.93%
G 90 of 336 ~ 26.79%
B 132 of 336 ~ 39.29%

%33.93
%26.79
%39.29

CMYK color model

#725A84 color CMYK value is (14,32,0,48).

  • cyan value is 13.64%
  • magenta value is 31.82%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(14,32,0,48)
C14M32Y0K48 
(14%,32%,0%,48%)
(0.14/0.32/0.00/0.48)	

CMYK percentages

%13.64
%31.82
%0
%48.24

Codes

Color #725A84 in popluar color models

725A84
RGB11490132
HSL274°18.92%43.53%
HSB/HSV274°31.82%51.76%
CMYK13.64%31.82%0.00%
48.24%

Color #725A84 in popluar number systems.

HEX725A84
Decimal11490132
Binary1110010101101010000100
Octal162132204

Shades and tints

Shades of #725A84

#725A84
(114,90,132)
#685278
(104,82,120)
#5E4A6C
(94,74,108)
#544260
(84,66,96)
#4A3A54
(74,58,84)
#403248
(64,50,72)
#362A3C
(54,42,60)
#2C2230
(44,34,48)
#221A24
(34,26,36)
#181218
(24,18,24)
#0E0A0C
(14,10,12)
#000000
(0,0,0)

Tints of #725A84

#725A84
(114,90,132)
#7E698F
(126,105,143)
#8A789A
(138,120,154)
#9687A5
(150,135,165)
#A296B0
(162,150,176)
#AEA5BB
(174,165,187)
#BAB4C6
(186,180,198)
#C6C3D1
(198,195,209)
#D2D2DC
(210,210,220)
#DEE1E7
(222,225,231)
#EAF0F2
(234,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725A84; }

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

This text font color is #725A84.


Background Color

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

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

This div background color is #725A84.


Border color

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

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

This div border color is #725A84.


Opacity

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

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

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

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

This text has shadow with #725A84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725A84 on black background.


Color preview on white background

This text has color #725A84 on white background.



Black color preview on #725A84 background

This text has black color on #725A84 background.


White color preview on #725A84 background

This text has white color on #725A84 background.