COLOR #7E7972

HEX: #7E7972
RGB: (126,121,114)

Color info

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

RGB color model

#7E7972 color RGB value is (126,121,114).

  • red value is 126;
  • green value is 121;
  • blue value is 114.
RGB:
(126,121,114)
(49%,47%,45%)

RGB channels and saturation

R 126 of 255 = 49%
G 121 of 255 = 47%
B 114 of 255 = 45%

126
121
114

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

Portions of RGB colors in percentages

R + G + B =
126 + 121 + 114 = 361 (100%)
R 126 of 361 ~ 34.9%
G 121 of 361 ~ 33.52%
B 114 of 361 ~ 31.58%

%34.9
%33.52
%31.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.97%
  • yellow value is 9.52%
  • key color value is 50.59%
CMYK:
(0,4,10,51)
C0M4Y10K51 
(0%,4%,10%,51%)
(0.00/0.04/0.10/0.51)	

CMYK percentages

%0
%3.97
%9.52
%50.59

Codes

Color #7E7972 in popluar color models

7E7972
RGB126121114
HSL35°5.00%47.06%
HSB/HSV35°9.52%49.41%
CMYK0.00%3.97%9.52%
50.59%

Color #7E7972 in popluar number systems.

HEX7E7972
Decimal126121114
Binary111111011110011110010
Octal176171162

Shades and tints

Shades of #7E7972

#7E7972
(126,121,114)
#736E68
(115,110,104)
#68635E
(104,99,94)
#5D5854
(93,88,84)
#524D4A
(82,77,74)
#474240
(71,66,64)
#3C3736
(60,55,54)
#312C2C
(49,44,44)
#262122
(38,33,34)
#1B1618
(27,22,24)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #7E7972

#7E7972
(126,121,114)
#89857E
(137,133,126)
#94918A
(148,145,138)
#9F9D96
(159,157,150)
#AAA9A2
(170,169,162)
#B5B5AE
(181,181,174)
#C0C1BA
(192,193,186)
#CBCDC6
(203,205,198)
#D6D9D2
(214,217,210)
#E1E5DE
(225,229,222)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7972; }

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

This text font color is #7E7972.


Background Color

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

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

This div background color is #7E7972.


Border color

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

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

This div border color is #7E7972.


Opacity

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

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

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

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

This text has shadow with #7E7972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7972 on black background.


Color preview on white background

This text has color #7E7972 on white background.



Black color preview on #7E7972 background

This text has black color on #7E7972 background.


White color preview on #7E7972 background

This text has white color on #7E7972 background.