COLOR #7D728E

HEX: #7D728E RGB: (125,114,142)

Color info

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

RGB color model

#7D728E color RGB value is (125,114,142).

RGB: (125,114,142) (49%, 45%, 56%)

RGB channels and saturation

R 125 of 255 = 49%
G 114 of 255 = 45%
B 142 of 255 = 56%

125
114
142

R + G + B ~ 50%. #7D728E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 125 + 114 + 142 = 381 (100%)
R 125 of 381 ~ 32.81%
G 114 of 381 ~ 29.92%
B 142 of 381 ~ 37.27'%

%32.81
%29.92
%37.27

CMYK color model

#7D728E color CMYK value is (12,20,0,44).

  • cyan value is 11.97%
  • magenta value is 19.72%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (12,20,0,44)
C12M20Y0K44 (12%, 20%, 0%, 44%)
(0.12 / 0.20 / 0.00 / 0.44)

CMYK percentages

%11.97
%19.72
%0
%44.31

Codes

Color #7D728E in popluar color models

7D 72 8E
RGB 125 114 142
HSL 264° 11.02% 50.20%
HSB/HSV 264° 19.72% 55.69%
CMYK 11.97% 19.72% 0.00%
44.31%

Color #7D728E in popluar number systems.

HEX 7D 72 8E
Decimal 125 114 142
Binary 1111101 1110010 10001110
Octal 175 162 216

Shades and tints

Shades of #7D728E

#7D728E
(125,114,142)
#726882
(114,104,130)
#675E76
(103,94,118)
#5C546A
(92,84,106)
#514A5E
(81,74,94)
#464052
(70,64,82)
#3B3646
(59,54,70)
#302C3A
(48,44,58)
#25222E
(37,34,46)
#1A1822
(26,24,34)
#0F0E16
(15,14,22)
#000000
(0,0,0)

Tints of #7D728E

#7D728E
(125,114,142)
#887E98
(136,126,152)
#938AA2
(147,138,162)
#9E96AC
(158,150,172)
#A9A2B6
(169,162,182)
#B4AEC0
(180,174,192)
#BFBACA
(191,186,202)
#CAC6D4
(202,198,212)
#D5D2DE
(213,210,222)
#E0DEE8
(224,222,232)
#EBEAF2
(235,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D728E color. Also use rgb(125,114,142) instead hex code.

Text Font Color

.myTextColor { color: #7D728E; }

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

This text font color is #7D728E.

Background Color

.myBgColor { background-color: #7D728E; }

<div style="background-color:#7D728E">Inner text</div>

This div background color is #7D728E.

Border color

.myBorderColor { border: 1px solid #7D728E; }

<div style="border:3px solid #7D728E">Div</div>

This div border color is #7D728E.

Opacity

.myOpacity80 { color: #7D728E; opacity: 0.8; }

<p style="color:#7D728E;opacity:0.8;">80%</p>

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

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

This text has shadow with #7D728E color.


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

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

This text has shadow with #7D728E primary color and red secondary color.


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

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

This text has shadow with #7D728E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7D728E.

Preview

Color preview on black background

This text has color #7D728E on black background.


Color preview on white background

This text has color #7D728E on white background.


Black color preview on #7D728E background

This text has black color on #7D728E background.


White color preview on #7D728E background

This text has white color on #7D728E background.


Related colors

Complementary color

Complementary color for #hex is #828D71.


I love getcolorcode.com

Triadic colors

1 #8E7D72 and #728E7D with #7D728E are triadic colors.

2 #8E727D and #727D8E with #7D728E are triadic colors.