COLOR #80726A

HEX: #80726A
RGB: (128,114,106)

Color info

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

RGB color model

#80726A color RGB value is (128,114,106).

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

RGB channels and saturation

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

128
114
106

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

Portions of RGB colors in percentages

R + G + B =
128 + 114 + 106 = 348 (100%)
R 128 of 348 ~ 36.78%
G 114 of 348 ~ 32.76%
B 106 of 348 ~ 30.46%

%36.78
%32.76
%30.46

CMYK color model

#80726A color CMYK value is (0,11,17,50).

  • cyan value is 0.00%
  • magenta value is 10.94%
  • yellow value is 17.19%
  • key color value is 49.80%
CMYK:
(0,11,17,50)
C0M11Y17K50 
(0%,11%,17%,50%)
(0.00/0.11/0.17/0.50)	

CMYK percentages

%0
%10.94
%17.19
%49.8

Codes

Color #80726A in popluar color models

80726A
RGB128114106
HSL22°9.40%45.88%
HSB/HSV22°17.19%50.20%
CMYK0.00%10.94%17.19%
49.80%

Color #80726A in popluar number systems.

HEX80726A
Decimal128114106
Binary1000000011100101101010
Octal200162152

Shades and tints

Shades of #80726A

#80726A
(128,114,106)
#756861
(117,104,97)
#6A5E58
(106,94,88)
#5F544F
(95,84,79)
#544A46
(84,74,70)
#49403D
(73,64,61)
#3E3634
(62,54,52)
#332C2B
(51,44,43)
#282222
(40,34,34)
#1D1819
(29,24,25)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #80726A

#80726A
(128,114,106)
#8B7E77
(139,126,119)
#968A84
(150,138,132)
#A19691
(161,150,145)
#ACA29E
(172,162,158)
#B7AEAB
(183,174,171)
#C2BAB8
(194,186,184)
#CDC6C5
(205,198,197)
#D8D2D2
(216,210,210)
#E3DEDF
(227,222,223)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80726A; }

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

This text font color is #80726A.


Background Color

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

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

This div background color is #80726A.


Border color

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

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

This div border color is #80726A.


Opacity

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

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

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

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

This text has shadow with #80726A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80726A on black background.


Color preview on white background

This text has color #80726A on white background.



Black color preview on #80726A background

This text has black color on #80726A background.


White color preview on #80726A background

This text has white color on #80726A background.