COLOR #80727F

HEX: #80727F
RGB: (128,114,127)

Color info

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

RGB color model

#80727F color RGB value is (128,114,127).

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

RGB channels and saturation

R 128 of 255 = 50%
G 114 of 255 = 45%
B 127 of 255 = 50%

128
114
127

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

Portions of RGB colors in percentages

R + G + B =
128 + 114 + 127 = 369 (100%)
R 128 of 369 ~ 34.69%
G 114 of 369 ~ 30.89%
B 127 of 369 ~ 34.42%

%34.69
%30.89
%34.42

CMYK color model

#80727F color CMYK value is (0,11,1,50).

  • cyan value is 0.00%
  • magenta value is 10.94%
  • yellow value is 0.78%
  • key color value is 49.80%
CMYK:
(0,11,1,50)
C0M11Y1K50 
(0%,11%,1%,50%)
(0.00/0.11/0.01/0.50)	

CMYK percentages

%0
%10.94
%0.78
%49.8

Codes

Color #80727F in popluar color models

80727F
RGB128114127
HSL304°5.79%47.45%
HSB/HSV304°10.94%50.20%
CMYK0.00%10.94%0.78%
49.80%

Color #80727F in popluar number systems.

HEX80727F
Decimal128114127
Binary1000000011100101111111
Octal200162177

Shades and tints

Shades of #80727F

#80727F
(128,114,127)
#756874
(117,104,116)
#6A5E69
(106,94,105)
#5F545E
(95,84,94)
#544A53
(84,74,83)
#494048
(73,64,72)
#3E363D
(62,54,61)
#332C32
(51,44,50)
#282227
(40,34,39)
#1D181C
(29,24,28)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #80727F

#80727F
(128,114,127)
#8B7E8A
(139,126,138)
#968A95
(150,138,149)
#A196A0
(161,150,160)
#ACA2AB
(172,162,171)
#B7AEB6
(183,174,182)
#C2BAC1
(194,186,193)
#CDC6CC
(205,198,204)
#D8D2D7
(216,210,215)
#E3DEE2
(227,222,226)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80727F; }

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

This text font color is #80727F.


Background Color

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

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

This div background color is #80727F.


Border color

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

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

This div border color is #80727F.


Opacity

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

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

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

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

This text has shadow with #80727F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80727F on black background.


Color preview on white background

This text has color #80727F on white background.



Black color preview on #80727F background

This text has black color on #80727F background.


White color preview on #80727F background

This text has white color on #80727F background.