COLOR #7E6C73

HEX: #7E6C73
RGB: (126,108,115)

Color info

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

RGB color model

#7E6C73 color RGB value is (126,108,115).

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

RGB channels and saturation

R 126 of 255 = 49%
G 108 of 255 = 42%
B 115 of 255 = 45%

126
108
115

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

Portions of RGB colors in percentages

R + G + B =
126 + 108 + 115 = 349 (100%)
R 126 of 349 ~ 36.1%
G 108 of 349 ~ 30.95%
B 115 of 349 ~ 32.95%

%36.1
%30.95
%32.95

CMYK color model

#7E6C73 color CMYK value is (0,14,9,51).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 8.73%
  • key color value is 50.59%
CMYK:
(0,14,9,51)
C0M14Y9K51 
(0%,14%,9%,51%)
(0.00/0.14/0.09/0.51)	

CMYK percentages

%0
%14.29
%8.73
%50.59

Codes

Color #7E6C73 in popluar color models

7E6C73
RGB126108115
HSL337°7.69%45.88%
HSB/HSV337°14.29%49.41%
CMYK0.00%14.29%8.73%
50.59%

Color #7E6C73 in popluar number systems.

HEX7E6C73
Decimal126108115
Binary111111011011001110011
Octal176154163

Shades and tints

Shades of #7E6C73

#7E6C73
(126,108,115)
#736369
(115,99,105)
#685A5F
(104,90,95)
#5D5155
(93,81,85)
#52484B
(82,72,75)
#473F41
(71,63,65)
#3C3637
(60,54,55)
#312D2D
(49,45,45)
#262423
(38,36,35)
#1B1B19
(27,27,25)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #7E6C73

#7E6C73
(126,108,115)
#89797F
(137,121,127)
#94868B
(148,134,139)
#9F9397
(159,147,151)
#AAA0A3
(170,160,163)
#B5ADAF
(181,173,175)
#C0BABB
(192,186,187)
#CBC7C7
(203,199,199)
#D6D4D3
(214,212,211)
#E1E1DF
(225,225,223)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6C73; }

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

This text font color is #7E6C73.


Background Color

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

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

This div background color is #7E6C73.


Border color

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

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

This div border color is #7E6C73.


Opacity

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

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

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

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

This text has shadow with #7E6C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6C73 on black background.


Color preview on white background

This text has color #7E6C73 on white background.



Black color preview on #7E6C73 background

This text has black color on #7E6C73 background.


White color preview on #7E6C73 background

This text has white color on #7E6C73 background.