COLOR #8D728F

HEX: #8D728F RGB: (141,114,143)

Color info

#8D728F contains red, green and blue colors in about the same proportion. Web safe color of #8D728F is #996699 (or #969).

RGB color model

#8D728F color RGB value is (141,114,143).

RGB: (141,114,143) (55%, 45%, 56%)

RGB channels and saturation

R 141 of 255 = 55%
G 114 of 255 = 45%
B 143 of 255 = 56%

141
114
143

R + G + B ~ 52%. #8D728F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 141 + 114 + 143 = 398 (100%)
R 141 of 398 ~ 35.43%
G 114 of 398 ~ 28.64%
B 143 of 398 ~ 35.93'%

%35.43
%28.64
%35.93

CMYK color model

#8D728F color CMYK value is (1,20,0,44).

  • cyan value is 1.40%
  • magenta value is 20.28%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (1,20,0,44)
C1M20Y0K44 (1%, 20%, 0%, 44%)
(0.01 / 0.20 / 0.00 / 0.44)

CMYK percentages

%1.4
%20.28
%0
%43.92

Codes

Color #8D728F in popluar color models

8D 72 8F
RGB 141 114 143
HSL 296° 11.46% 50.39%
HSB/HSV 296° 20.28% 56.08%
CMYK 1.40% 20.28% 0.00%
43.92%

Color #8D728F in popluar number systems.

HEX 8D 72 8F
Decimal 141 114 143
Binary 10001101 1110010 10001111
Octal 215 162 217

Shades and tints

Shades of #8D728F

#8D728F
(141,114,143)
#816882
(129,104,130)
#755E75
(117,94,117)
#695468
(105,84,104)
#5D4A5B
(93,74,91)
#51404E
(81,64,78)
#453641
(69,54,65)
#392C34
(57,44,52)
#2D2227
(45,34,39)
#21181A
(33,24,26)
#150E0D
(21,14,13)
#000000
(0,0,0)

Tints of #8D728F

#8D728F
(141,114,143)
#977E99
(151,126,153)
#A18AA3
(161,138,163)
#AB96AD
(171,150,173)
#B5A2B7
(181,162,183)
#BFAEC1
(191,174,193)
#C9BACB
(201,186,203)
#D3C6D5
(211,198,213)
#DDD2DF
(221,210,223)
#E7DEE9
(231,222,233)
#F1EAF3
(241,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D728F color. Also use rgb(141,114,143) instead hex code.

Text Font Color

.myTextColor { color: #8D728F; }

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

This text font color is #8D728F.

Background Color

.myBgColor { background-color: #8D728F; }

<div style="background-color:#8D728F">Inner text</div>

This div background color is #8D728F.

Border color

.myBorderColor { border: 1px solid #8D728F; }

<div style="border:3px solid #8D728F">Div</div>

This div border color is #8D728F.

Opacity

.myOpacity80 { color: #8D728F; opacity: 0.8; }

<p style="color:#8D728F;opacity:0.8;">80%</p>

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

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

This text has shadow with #8D728F color.


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

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

This text has shadow with #8D728F primary color and red secondary color.


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

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

This text has shadow with #8D728F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8D728F.

Preview

Color preview on black background

This text has color #8D728F on black background.


Color preview on white background

This text has color #8D728F on white background.


Black color preview on #8D728F background

This text has black color on #8D728F background.


White color preview on #8D728F background

This text has white color on #8D728F background.


Related colors

Complementary color

Complementary color for #hex is #728D70.


I love getcolorcode.com

Triadic colors

1 #8F8D72 and #728F8D with #8D728F are triadic colors.

2 #8F728D and #728D8F with #8D728F are triadic colors.