COLOR #7E7476

HEX: #7E7476
RGB: (126,116,118)

Color info

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

RGB color model

#7E7476 color RGB value is (126,116,118).

  • red value is 126;
  • green value is 116;
  • blue value is 118.
RGB:
(126,116,118)
(49%,45%,46%)

RGB channels and saturation

R 126 of 255 = 49%
G 116 of 255 = 45%
B 118 of 255 = 46%

126
116
118

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

Portions of RGB colors in percentages

R + G + B =
126 + 116 + 118 = 360 (100%)
R 126 of 360 ~ 35%
G 116 of 360 ~ 32.22%
B 118 of 360 ~ 32.78%

%35
%32.22
%32.78

CMYK color model

#7E7476 color CMYK value is (0,8,6,51).

  • cyan value is 0.00%
  • magenta value is 7.94%
  • yellow value is 6.35%
  • key color value is 50.59%
CMYK:
(0,8,6,51)
C0M8Y6K51 
(0%,8%,6%,51%)
(0.00/0.08/0.06/0.51)	

CMYK percentages

%0
%7.94
%6.35
%50.59

Codes

Color #7E7476 in popluar color models

7E7476
RGB126116118
HSL348°4.13%47.45%
HSB/HSV348°7.94%49.41%
CMYK0.00%7.94%6.35%
50.59%

Color #7E7476 in popluar number systems.

HEX7E7476
Decimal126116118
Binary111111011101001110110
Octal176164166

Shades and tints

Shades of #7E7476

#7E7476
(126,116,118)
#736A6C
(115,106,108)
#686062
(104,96,98)
#5D5658
(93,86,88)
#524C4E
(82,76,78)
#474244
(71,66,68)
#3C383A
(60,56,58)
#312E30
(49,46,48)
#262426
(38,36,38)
#1B1A1C
(27,26,28)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #7E7476

#7E7476
(126,116,118)
#898082
(137,128,130)
#948C8E
(148,140,142)
#9F989A
(159,152,154)
#AAA4A6
(170,164,166)
#B5B0B2
(181,176,178)
#C0BCBE
(192,188,190)
#CBC8CA
(203,200,202)
#D6D4D6
(214,212,214)
#E1E0E2
(225,224,226)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7476; }

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

This text font color is #7E7476.


Background Color

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

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

This div background color is #7E7476.


Border color

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

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

This div border color is #7E7476.


Opacity

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

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

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

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

This text has shadow with #7E7476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7476 on black background.


Color preview on white background

This text has color #7E7476 on white background.



Black color preview on #7E7476 background

This text has black color on #7E7476 background.


White color preview on #7E7476 background

This text has white color on #7E7476 background.