COLOR #725A71

HEX: #725A71 RGB: (114,90,113)

Color info

#725A71 contains red, green and blue colors in about the same proportion. Web safe color of #725A71 is #666666 (or #666).

RGB color model

#725A71 color RGB value is (114,90,113).

RGB: (114,90,113) (45%, 35%, 44%)

RGB channels and saturation

R 114 of 255 = 45%
G 90 of 255 = 35%
B 113 of 255 = 44%

114
90
113

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

Portions of RGB colors in percentages

R + G + B = 114 + 90 + 113 = 317 (100%)
R 114 of 317 ~ 35.96%
G 90 of 317 ~ 28.39%
B 113 of 317 ~ 35.65'%

%35.96
%28.39
%35.65

CMYK color model

#725A71 color CMYK value is (0,21,1,55).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 0.88%
  • key color value is 55.29%

CMYK: (0,21,1,55)
C0M21Y1K55 (0%, 21%, 1%, 55%)
(0.00 / 0.21 / 0.01 / 0.55)

CMYK percentages

%0
%21.05
%0.88
%55.29

Codes

Color #725A71 in popluar color models

72 5A 71
RGB 114 90 113
HSL 303° 11.76% 40.00%
HSB/HSV 303° 21.05% 44.71%
CMYK 0.00% 21.05% 0.88%
55.29%

Color #725A71 in popluar number systems.

HEX 72 5A 71
Decimal 114 90 113
Binary 1110010 1011010 1110001
Octal 162 132 161

Shades and tints

Shades of #725A71

#725A71
(114,90,113)
#685267
(104,82,103)
#5E4A5D
(94,74,93)
#544253
(84,66,83)
#4A3A49
(74,58,73)
#40323F
(64,50,63)
#362A35
(54,42,53)
#2C222B
(44,34,43)
#221A21
(34,26,33)
#181217
(24,18,23)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #725A71

#725A71
(114,90,113)
#7E697D
(126,105,125)
#8A7889
(138,120,137)
#968795
(150,135,149)
#A296A1
(162,150,161)
#AEA5AD
(174,165,173)
#BAB4B9
(186,180,185)
#C6C3C5
(198,195,197)
#D2D2D1
(210,210,209)
#DEE1DD
(222,225,221)
#EAF0E9
(234,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725A71; }

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

This text font color is #725A71.

Background Color

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

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

This div background color is #725A71.

Border color

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

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

This div border color is #725A71.

Opacity

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

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

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

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

This text has shadow with #725A71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #725A71.

Preview

Color preview on black background

This text has color #725A71 on black background.


Color preview on white background

This text has color #725A71 on white background.


Black color preview on #725A71 background

This text has black color on #725A71 background.


White color preview on #725A71 background

This text has white color on #725A71 background.


Related colors

Complementary color

Complementary color for #hex is #8DA58E.


I love getcolorcode.com

Triadic colors

1 #71725A and #5A7172 with #725A71 are triadic colors.

2 #715A72 and #5A7271 with #725A71 are triadic colors.