COLOR #807A7A

HEX: #807A7A RGB: (128,122,122)

Color info

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

RGB color model

#807A7A color RGB value is (128,122,122).

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

RGB channels and saturation

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

128
122
122

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

Portions of RGB colors in percentages

R + G + B = 128 + 122 + 122 = 372 (100%)
R 128 of 372 ~ 34.41%
G 122 of 372 ~ 32.8%
B 122 of 372 ~ 32.8'%

%34.41
%32.8
%32.8

CMYK color model

#807A7A color CMYK value is (0,5,5,50).

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

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

CMYK percentages

%0
%4.69
%4.69
%49.8

Codes

Color #807A7A in popluar color models

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

Color #807A7A in popluar number systems.

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

Shades and tints

Shades of #807A7A

#807A7A
(128,122,122)
#756F6F
(117,111,111)
#6A6464
(106,100,100)
#5F5959
(95,89,89)
#544E4E
(84,78,78)
#494343
(73,67,67)
#3E3838
(62,56,56)
#332D2D
(51,45,45)
#282222
(40,34,34)
#1D1717
(29,23,23)
#120C0C
(18,12,12)
#000000
(0,0,0)

Tints of #807A7A

#807A7A
(128,122,122)
#8B8686
(139,134,134)
#969292
(150,146,146)
#A19E9E
(161,158,158)
#ACAAAA
(172,170,170)
#B7B6B6
(183,182,182)
#C2C2C2
(194,194,194)
#CDCECE
(205,206,206)
#D8DADA
(216,218,218)
#E3E6E6
(227,230,230)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807A7A; }

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

This text font color is #807A7A.

Background Color

.myBgColor { background-color: #807A7A; }

<div style="background-color:#807A7A">Inner text</div>

This div background color is #807A7A.

Border color

.myBorderColor { border: 1px solid #807A7A; }

<div style="border:3px solid #807A7A">Div</div>

This div border color is #807A7A.

Opacity

.myOpacity80 { color: #807A7A; opacity: 0.8; }

<p style="color:#807A7A;opacity:0.8;">80%</p>

Text with #807A7A 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 #807A7A;}

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

This text has shadow with #807A7A color.


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

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

This text has shadow with #807A7A primary color and red secondary color.


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

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

This text has shadow with #807A7A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #807A7A.

Preview

Color preview on black background

This text has color #807A7A on black background.


Color preview on white background

This text has color #807A7A on white background.


Black color preview on #807A7A background

This text has black color on #807A7A background.


White color preview on #807A7A background

This text has white color on #807A7A background.


Related colors

Complementary color

Complementary color for #hex is #7F8585.


I love getcolorcode.com