COLOR #7E7376

HEX: #7E7376
RGB: (126,115,118)

Color info

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

RGB color model

#7E7376 color RGB value is (126,115,118).

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

RGB channels and saturation

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

126
115
118

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

Portions of RGB colors in percentages

R + G + B =
126 + 115 + 118 = 359 (100%)
R 126 of 359 ~ 35.1%
G 115 of 359 ~ 32.03%
B 118 of 359 ~ 32.87%

%35.1
%32.03
%32.87

CMYK color model

#7E7376 color CMYK value is (0,9,6,51).

  • cyan value is 0.00%
  • magenta value is 8.73%
  • yellow value is 6.35%
  • key color value is 50.59%
CMYK:
(0,9,6,51)
C0M9Y6K51 
(0%,9%,6%,51%)
(0.00/0.09/0.06/0.51)	

CMYK percentages

%0
%8.73
%6.35
%50.59

Codes

Color #7E7376 in popluar color models

7E7376
RGB126115118
HSL344°4.56%47.25%
HSB/HSV344°8.73%49.41%
CMYK0.00%8.73%6.35%
50.59%

Color #7E7376 in popluar number systems.

HEX7E7376
Decimal126115118
Binary111111011100111110110
Octal176163166

Shades and tints

Shades of #7E7376

#7E7376
(126,115,118)
#73696C
(115,105,108)
#685F62
(104,95,98)
#5D5558
(93,85,88)
#524B4E
(82,75,78)
#474144
(71,65,68)
#3C373A
(60,55,58)
#312D30
(49,45,48)
#262326
(38,35,38)
#1B191C
(27,25,28)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #7E7376

#7E7376
(126,115,118)
#897F82
(137,127,130)
#948B8E
(148,139,142)
#9F979A
(159,151,154)
#AAA3A6
(170,163,166)
#B5AFB2
(181,175,178)
#C0BBBE
(192,187,190)
#CBC7CA
(203,199,202)
#D6D3D6
(214,211,214)
#E1DFE2
(225,223,226)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7376; }

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

This text font color is #7E7376.


Background Color

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

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

This div background color is #7E7376.


Border color

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

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

This div border color is #7E7376.


Opacity

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

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

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

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

This text has shadow with #7E7376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7376 on black background.


Color preview on white background

This text has color #7E7376 on white background.



Black color preview on #7E7376 background

This text has black color on #7E7376 background.


White color preview on #7E7376 background

This text has white color on #7E7376 background.