COLOR #80787D

HEX: #80787D RGB: (128,120,125)

Color info

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

RGB color model

#80787D color RGB value is (128,120,125).

RGB: (128,120,125) (50%, 47%, 49%)

RGB channels and saturation

R 128 of 255 = 50%
G 120 of 255 = 47%
B 125 of 255 = 49%

128
120
125

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

Portions of RGB colors in percentages

R + G + B = 128 + 120 + 125 = 373 (100%)
R 128 of 373 ~ 34.32%
G 120 of 373 ~ 32.17%
B 125 of 373 ~ 33.51'%

%34.32
%32.17
%33.51

CMYK color model

#80787D color CMYK value is (0,6,2,50).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 2.34%
  • key color value is 49.80%
CMYK: (0,6,2,50) C0M6Y2K50 (0%,6%,2%,50%) (0.00/0.06/0.02/0.50) 

CMYK percentages

%0
%6.25
%2.34
%49.8

Codes

Color #80787D in popluar color models

80 78 7D
RGB 128 120 125
HSL 323° 3.23% 48.63%
HSB/HSV 323° 6.25% 50.20%
CMYK 0.00% 6.25% 2.34%
49.80%

Color #80787D in popluar number systems.

HEX 80 78 7D
Decimal 128 120 125
Binary 10000000 1111000 1111101
Octal 200 170 175

Shades and tints

Shades of #80787D

#80787D
(128,120,125)
#756E72
(117,110,114)
#6A6467
(106,100,103)
#5F5A5C
(95,90,92)
#545051
(84,80,81)
#494646
(73,70,70)
#3E3C3B
(62,60,59)
#333230
(51,50,48)
#282825
(40,40,37)
#1D1E1A
(29,30,26)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #80787D

#80787D
(128,120,125)
#8B8488
(139,132,136)
#969093
(150,144,147)
#A19C9E
(161,156,158)
#ACA8A9
(172,168,169)
#B7B4B4
(183,180,180)
#C2C0BF
(194,192,191)
#CDCCCA
(205,204,202)
#D8D8D5
(216,216,213)
#E3E4E0
(227,228,224)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80787D; }

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

This text font color is #80787D.

Background Color

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

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

This div background color is #80787D.

Border color

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

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

This div border color is #80787D.

Opacity

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

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

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

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

This text has shadow with #80787D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80787D.

Preview

Color preview on black background

This text has color #80787D on black background.


Color preview on white background

This text has color #80787D on white background.


Black color preview on #80787D background

This text has black color on #80787D background.


White color preview on #80787D background

This text has white color on #80787D background.


Related colors

Complementary color

Complementary color for #hex is #7F8782.


I love getcolorcode.com

Triadic colors

1 #7D8078 and #787D80 with #80787D are triadic colors.

2 #7D7880 and #78807D with #80787D are triadic colors.