COLOR #7E757A

HEX: #7E757A
RGB: (126,117,122)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

126
117
122

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

Portions of RGB colors in percentages

R + G + B =
126 + 117 + 122 = 365 (100%)
R 126 of 365 ~ 34.52%
G 117 of 365 ~ 32.05%
B 122 of 365 ~ 33.42%

%34.52
%32.05
%33.42

CMYK color model

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

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

CMYK percentages

%0
%7.14
%3.17
%50.59

Codes

Color #7E757A in popluar color models

7E757A
RGB126117122
HSL327°3.70%47.65%
HSB/HSV327°7.14%49.41%
CMYK0.00%7.14%3.17%
50.59%

Color #7E757A in popluar number systems.

HEX7E757A
Decimal126117122
Binary111111011101011111010
Octal176165172

Shades and tints

Shades of #7E757A

#7E757A
(126,117,122)
#736B6F
(115,107,111)
#686164
(104,97,100)
#5D5759
(93,87,89)
#524D4E
(82,77,78)
#474343
(71,67,67)
#3C3938
(60,57,56)
#312F2D
(49,47,45)
#262522
(38,37,34)
#1B1B17
(27,27,23)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #7E757A

#7E757A
(126,117,122)
#898186
(137,129,134)
#948D92
(148,141,146)
#9F999E
(159,153,158)
#AAA5AA
(170,165,170)
#B5B1B6
(181,177,182)
#C0BDC2
(192,189,194)
#CBC9CE
(203,201,206)
#D6D5DA
(214,213,218)
#E1E1E6
(225,225,230)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E757A; }

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

This text font color is #7E757A.


Background Color

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

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

This div background color is #7E757A.


Border color

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

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

This div border color is #7E757A.


Opacity

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

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

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

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

This text has shadow with #7E757A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E757A on black background.


Color preview on white background

This text has color #7E757A on white background.



Black color preview on #7E757A background

This text has black color on #7E757A background.


White color preview on #7E757A background

This text has white color on #7E757A background.