COLOR #7E807A

HEX: #7E807A RGB: (126,128,122)

Color info

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

RGB color model

#7E807A color RGB value is (126,128,122).

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

RGB channels and saturation

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

126
128
122

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

Portions of RGB colors in percentages

R + G + B = 126 + 128 + 122 = 376 (100%)
R 126 of 376 ~ 33.51%
G 128 of 376 ~ 34.04%
B 122 of 376 ~ 32.45'%

%33.51
%34.04
%32.45

CMYK color model

#7E807A color CMYK value is (2,0,5,50).

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

CMYK: (2,0,5,50)
C2M0Y5K50 (2%, 0%, 5%, 50%)
(0.02 / 0.00 / 0.05 / 0.50)

CMYK percentages

%1.56
%0
%4.69
%49.8

Codes

Color #7E807A in popluar color models

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

Color #7E807A in popluar number systems.

HEX 7E 80 7A
Decimal 126 128 122
Binary 1111110 10000000 1111010
Octal 176 200 172

Shades and tints

Shades of #7E807A

#7E807A
(126,128,122)
#73756F
(115,117,111)
#686A64
(104,106,100)
#5D5F59
(93,95,89)
#52544E
(82,84,78)
#474943
(71,73,67)
#3C3E38
(60,62,56)
#31332D
(49,51,45)
#262822
(38,40,34)
#1B1D17
(27,29,23)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #7E807A

#7E807A
(126,128,122)
#898B86
(137,139,134)
#949692
(148,150,146)
#9FA19E
(159,161,158)
#AAACAA
(170,172,170)
#B5B7B6
(181,183,182)
#C0C2C2
(192,194,194)
#CBCDCE
(203,205,206)
#D6D8DA
(214,216,218)
#E1E3E6
(225,227,230)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E807A; }

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

This text font color is #7E807A.

Background Color

.myBgColor { background-color: #7E807A; }

<div style="background-color:#7E807A">Inner text</div>

This div background color is #7E807A.

Border color

.myBorderColor { border: 1px solid #7E807A; }

<div style="border:3px solid #7E807A">Div</div>

This div border color is #7E807A.

Opacity

.myOpacity80 { color: #7E807A; opacity: 0.8; }

<p style="color:#7E807A;opacity:0.8;">80%</p>

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

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

This text has shadow with #7E807A color.


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

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

This text has shadow with #7E807A primary color and red secondary color.


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

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

This text has shadow with #7E807A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7E807A.

Preview

Color preview on black background

This text has color #7E807A on black background.


Color preview on white background

This text has color #7E807A on white background.


Black color preview on #7E807A background

This text has black color on #7E807A background.


White color preview on #7E807A background

This text has white color on #7E807A background.


Related colors

Complementary color

Complementary color for #hex is #817F85.


I love getcolorcode.com

Triadic colors

1 #7A7E80 and #807A7E with #7E807A are triadic colors.

2 #7A807E and #807E7A with #7E807A are triadic colors.