COLOR #80787B

HEX: #80787B RGB: (128,120,123)

Color info

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

RGB color model

#80787B color RGB value is (128,120,123).

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

RGB channels and saturation

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

128
120
123

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

Portions of RGB colors in percentages

R + G + B = 128 + 120 + 123 = 371 (100%)
R 128 of 371 ~ 34.5%
G 120 of 371 ~ 32.35%
B 123 of 371 ~ 33.15'%

%34.5
%32.35
%33.15

CMYK color model

#80787B color CMYK value is (0,6,4,50).

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

CMYK: (0,6,4,50)
C0M6Y4K50 (0%, 6%, 4%, 50%)
(0.00 / 0.06 / 0.04 / 0.50)

CMYK percentages

%0
%6.25
%3.91
%49.8

Codes

Color #80787B in popluar color models

80 78 7B
RGB 128 120 123
HSL 338° 3.23% 48.63%
HSB/HSV 338° 6.25% 50.20%
CMYK 0.00% 6.25% 3.91%
49.80%

Color #80787B in popluar number systems.

HEX 80 78 7B
Decimal 128 120 123
Binary 10000000 1111000 1111011
Octal 200 170 173

Shades and tints

Shades of #80787B

#80787B
(128,120,123)
#756E70
(117,110,112)
#6A6465
(106,100,101)
#5F5A5A
(95,90,90)
#54504F
(84,80,79)
#494644
(73,70,68)
#3E3C39
(62,60,57)
#33322E
(51,50,46)
#282823
(40,40,35)
#1D1E18
(29,30,24)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #80787B

#80787B
(128,120,123)
#8B8487
(139,132,135)
#969093
(150,144,147)
#A19C9F
(161,156,159)
#ACA8AB
(172,168,171)
#B7B4B7
(183,180,183)
#C2C0C3
(194,192,195)
#CDCCCF
(205,204,207)
#D8D8DB
(216,216,219)
#E3E4E7
(227,228,231)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80787B; }

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

This text font color is #80787B.

Background Color

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

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

This div background color is #80787B.

Border color

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

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

This div border color is #80787B.

Opacity

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

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

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

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

This text has shadow with #80787B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80787B.

Preview

Color preview on black background

This text has color #80787B on black background.


Color preview on white background

This text has color #80787B on white background.


Black color preview on #80787B background

This text has black color on #80787B background.


White color preview on #80787B background

This text has white color on #80787B background.


Related colors

Complementary color

Complementary color for #hex is #7F8784.


I love getcolorcode.com

Triadic colors

1 #7B8078 and #787B80 with #80787B are triadic colors.

2 #7B7880 and #78807B with #80787B are triadic colors.