COLOR #725C88

HEX: #725C88 RGB: (114,92,136)

Color info

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

RGB color model

#725C88 color RGB value is (114,92,136).

RGB: (114,92,136) (45%, 36%, 53%)

RGB channels and saturation

R 114 of 255 = 45%
G 92 of 255 = 36%
B 136 of 255 = 53%

114
92
136

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

Portions of RGB colors in percentages

R + G + B = 114 + 92 + 136 = 342 (100%)
R 114 of 342 ~ 33.33%
G 92 of 342 ~ 26.9%
B 136 of 342 ~ 39.77'%

%33.33
%26.9
%39.77

CMYK color model

#725C88 color CMYK value is (16,32,0,47).

  • cyan value is 16.18%
  • magenta value is 32.35%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (16,32,0,47)
C16M32Y0K47 (16%, 32%, 0%, 47%)
(0.16 / 0.32 / 0.00 / 0.47)

CMYK percentages

%16.18
%32.35
%0
%46.67

Codes

Color #725C88 in popluar color models

72 5C 88
RGB 114 92 136
HSL 270° 19.30% 44.71%
HSB/HSV 270° 32.35% 53.33%
CMYK 16.18% 32.35% 0.00%
46.67%

Color #725C88 in popluar number systems.

HEX 72 5C 88
Decimal 114 92 136
Binary 1110010 1011100 10001000
Octal 162 134 210

Shades and tints

Shades of #725C88

#725C88
(114,92,136)
#68547C
(104,84,124)
#5E4C70
(94,76,112)
#544464
(84,68,100)
#4A3C58
(74,60,88)
#40344C
(64,52,76)
#362C40
(54,44,64)
#2C2434
(44,36,52)
#221C28
(34,28,40)
#18141C
(24,20,28)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #725C88

#725C88
(114,92,136)
#7E6A92
(126,106,146)
#8A789C
(138,120,156)
#9686A6
(150,134,166)
#A294B0
(162,148,176)
#AEA2BA
(174,162,186)
#BAB0C4
(186,176,196)
#C6BECE
(198,190,206)
#D2CCD8
(210,204,216)
#DEDAE2
(222,218,226)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725C88 color. Also use rgb(114,92,136) instead hex code.

Text Font Color

.myTextColor { color: #725C88; }

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

This text font color is #725C88.

Background Color

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

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

This div background color is #725C88.

Border color

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

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

This div border color is #725C88.

Opacity

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

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

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

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

This text has shadow with #725C88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #725C88.

Preview

Color preview on black background

This text has color #725C88 on black background.


Color preview on white background

This text has color #725C88 on white background.


Black color preview on #725C88 background

This text has black color on #725C88 background.


White color preview on #725C88 background

This text has white color on #725C88 background.


Related colors

Complementary color

Complementary color for #hex is #8DA377.


I love getcolorcode.com

Triadic colors

1 #88725C and #5C8872 with #725C88 are triadic colors.

2 #885C72 and #5C7288 with #725C88 are triadic colors.