COLOR #7E7179

HEX: #7E7179 RGB: (126,113,121)

Color info

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

RGB color model

#7E7179 color RGB value is (126,113,121).

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

RGB channels and saturation

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

126
113
121

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

Portions of RGB colors in percentages

R + G + B = 126 + 113 + 121 = 360 (100%)
R 126 of 360 ~ 35%
G 113 of 360 ~ 31.39%
B 121 of 360 ~ 33.61'%

%35
%31.39
%33.61

CMYK color model

#7E7179 color CMYK value is (0,10,4,51).

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

CMYK: (0,10,4,51)
C0M10Y4K51 (0%, 10%, 4%, 51%)
(0.00 / 0.10 / 0.04 / 0.51)

CMYK percentages

%0
%10.32
%3.97
%50.59

Codes

Color #7E7179 in popluar color models

7E 71 79
RGB 126 113 121
HSL 323° 5.44% 46.86%
HSB/HSV 323° 10.32% 49.41%
CMYK 0.00% 10.32% 3.97%
50.59%

Color #7E7179 in popluar number systems.

HEX 7E 71 79
Decimal 126 113 121
Binary 1111110 1110001 1111001
Octal 176 161 171

Shades and tints

Shades of #7E7179

#7E7179
(126,113,121)
#73676E
(115,103,110)
#685D63
(104,93,99)
#5D5358
(93,83,88)
#52494D
(82,73,77)
#473F42
(71,63,66)
#3C3537
(60,53,55)
#312B2C
(49,43,44)
#262121
(38,33,33)
#1B1716
(27,23,22)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #7E7179

#7E7179
(126,113,121)
#897D85
(137,125,133)
#948991
(148,137,145)
#9F959D
(159,149,157)
#AAA1A9
(170,161,169)
#B5ADB5
(181,173,181)
#C0B9C1
(192,185,193)
#CBC5CD
(203,197,205)
#D6D1D9
(214,209,217)
#E1DDE5
(225,221,229)
#ECE9F1
(236,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7179; }

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

This text font color is #7E7179.

Background Color

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

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

This div background color is #7E7179.

Border color

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

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

This div border color is #7E7179.

Opacity

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

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

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

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

This text has shadow with #7E7179 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7179.

Preview

Color preview on black background

This text has color #7E7179 on black background.


Color preview on white background

This text has color #7E7179 on white background.


Black color preview on #7E7179 background

This text has black color on #7E7179 background.


White color preview on #7E7179 background

This text has white color on #7E7179 background.


Related colors

Complementary color

Complementary color for #hex is #818E86.


I love getcolorcode.com

Triadic colors

1 #797E71 and #71797E with #7E7179 are triadic colors.

2 #79717E and #717E79 with #7E7179 are triadic colors.