COLOR #7E7976

HEX: #7E7976 RGB: (126,121,118)

Color info

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

RGB color model

#7E7976 color RGB value is (126,121,118).

RGB: (126,121,118) (49%, 47%, 46%)

RGB channels and saturation

R 126 of 255 = 49%
G 121 of 255 = 47%
B 118 of 255 = 46%

126
121
118

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

Portions of RGB colors in percentages

R + G + B = 126 + 121 + 118 = 365 (100%)
R 126 of 365 ~ 34.52%
G 121 of 365 ~ 33.15%
B 118 of 365 ~ 32.33'%

%34.52
%33.15
%32.33

CMYK color model

#7E7976 color CMYK value is (0,4,6,51).

  • cyan value is 0.00%
  • magenta value is 3.97%
  • yellow value is 6.35%
  • key color value is 50.59%

CMYK: (0,4,6,51)
C0M4Y6K51 (0%, 4%, 6%, 51%)
(0.00 / 0.04 / 0.06 / 0.51)

CMYK percentages

%0
%3.97
%6.35
%50.59

Codes

Color #7E7976 in popluar color models

7E 79 76
RGB 126 121 118
HSL 22° 3.28% 47.84%
HSB/HSV 22° 6.35% 49.41%
CMYK 0.00% 3.97% 6.35%
50.59%

Color #7E7976 in popluar number systems.

HEX 7E 79 76
Decimal 126 121 118
Binary 1111110 1111001 1110110
Octal 176 171 166

Shades and tints

Shades of #7E7976

#7E7976
(126,121,118)
#736E6C
(115,110,108)
#686362
(104,99,98)
#5D5858
(93,88,88)
#524D4E
(82,77,78)
#474244
(71,66,68)
#3C373A
(60,55,58)
#312C30
(49,44,48)
#262126
(38,33,38)
#1B161C
(27,22,28)
#100B12
(16,11,18)
#000000
(0,0,0)

Tints of #7E7976

#7E7976
(126,121,118)
#898582
(137,133,130)
#94918E
(148,145,142)
#9F9D9A
(159,157,154)
#AAA9A6
(170,169,166)
#B5B5B2
(181,181,178)
#C0C1BE
(192,193,190)
#CBCDCA
(203,205,202)
#D6D9D6
(214,217,214)
#E1E5E2
(225,229,226)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7976; }

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

This text font color is #7E7976.

Background Color

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

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

This div background color is #7E7976.

Border color

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

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

This div border color is #7E7976.

Opacity

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

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

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

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

This text has shadow with #7E7976 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7976.

Preview

Color preview on black background

This text has color #7E7976 on black background.


Color preview on white background

This text has color #7E7976 on white background.


Black color preview on #7E7976 background

This text has black color on #7E7976 background.


White color preview on #7E7976 background

This text has white color on #7E7976 background.


Related colors

Complementary color

Complementary color for #hex is #818689.


I love getcolorcode.com

Triadic colors

1 #767E79 and #79767E with #7E7976 are triadic colors.

2 #76797E and #797E76 with #7E7976 are triadic colors.