COLOR #7E7E7A

HEX: #7E7E7A
RGB: (126,126,122)

Color info

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

RGB color model

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

  • red value is 126;
  • green value is 126;
  • blue value is 122.
RGB:
(126,126,122)
(49%,49%,48%)

RGB channels and saturation

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

126
126
122

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

Portions of RGB colors in percentages

R + G + B =
126 + 126 + 122 = 374 (100%)
R 126 of 374 ~ 33.69%
G 126 of 374 ~ 33.69%
B 122 of 374 ~ 32.62%

%33.69
%33.69
%32.62

CMYK color model

#7E7E7A color CMYK value is (0,0,3,51).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 3.17%
  • key color value is 50.59%
CMYK:
(0,0,3,51)
C0M0Y3K51 
(0%,0%,3%,51%)
(0.00/0.00/0.03/0.51)	

CMYK percentages

%0
%0
%3.17
%50.59

Codes

Color #7E7E7A in popluar color models

7E7E7A
RGB126126122
HSL60°1.61%48.63%
HSB/HSV60°3.17%49.41%
CMYK0.00%0.00%3.17%
50.59%

Color #7E7E7A in popluar number systems.

HEX7E7E7A
Decimal126126122
Binary111111011111101111010
Octal176176172

Shades and tints

Shades of #7E7E7A

#7E7E7A
(126,126,122)
#73736F
(115,115,111)
#686864
(104,104,100)
#5D5D59
(93,93,89)
#52524E
(82,82,78)
#474743
(71,71,67)
#3C3C38
(60,60,56)
#31312D
(49,49,45)
#262622
(38,38,34)
#1B1B17
(27,27,23)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #7E7E7A

#7E7E7A
(126,126,122)
#898986
(137,137,134)
#949492
(148,148,146)
#9F9F9E
(159,159,158)
#AAAAAA
(170,170,170)
#B5B5B6
(181,181,182)
#C0C0C2
(192,192,194)
#CBCBCE
(203,203,206)
#D6D6DA
(214,214,218)
#E1E1E6
(225,225,230)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7E7A; }

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

This text font color is #7E7E7A.


Background Color

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

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

This div background color is #7E7E7A.


Border color

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

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

This div border color is #7E7E7A.


Opacity

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

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

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

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

This text has shadow with #7E7E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7E7A on black background.


Color preview on white background

This text has color #7E7E7A on white background.



Black color preview on #7E7E7A background

This text has black color on #7E7E7A background.


White color preview on #7E7E7A background

This text has white color on #7E7E7A background.