COLOR #80797B

HEX: #80797B
RGB: (128,121,123)

Color info

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

RGB color model

#80797B color RGB value is (128,121,123).

  • red value is 128;
  • green value is 121;
  • blue value is 123.
RGB:
(128,121,123)
(50%,47%,48%)

RGB channels and saturation

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

128
121
123

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

Portions of RGB colors in percentages

R + G + B =
128 + 121 + 123 = 372 (100%)
R 128 of 372 ~ 34.41%
G 121 of 372 ~ 32.53%
B 123 of 372 ~ 33.06%

%34.41
%32.53
%33.06

CMYK color model

#80797B color CMYK value is (0,5,4,50).

  • cyan value is 0.00%
  • magenta value is 5.47%
  • yellow value is 3.91%
  • key color value is 49.80%
CMYK:
(0,5,4,50)
C0M5Y4K50 
(0%,5%,4%,50%)
(0.00/0.05/0.04/0.50)	

CMYK percentages

%0
%5.47
%3.91
%49.8

Codes

Color #80797B in popluar color models

80797B
RGB128121123
HSL343°2.81%48.82%
HSB/HSV343°5.47%50.20%
CMYK0.00%5.47%3.91%
49.80%

Color #80797B in popluar number systems.

HEX80797B
Decimal128121123
Binary1000000011110011111011
Octal200171173

Shades and tints

Shades of #80797B

#80797B
(128,121,123)
#756E70
(117,110,112)
#6A6365
(106,99,101)
#5F585A
(95,88,90)
#544D4F
(84,77,79)
#494244
(73,66,68)
#3E3739
(62,55,57)
#332C2E
(51,44,46)
#282123
(40,33,35)
#1D1618
(29,22,24)
#120B0D
(18,11,13)
#000000
(0,0,0)

Tints of #80797B

#80797B
(128,121,123)
#8B8587
(139,133,135)
#969193
(150,145,147)
#A19D9F
(161,157,159)
#ACA9AB
(172,169,171)
#B7B5B7
(183,181,183)
#C2C1C3
(194,193,195)
#CDCDCF
(205,205,207)
#D8D9DB
(216,217,219)
#E3E5E7
(227,229,231)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80797B; }

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

This text font color is #80797B.


Background Color

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

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

This div background color is #80797B.


Border color

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

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

This div border color is #80797B.


Opacity

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

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

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

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

This text has shadow with #80797B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80797B on black background.


Color preview on white background

This text has color #80797B on white background.



Black color preview on #80797B background

This text has black color on #80797B background.


White color preview on #80797B background

This text has white color on #80797B background.