COLOR #80726C

HEX: #80726C RGB: (128,114,108)

Color info

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

RGB color model

#80726C color RGB value is (128,114,108).

RGB: (128,114,108) (50%, 45%, 42%)

RGB channels and saturation

R 128 of 255 = 50%
G 114 of 255 = 45%
B 108 of 255 = 42%

128
114
108

R + G + B ~ 46%. #80726C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 114 + 108 = 350 (100%)
R 128 of 350 ~ 36.57%
G 114 of 350 ~ 32.57%
B 108 of 350 ~ 30.86'%

%36.57
%32.57
%30.86

CMYK color model

#80726C color CMYK value is (0,11,16,50).

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

CMYK: (0,11,16,50)
C0M11Y16K50 (0%, 11%, 16%, 50%)
(0.00 / 0.11 / 0.16 / 0.50)

CMYK percentages

%0
%10.94
%15.63
%49.8

Codes

Color #80726C in popluar color models

80 72 6C
RGB 128 114 108
HSL 18° 8.47% 46.27%
HSB/HSV 18° 15.63% 50.20%
CMYK 0.00% 10.94% 15.63%
49.80%

Color #80726C in popluar number systems.

HEX 80 72 6C
Decimal 128 114 108
Binary 10000000 1110010 1101100
Octal 200 162 154

Shades and tints

Shades of #80726C

#80726C
(128,114,108)
#756863
(117,104,99)
#6A5E5A
(106,94,90)
#5F5451
(95,84,81)
#544A48
(84,74,72)
#49403F
(73,64,63)
#3E3636
(62,54,54)
#332C2D
(51,44,45)
#282224
(40,34,36)
#1D181B
(29,24,27)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #80726C

#80726C
(128,114,108)
#8B7E79
(139,126,121)
#968A86
(150,138,134)
#A19693
(161,150,147)
#ACA2A0
(172,162,160)
#B7AEAD
(183,174,173)
#C2BABA
(194,186,186)
#CDC6C7
(205,198,199)
#D8D2D4
(216,210,212)
#E3DEE1
(227,222,225)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80726C color. Also use rgb(128,114,108) instead hex code.

Text Font Color

.myTextColor { color: #80726C; }

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

This text font color is #80726C.

Background Color

.myBgColor { background-color: #80726C; }

<div style="background-color:#80726C">Inner text</div>

This div background color is #80726C.

Border color

.myBorderColor { border: 1px solid #80726C; }

<div style="border:3px solid #80726C">Div</div>

This div border color is #80726C.

Opacity

.myOpacity80 { color: #80726C; opacity: 0.8; }

<p style="color:#80726C;opacity:0.8;">80%</p>

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

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

This text has shadow with #80726C color.


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

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

This text has shadow with #80726C primary color and red secondary color.


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

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

This text has shadow with #80726C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #80726C.

Preview

Color preview on black background

This text has color #80726C on black background.


Color preview on white background

This text has color #80726C on white background.


Black color preview on #80726C background

This text has black color on #80726C background.


White color preview on #80726C background

This text has white color on #80726C background.


Related colors

Complementary color

Complementary color for #hex is #7F8D93.


I love getcolorcode.com

Triadic colors

1 #6C8072 and #726C80 with #80726C are triadic colors.

2 #6C7280 and #72806C with #80726C are triadic colors.