COLOR #80807A

HEX: #80807A RGB: (128,128,122)

Color info

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

RGB color model

#80807A color RGB value is (128,128,122).

RGB: (128,128,122) (50%, 50%, 48%)

RGB channels and saturation

R 128 of 255 = 50%
G 128 of 255 = 50%
B 122 of 255 = 48%

128
128
122

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

Portions of RGB colors in percentages

R + G + B = 128 + 128 + 122 = 378 (100%)
R 128 of 378 ~ 33.86%
G 128 of 378 ~ 33.86%
B 122 of 378 ~ 32.28'%

%33.86
%33.86
%32.28

CMYK color model

#80807A color CMYK value is (0,0,5,50).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 4.69%
  • key color value is 49.80%

CMYK: (0,0,5,50)
C0M0Y5K50 (0%, 0%, 5%, 50%)
(0.00 / 0.00 / 0.05 / 0.50)

CMYK percentages

%0
%0
%4.69
%49.8

Codes

Color #80807A in popluar color models

80 80 7A
RGB 128 128 122
HSL 60° 2.40% 49.02%
HSB/HSV 60° 4.69% 50.20%
CMYK 0.00% 0.00% 4.69%
49.80%

Color #80807A in popluar number systems.

HEX 80 80 7A
Decimal 128 128 122
Binary 10000000 10000000 1111010
Octal 200 200 172

Shades and tints

Shades of #80807A

#80807A
(128,128,122)
#75756F
(117,117,111)
#6A6A64
(106,106,100)
#5F5F59
(95,95,89)
#54544E
(84,84,78)
#494943
(73,73,67)
#3E3E38
(62,62,56)
#33332D
(51,51,45)
#282822
(40,40,34)
#1D1D17
(29,29,23)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #80807A

#80807A
(128,128,122)
#8B8B86
(139,139,134)
#969692
(150,150,146)
#A1A19E
(161,161,158)
#ACACAA
(172,172,170)
#B7B7B6
(183,183,182)
#C2C2C2
(194,194,194)
#CDCDCE
(205,205,206)
#D8D8DA
(216,216,218)
#E3E3E6
(227,227,230)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80807A; }

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

This text font color is #80807A.

Background Color

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

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

This div background color is #80807A.

Border color

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

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

This div border color is #80807A.

Opacity

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

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

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

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

This text has shadow with #80807A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80807A.

Preview

Color preview on black background

This text has color #80807A on black background.


Color preview on white background

This text has color #80807A on white background.


Black color preview on #80807A background

This text has black color on #80807A background.


White color preview on #80807A background

This text has white color on #80807A background.


Related colors

Complementary color

Complementary color for #hex is #7F7F85.


I love getcolorcode.com