COLOR #80787A

HEX: #80787A RGB: (128,120,122)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

128
120
122

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

Portions of RGB colors in percentages

R + G + B = 128 + 120 + 122 = 370 (100%)
R 128 of 370 ~ 34.59%
G 120 of 370 ~ 32.43%
B 122 of 370 ~ 32.97'%

%34.59
%32.43
%32.97

CMYK color model

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

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

CMYK: (0,6,5,50)
C0M6Y5K50 (0%, 6%, 5%, 50%)
(0.00 / 0.06 / 0.05 / 0.50)

CMYK percentages

%0
%6.25
%4.69
%49.8

Codes

Color #80787A in popluar color models

80 78 7A
RGB 128 120 122
HSL 345° 3.23% 48.63%
HSB/HSV 345° 6.25% 50.20%
CMYK 0.00% 6.25% 4.69%
49.80%

Color #80787A in popluar number systems.

HEX 80 78 7A
Decimal 128 120 122
Binary 10000000 1111000 1111010
Octal 200 170 172

Shades and tints

Shades of #80787A

#80787A
(128,120,122)
#756E6F
(117,110,111)
#6A6464
(106,100,100)
#5F5A59
(95,90,89)
#54504E
(84,80,78)
#494643
(73,70,67)
#3E3C38
(62,60,56)
#33322D
(51,50,45)
#282822
(40,40,34)
#1D1E17
(29,30,23)
#12140C
(18,20,12)
#000000
(0,0,0)

Tints of #80787A

#80787A
(128,120,122)
#8B8486
(139,132,134)
#969092
(150,144,146)
#A19C9E
(161,156,158)
#ACA8AA
(172,168,170)
#B7B4B6
(183,180,182)
#C2C0C2
(194,192,194)
#CDCCCE
(205,204,206)
#D8D8DA
(216,216,218)
#E3E4E6
(227,228,230)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80787A; }

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

This text font color is #80787A.

Background Color

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

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

This div background color is #80787A.

Border color

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

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

This div border color is #80787A.

Opacity

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

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

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

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

This text has shadow with #80787A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80787A.

Preview

Color preview on black background

This text has color #80787A on black background.


Color preview on white background

This text has color #80787A on white background.


Black color preview on #80787A background

This text has black color on #80787A background.


White color preview on #80787A background

This text has white color on #80787A background.


Related colors

Complementary color

Complementary color for #hex is #7F8785.


I love getcolorcode.com

Triadic colors

1 #7A8078 and #787A80 with #80787A are triadic colors.

2 #7A7880 and #78807A with #80787A are triadic colors.