COLOR #725F89

HEX: #725F89
RGB: (114,95,137)

Color info

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

RGB color model

#725F89 color RGB value is (114,95,137).

  • red value is 114;
  • green value is 95;
  • blue value is 137.
RGB:
(114,95,137)
(45%,37%,54%)

RGB channels and saturation

R 114 of 255 = 45%
G 95 of 255 = 37%
B 137 of 255 = 54%

114
95
137

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

Portions of RGB colors in percentages

R + G + B =
114 + 95 + 137 = 346 (100%)
R 114 of 346 ~ 32.95%
G 95 of 346 ~ 27.46%
B 137 of 346 ~ 39.6%

%32.95
%27.46
%39.6

CMYK color model

#725F89 color CMYK value is (17,31,0,46).

  • cyan value is 16.79%
  • magenta value is 30.66%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(17,31,0,46)
C17M31Y0K46 
(17%,31%,0%,46%)
(0.17/0.31/0.00/0.46)	

CMYK percentages

%16.79
%30.66
%0
%46.27

Codes

Color #725F89 in popluar color models

725F89
RGB11495137
HSL267°18.10%45.49%
HSB/HSV267°30.66%53.73%
CMYK16.79%30.66%0.00%
46.27%

Color #725F89 in popluar number systems.

HEX725F89
Decimal11495137
Binary1110010101111110001001
Octal162137211

Shades and tints

Shades of #725F89

#725F89
(114,95,137)
#68577D
(104,87,125)
#5E4F71
(94,79,113)
#544765
(84,71,101)
#4A3F59
(74,63,89)
#40374D
(64,55,77)
#362F41
(54,47,65)
#2C2735
(44,39,53)
#221F29
(34,31,41)
#18171D
(24,23,29)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #725F89

#725F89
(114,95,137)
#7E6D93
(126,109,147)
#8A7B9D
(138,123,157)
#9689A7
(150,137,167)
#A297B1
(162,151,177)
#AEA5BB
(174,165,187)
#BAB3C5
(186,179,197)
#C6C1CF
(198,193,207)
#D2CFD9
(210,207,217)
#DEDDE3
(222,221,227)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725F89 color. Also use rgb(114,95,137) instead hex code.

Text Font Color

.myTextColor { color: #725F89; }

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

This text font color is #725F89.


Background Color

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

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

This div background color is #725F89.


Border color

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

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

This div border color is #725F89.


Opacity

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

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

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

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

This text has shadow with #725F89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725F89 on black background.


Color preview on white background

This text has color #725F89 on white background.



Black color preview on #725F89 background

This text has black color on #725F89 background.


White color preview on #725F89 background

This text has white color on #725F89 background.