COLOR #7D728A

HEX: #7D728A RGB: (125,114,138)

Color info

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

RGB color model

#7D728A color RGB value is (125,114,138).

RGB: (125,114,138) (49%, 45%, 54%)

RGB channels and saturation

R 125 of 255 = 49%
G 114 of 255 = 45%
B 138 of 255 = 54%

125
114
138

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

Portions of RGB colors in percentages

R + G + B = 125 + 114 + 138 = 377 (100%)
R 125 of 377 ~ 33.16%
G 114 of 377 ~ 30.24%
B 138 of 377 ~ 36.6'%

%33.16
%30.24
%36.6

CMYK color model

#7D728A color CMYK value is (9,17,0,46).

  • cyan value is 9.42%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (9,17,0,46)
C9M17Y0K46 (9%, 17%, 0%, 46%)
(0.09 / 0.17 / 0.00 / 0.46)

CMYK percentages

%9.42
%17.39
%0
%45.88

Codes

Color #7D728A in popluar color models

7D 72 8A
RGB 125 114 138
HSL 268° 9.52% 49.41%
HSB/HSV 268° 17.39% 54.12%
CMYK 9.42% 17.39% 0.00%
45.88%

Color #7D728A in popluar number systems.

HEX 7D 72 8A
Decimal 125 114 138
Binary 1111101 1110010 10001010
Octal 175 162 212

Shades and tints

Shades of #7D728A

#7D728A
(125,114,138)
#72687E
(114,104,126)
#675E72
(103,94,114)
#5C5466
(92,84,102)
#514A5A
(81,74,90)
#46404E
(70,64,78)
#3B3642
(59,54,66)
#302C36
(48,44,54)
#25222A
(37,34,42)
#1A181E
(26,24,30)
#0F0E12
(15,14,18)
#000000
(0,0,0)

Tints of #7D728A

#7D728A
(125,114,138)
#887E94
(136,126,148)
#938A9E
(147,138,158)
#9E96A8
(158,150,168)
#A9A2B2
(169,162,178)
#B4AEBC
(180,174,188)
#BFBAC6
(191,186,198)
#CAC6D0
(202,198,208)
#D5D2DA
(213,210,218)
#E0DEE4
(224,222,228)
#EBEAEE
(235,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D728A; }

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

This text font color is #7D728A.

Background Color

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

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

This div background color is #7D728A.

Border color

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

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

This div border color is #7D728A.

Opacity

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

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

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

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

This text has shadow with #7D728A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D728A.

Preview

Color preview on black background

This text has color #7D728A on black background.


Color preview on white background

This text has color #7D728A on white background.


Black color preview on #7D728A background

This text has black color on #7D728A background.


White color preview on #7D728A background

This text has white color on #7D728A background.


Related colors

Complementary color

Complementary color for #hex is #828D75.


I love getcolorcode.com

Triadic colors

1 #8A7D72 and #728A7D with #7D728A are triadic colors.

2 #8A727D and #727D8A with #7D728A are triadic colors.