COLOR #80726F

HEX: #80726F
RGB: (128,114,111)

Color info

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

RGB color model

#80726F color RGB value is (128,114,111).

  • red value is 128;
  • green value is 114;
  • blue value is 111.
RGB:
(128,114,111)
(50%,45%,44%)

RGB channels and saturation

R 128 of 255 = 50%
G 114 of 255 = 45%
B 111 of 255 = 44%

128
114
111

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

Portions of RGB colors in percentages

R + G + B =
128 + 114 + 111 = 353 (100%)
R 128 of 353 ~ 36.26%
G 114 of 353 ~ 32.29%
B 111 of 353 ~ 31.44%

%36.26
%32.29
%31.44

CMYK color model

#80726F color CMYK value is (0,11,13,50).

  • cyan value is 0.00%
  • magenta value is 10.94%
  • yellow value is 13.28%
  • key color value is 49.80%
CMYK:
(0,11,13,50)
C0M11Y13K50 
(0%,11%,13%,50%)
(0.00/0.11/0.13/0.50)	

CMYK percentages

%0
%10.94
%13.28
%49.8

Codes

Color #80726F in popluar color models

80726F
RGB128114111
HSL11°7.11%46.86%
HSB/HSV11°13.28%50.20%
CMYK0.00%10.94%13.28%
49.80%

Color #80726F in popluar number systems.

HEX80726F
Decimal128114111
Binary1000000011100101101111
Octal200162157

Shades and tints

Shades of #80726F

#80726F
(128,114,111)
#756865
(117,104,101)
#6A5E5B
(106,94,91)
#5F5451
(95,84,81)
#544A47
(84,74,71)
#49403D
(73,64,61)
#3E3633
(62,54,51)
#332C29
(51,44,41)
#28221F
(40,34,31)
#1D1815
(29,24,21)
#120E0B
(18,14,11)
#000000
(0,0,0)

Tints of #80726F

#80726F
(128,114,111)
#8B7E7C
(139,126,124)
#968A89
(150,138,137)
#A19696
(161,150,150)
#ACA2A3
(172,162,163)
#B7AEB0
(183,174,176)
#C2BABD
(194,186,189)
#CDC6CA
(205,198,202)
#D8D2D7
(216,210,215)
#E3DEE4
(227,222,228)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80726F; }

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

This text font color is #80726F.


Background Color

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

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

This div background color is #80726F.


Border color

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

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

This div border color is #80726F.


Opacity

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

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

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

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

This text has shadow with #80726F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80726F on black background.


Color preview on white background

This text has color #80726F on white background.



Black color preview on #80726F background

This text has black color on #80726F background.


White color preview on #80726F background

This text has white color on #80726F background.