COLOR #7E6D7B

HEX: #7E6D7B
RGB: (126,109,123)

Color info

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

RGB color model

#7E6D7B color RGB value is (126,109,123).

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

RGB channels and saturation

R 126 of 255 = 49%
G 109 of 255 = 43%
B 123 of 255 = 48%

126
109
123

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

Portions of RGB colors in percentages

R + G + B =
126 + 109 + 123 = 358 (100%)
R 126 of 358 ~ 35.2%
G 109 of 358 ~ 30.45%
B 123 of 358 ~ 34.36%

%35.2
%30.45
%34.36

CMYK color model

#7E6D7B color CMYK value is (0,13,2,51).

  • cyan value is 0.00%
  • magenta value is 13.49%
  • yellow value is 2.38%
  • key color value is 50.59%
CMYK:
(0,13,2,51)
C0M13Y2K51 
(0%,13%,2%,51%)
(0.00/0.13/0.02/0.51)	

CMYK percentages

%0
%13.49
%2.38
%50.59

Codes

Color #7E6D7B in popluar color models

7E6D7B
RGB126109123
HSL311°7.23%46.08%
HSB/HSV311°13.49%49.41%
CMYK0.00%13.49%2.38%
50.59%

Color #7E6D7B in popluar number systems.

HEX7E6D7B
Decimal126109123
Binary111111011011011111011
Octal176155173

Shades and tints

Shades of #7E6D7B

#7E6D7B
(126,109,123)
#736470
(115,100,112)
#685B65
(104,91,101)
#5D525A
(93,82,90)
#52494F
(82,73,79)
#474044
(71,64,68)
#3C3739
(60,55,57)
#312E2E
(49,46,46)
#262523
(38,37,35)
#1B1C18
(27,28,24)
#10130D
(16,19,13)
#000000
(0,0,0)

Tints of #7E6D7B

#7E6D7B
(126,109,123)
#897A87
(137,122,135)
#948793
(148,135,147)
#9F949F
(159,148,159)
#AAA1AB
(170,161,171)
#B5AEB7
(181,174,183)
#C0BBC3
(192,187,195)
#CBC8CF
(203,200,207)
#D6D5DB
(214,213,219)
#E1E2E7
(225,226,231)
#ECEFF3
(236,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6D7B; }

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

This text font color is #7E6D7B.


Background Color

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

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

This div background color is #7E6D7B.


Border color

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

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

This div border color is #7E6D7B.


Opacity

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

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

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

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

This text has shadow with #7E6D7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6D7B on black background.


Color preview on white background

This text has color #7E6D7B on white background.



Black color preview on #7E6D7B background

This text has black color on #7E6D7B background.


White color preview on #7E6D7B background

This text has white color on #7E6D7B background.