COLOR #725D7F

HEX: #725D7F RGB: (114,93,127)

Color info

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

RGB color model

#725D7F color RGB value is (114,93,127).

RGB: (114,93,127) (45%, 36%, 50%)

RGB channels and saturation

R 114 of 255 = 45%
G 93 of 255 = 36%
B 127 of 255 = 50%

114
93
127

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

Portions of RGB colors in percentages

R + G + B = 114 + 93 + 127 = 334 (100%)
R 114 of 334 ~ 34.13%
G 93 of 334 ~ 27.84%
B 127 of 334 ~ 38.02'%

%34.13
%27.84
%38.02

CMYK color model

#725D7F color CMYK value is (10,27,0,50).

  • cyan value is 10.24%
  • magenta value is 26.77%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (10,27,0,50)
C10M27Y0K50 (10%, 27%, 0%, 50%)
(0.10 / 0.27 / 0.00 / 0.50)

CMYK percentages

%10.24
%26.77
%0
%50.2

Codes

Color #725D7F in popluar color models

72 5D 7F
RGB 114 93 127
HSL 277° 15.45% 43.14%
HSB/HSV 277° 26.77% 49.80%
CMYK 10.24% 26.77% 0.00%
50.20%

Color #725D7F in popluar number systems.

HEX 72 5D 7F
Decimal 114 93 127
Binary 1110010 1011101 1111111
Octal 162 135 177

Shades and tints

Shades of #725D7F

#725D7F
(114,93,127)
#685574
(104,85,116)
#5E4D69
(94,77,105)
#54455E
(84,69,94)
#4A3D53
(74,61,83)
#403548
(64,53,72)
#362D3D
(54,45,61)
#2C2532
(44,37,50)
#221D27
(34,29,39)
#18151C
(24,21,28)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #725D7F

#725D7F
(114,93,127)
#7E6B8A
(126,107,138)
#8A7995
(138,121,149)
#9687A0
(150,135,160)
#A295AB
(162,149,171)
#AEA3B6
(174,163,182)
#BAB1C1
(186,177,193)
#C6BFCC
(198,191,204)
#D2CDD7
(210,205,215)
#DEDBE2
(222,219,226)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725D7F color. Also use rgb(114,93,127) instead hex code.

Text Font Color

.myTextColor { color: #725D7F; }

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

This text font color is #725D7F.

Background Color

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

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

This div background color is #725D7F.

Border color

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

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

This div border color is #725D7F.

Opacity

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

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

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

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

This text has shadow with #725D7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #725D7F.

Preview

Color preview on black background

This text has color #725D7F on black background.


Color preview on white background

This text has color #725D7F on white background.


Black color preview on #725D7F background

This text has black color on #725D7F background.


White color preview on #725D7F background

This text has white color on #725D7F background.


Related colors

Complementary color

Complementary color for #hex is #8DA280.


I love getcolorcode.com

Triadic colors

1 #7F725D and #5D7F72 with #725D7F are triadic colors.

2 #7F5D72 and #5D727F with #725D7F are triadic colors.