COLOR #80728D

HEX: #80728D RGB: (128,114,141)

Color info

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

RGB color model

#80728D color RGB value is (128,114,141).

RGB: (128,114,141) (50%, 45%, 55%)

RGB channels and saturation

R 128 of 255 = 50%
G 114 of 255 = 45%
B 141 of 255 = 55%

128
114
141

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

Portions of RGB colors in percentages

R + G + B = 128 + 114 + 141 = 383 (100%)
R 128 of 383 ~ 33.42%
G 114 of 383 ~ 29.77%
B 141 of 383 ~ 36.81'%

%33.42
%29.77
%36.81

CMYK color model

#80728D color CMYK value is (9,19,0,45).

  • cyan value is 9.22%
  • magenta value is 19.15%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (9,19,0,45) C9M19Y0K45 (9%,19%,0%,45%) (0.09/0.19/0.00/0.45) 

CMYK percentages

%9.22
%19.15
%0
%44.71

Codes

Color #80728D in popluar color models

80 72 8D
RGB 128 114 141
HSL 271° 10.59% 50.00%
HSB/HSV 271° 19.15% 55.29%
CMYK 9.22% 19.15% 0.00%
44.71%

Color #80728D in popluar number systems.

HEX 80 72 8D
Decimal 128 114 141
Binary 10000000 1110010 10001101
Octal 200 162 215

Shades and tints

Shades of #80728D

#80728D
(128,114,141)
#756881
(117,104,129)
#6A5E75
(106,94,117)
#5F5469
(95,84,105)
#544A5D
(84,74,93)
#494051
(73,64,81)
#3E3645
(62,54,69)
#332C39
(51,44,57)
#28222D
(40,34,45)
#1D1821
(29,24,33)
#120E15
(18,14,21)
#000000
(0,0,0)

Tints of #80728D

#80728D
(128,114,141)
#8B7E97
(139,126,151)
#968AA1
(150,138,161)
#A196AB
(161,150,171)
#ACA2B5
(172,162,181)
#B7AEBF
(183,174,191)
#C2BAC9
(194,186,201)
#CDC6D3
(205,198,211)
#D8D2DD
(216,210,221)
#E3DEE7
(227,222,231)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80728D color. Also use rgb(128,114,141) instead hex code.

Text Font Color

.myTextColor { color: #80728D; }

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

This text font color is #80728D.

Background Color

.myBgColor { background-color: #80728D; }

<div style="background-color:#80728D">Inner text</div>

This div background color is #80728D.

Border color

.myBorderColor { border: 1px solid #80728D; }

<div style="border:3px solid #80728D">Div</div>

This div border color is #80728D.

Opacity

.myOpacity80 { color: #80728D; opacity: 0.8; }

<p style="color:#80728D;opacity:0.8;">80%</p>

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

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

This text has shadow with #80728D color.


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

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

This text has shadow with #80728D primary color and red secondary color.


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

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

This text has shadow with #80728D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #80728D.

Preview

Color preview on black background

This text has color #80728D on black background.


Color preview on white background

This text has color #80728D on white background.


Black color preview on #80728D background

This text has black color on #80728D background.


White color preview on #80728D background

This text has white color on #80728D background.


Related colors

Complementary color

Complementary color for #hex is #7F8D72.


I love getcolorcode.com

Triadic colors

1 #8D8072 and #728D80 with #80728D are triadic colors.

2 #8D7280 and #72808D with #80728D are triadic colors.