COLOR #7E7079

HEX: #7E7079 RGB: (126,112,121)

Color info

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

RGB color model

#7E7079 color RGB value is (126,112,121).

RGB: (126,112,121) (49%, 44%, 47%)

RGB channels and saturation

R 126 of 255 = 49%
G 112 of 255 = 44%
B 121 of 255 = 47%

126
112
121

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

Portions of RGB colors in percentages

R + G + B = 126 + 112 + 121 = 359 (100%)
R 126 of 359 ~ 35.1%
G 112 of 359 ~ 31.2%
B 121 of 359 ~ 33.7'%

%35.1
%31.2
%33.7

CMYK color model

#7E7079 color CMYK value is (0,11,4,51).

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

CMYK: (0,11,4,51)
C0M11Y4K51 (0%, 11%, 4%, 51%)
(0.00 / 0.11 / 0.04 / 0.51)

CMYK percentages

%0
%11.11
%3.97
%50.59

Codes

Color #7E7079 in popluar color models

7E 70 79
RGB 126 112 121
HSL 321° 5.88% 46.67%
HSB/HSV 321° 11.11% 49.41%
CMYK 0.00% 11.11% 3.97%
50.59%

Color #7E7079 in popluar number systems.

HEX 7E 70 79
Decimal 126 112 121
Binary 1111110 1110000 1111001
Octal 176 160 171

Shades and tints

Shades of #7E7079

#7E7079
(126,112,121)
#73666E
(115,102,110)
#685C63
(104,92,99)
#5D5258
(93,82,88)
#52484D
(82,72,77)
#473E42
(71,62,66)
#3C3437
(60,52,55)
#312A2C
(49,42,44)
#262021
(38,32,33)
#1B1616
(27,22,22)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #7E7079

#7E7079
(126,112,121)
#897D85
(137,125,133)
#948A91
(148,138,145)
#9F979D
(159,151,157)
#AAA4A9
(170,164,169)
#B5B1B5
(181,177,181)
#C0BEC1
(192,190,193)
#CBCBCD
(203,203,205)
#D6D8D9
(214,216,217)
#E1E5E5
(225,229,229)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7079; }

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

This text font color is #7E7079.

Background Color

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

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

This div background color is #7E7079.

Border color

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

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

This div border color is #7E7079.

Opacity

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

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

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

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

This text has shadow with #7E7079 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7079.

Preview

Color preview on black background

This text has color #7E7079 on black background.


Color preview on white background

This text has color #7E7079 on white background.


Black color preview on #7E7079 background

This text has black color on #7E7079 background.


White color preview on #7E7079 background

This text has white color on #7E7079 background.


Related colors

Complementary color

Complementary color for #hex is #818F86.


I love getcolorcode.com

Triadic colors

1 #797E70 and #70797E with #7E7079 are triadic colors.

2 #79707E and #707E79 with #7E7079 are triadic colors.