COLOR #80727E

HEX: #80727E RGB: (128,114,126)

Color info

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

RGB color model

#80727E color RGB value is (128,114,126).

RGB: (128,114,126) (50%, 45%, 49%)

RGB channels and saturation

R 128 of 255 = 50%
G 114 of 255 = 45%
B 126 of 255 = 49%

128
114
126

R + G + B ~ 48%. #80727E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 114 + 126 = 368 (100%)
R 128 of 368 ~ 34.78%
G 114 of 368 ~ 30.98%
B 126 of 368 ~ 34.24'%

%34.78
%30.98
%34.24

CMYK color model

#80727E color CMYK value is (0,11,2,50).

  • cyan value is 0.00%
  • magenta value is 10.94%
  • yellow value is 1.56%
  • key color value is 49.80%

CMYK: (0,11,2,50)
C0M11Y2K50 (0%, 11%, 2%, 50%)
(0.00 / 0.11 / 0.02 / 0.50)

CMYK percentages

%0
%10.94
%1.56
%49.8

Codes

Color #80727E in popluar color models

80 72 7E
RGB 128 114 126
HSL 309° 5.79% 47.45%
HSB/HSV 309° 10.94% 50.20%
CMYK 0.00% 10.94% 1.56%
49.80%

Color #80727E in popluar number systems.

HEX 80 72 7E
Decimal 128 114 126
Binary 10000000 1110010 1111110
Octal 200 162 176

Shades and tints

Shades of #80727E

#80727E
(128,114,126)
#756873
(117,104,115)
#6A5E68
(106,94,104)
#5F545D
(95,84,93)
#544A52
(84,74,82)
#494047
(73,64,71)
#3E363C
(62,54,60)
#332C31
(51,44,49)
#282226
(40,34,38)
#1D181B
(29,24,27)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #80727E

#80727E
(128,114,126)
#8B7E89
(139,126,137)
#968A94
(150,138,148)
#A1969F
(161,150,159)
#ACA2AA
(172,162,170)
#B7AEB5
(183,174,181)
#C2BAC0
(194,186,192)
#CDC6CB
(205,198,203)
#D8D2D6
(216,210,214)
#E3DEE1
(227,222,225)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80727E color. Also use rgb(128,114,126) instead hex code.

Text Font Color

.myTextColor { color: #80727E; }

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

This text font color is #80727E.

Background Color

.myBgColor { background-color: #80727E; }

<div style="background-color:#80727E">Inner text</div>

This div background color is #80727E.

Border color

.myBorderColor { border: 1px solid #80727E; }

<div style="border:3px solid #80727E">Div</div>

This div border color is #80727E.

Opacity

.myOpacity80 { color: #80727E; opacity: 0.8; }

<p style="color:#80727E;opacity:0.8;">80%</p>

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

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

This text has shadow with #80727E color.


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

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

This text has shadow with #80727E primary color and red secondary color.


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

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

This text has shadow with #80727E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #80727E.

Preview

Color preview on black background

This text has color #80727E on black background.


Color preview on white background

This text has color #80727E on white background.


Black color preview on #80727E background

This text has black color on #80727E background.


White color preview on #80727E background

This text has white color on #80727E background.


Related colors

Complementary color

Complementary color for #hex is #7F8D81.


I love getcolorcode.com

Triadic colors

1 #7E8072 and #727E80 with #80727E are triadic colors.

2 #7E7280 and #72807E with #80727E are triadic colors.