COLOR #7E737A

HEX: #7E737A
RGB: (126,115,122)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

126
115
122

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

Portions of RGB colors in percentages

R + G + B =
126 + 115 + 122 = 363 (100%)
R 126 of 363 ~ 34.71%
G 115 of 363 ~ 31.68%
B 122 of 363 ~ 33.61%

%34.71
%31.68
%33.61

CMYK color model

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

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

CMYK percentages

%0
%8.73
%3.17
%50.59

Codes

Color #7E737A in popluar color models

7E737A
RGB126115122
HSL322°4.56%47.25%
HSB/HSV322°8.73%49.41%
CMYK0.00%8.73%3.17%
50.59%

Color #7E737A in popluar number systems.

HEX7E737A
Decimal126115122
Binary111111011100111111010
Octal176163172

Shades and tints

Shades of #7E737A

#7E737A
(126,115,122)
#73696F
(115,105,111)
#685F64
(104,95,100)
#5D5559
(93,85,89)
#524B4E
(82,75,78)
#474143
(71,65,67)
#3C3738
(60,55,56)
#312D2D
(49,45,45)
#262322
(38,35,34)
#1B1917
(27,25,23)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #7E737A

#7E737A
(126,115,122)
#897F86
(137,127,134)
#948B92
(148,139,146)
#9F979E
(159,151,158)
#AAA3AA
(170,163,170)
#B5AFB6
(181,175,182)
#C0BBC2
(192,187,194)
#CBC7CE
(203,199,206)
#D6D3DA
(214,211,218)
#E1DFE6
(225,223,230)
#ECEBF2
(236,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E737A; }

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

This text font color is #7E737A.


Background Color

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

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

This div background color is #7E737A.


Border color

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

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

This div border color is #7E737A.


Opacity

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

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

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

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

This text has shadow with #7E737A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E737A on black background.


Color preview on white background

This text has color #7E737A on white background.



Black color preview on #7E737A background

This text has black color on #7E737A background.


White color preview on #7E737A background

This text has white color on #7E737A background.