COLOR #7E6D73

HEX: #7E6D73
RGB: (126,109,115)

Color info

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

RGB color model

#7E6D73 color RGB value is (126,109,115).

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

RGB channels and saturation

R 126 of 255 = 49%
G 109 of 255 = 43%
B 115 of 255 = 45%

126
109
115

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

Portions of RGB colors in percentages

R + G + B =
126 + 109 + 115 = 350 (100%)
R 126 of 350 ~ 36%
G 109 of 350 ~ 31.14%
B 115 of 350 ~ 32.86%

%36
%31.14
%32.86

CMYK color model

#7E6D73 color CMYK value is (0,13,9,51).

  • cyan value is 0.00%
  • magenta value is 13.49%
  • yellow value is 8.73%
  • key color value is 50.59%
CMYK:
(0,13,9,51)
C0M13Y9K51 
(0%,13%,9%,51%)
(0.00/0.13/0.09/0.51)	

CMYK percentages

%0
%13.49
%8.73
%50.59

Codes

Color #7E6D73 in popluar color models

7E6D73
RGB126109115
HSL339°7.23%46.08%
HSB/HSV339°13.49%49.41%
CMYK0.00%13.49%8.73%
50.59%

Color #7E6D73 in popluar number systems.

HEX7E6D73
Decimal126109115
Binary111111011011011110011
Octal176155163

Shades and tints

Shades of #7E6D73

#7E6D73
(126,109,115)
#736469
(115,100,105)
#685B5F
(104,91,95)
#5D5255
(93,82,85)
#52494B
(82,73,75)
#474041
(71,64,65)
#3C3737
(60,55,55)
#312E2D
(49,46,45)
#262523
(38,37,35)
#1B1C19
(27,28,25)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #7E6D73

#7E6D73
(126,109,115)
#897A7F
(137,122,127)
#94878B
(148,135,139)
#9F9497
(159,148,151)
#AAA1A3
(170,161,163)
#B5AEAF
(181,174,175)
#C0BBBB
(192,187,187)
#CBC8C7
(203,200,199)
#D6D5D3
(214,213,211)
#E1E2DF
(225,226,223)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6D73; }

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

This text font color is #7E6D73.


Background Color

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

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

This div background color is #7E6D73.


Border color

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

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

This div border color is #7E6D73.


Opacity

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

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

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

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

This text has shadow with #7E6D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6D73 on black background.


Color preview on white background

This text has color #7E6D73 on white background.



Black color preview on #7E6D73 background

This text has black color on #7E6D73 background.


White color preview on #7E6D73 background

This text has white color on #7E6D73 background.