COLOR #725E8F

HEX: #725E8F RGB: (114,94,143)

Color info

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

RGB color model

#725E8F color RGB value is (114,94,143).

RGB: (114,94,143) (45%, 37%, 56%)

RGB channels and saturation

R 114 of 255 = 45%
G 94 of 255 = 37%
B 143 of 255 = 56%

114
94
143

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

Portions of RGB colors in percentages

R + G + B = 114 + 94 + 143 = 351 (100%)
R 114 of 351 ~ 32.48%
G 94 of 351 ~ 26.78%
B 143 of 351 ~ 40.74'%

%32.48
%26.78
%40.74

CMYK color model

#725E8F color CMYK value is (20,34,0,44).

  • cyan value is 20.28%
  • magenta value is 34.27%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (20,34,0,44)
C20M34Y0K44 (20%, 34%, 0%, 44%)
(0.20 / 0.34 / 0.00 / 0.44)

CMYK percentages

%20.28
%34.27
%0
%43.92

Codes

Color #725E8F in popluar color models

72 5E 8F
RGB 114 94 143
HSL 264° 20.68% 46.47%
HSB/HSV 264° 34.27% 56.08%
CMYK 20.28% 34.27% 0.00%
43.92%

Color #725E8F in popluar number systems.

HEX 72 5E 8F
Decimal 114 94 143
Binary 1110010 1011110 10001111
Octal 162 136 217

Shades and tints

Shades of #725E8F

#725E8F
(114,94,143)
#685682
(104,86,130)
#5E4E75
(94,78,117)
#544668
(84,70,104)
#4A3E5B
(74,62,91)
#40364E
(64,54,78)
#362E41
(54,46,65)
#2C2634
(44,38,52)
#221E27
(34,30,39)
#18161A
(24,22,26)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #725E8F

#725E8F
(114,94,143)
#7E6C99
(126,108,153)
#8A7AA3
(138,122,163)
#9688AD
(150,136,173)
#A296B7
(162,150,183)
#AEA4C1
(174,164,193)
#BAB2CB
(186,178,203)
#C6C0D5
(198,192,213)
#D2CEDF
(210,206,223)
#DEDCE9
(222,220,233)
#EAEAF3
(234,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725E8F color. Also use rgb(114,94,143) instead hex code.

Text Font Color

.myTextColor { color: #725E8F; }

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

This text font color is #725E8F.

Background Color

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

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

This div background color is #725E8F.

Border color

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

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

This div border color is #725E8F.

Opacity

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

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

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

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

This text has shadow with #725E8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #725E8F.

Preview

Color preview on black background

This text has color #725E8F on black background.


Color preview on white background

This text has color #725E8F on white background.


Black color preview on #725E8F background

This text has black color on #725E8F background.


White color preview on #725E8F background

This text has white color on #725E8F background.


Related colors

Complementary color

Complementary color for #hex is #8DA170.


I love getcolorcode.com

Triadic colors

1 #8F725E and #5E8F72 with #725E8F are triadic colors.

2 #8F5E72 and #5E728F with #725E8F are triadic colors.