COLOR #7E6D7A

HEX: #7E6D7A
RGB: (126,109,122)

Color info

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

RGB color model

#7E6D7A color RGB value is (126,109,122).

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

RGB channels and saturation

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

126
109
122

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

Portions of RGB colors in percentages

R + G + B =
126 + 109 + 122 = 357 (100%)
R 126 of 357 ~ 35.29%
G 109 of 357 ~ 30.53%
B 122 of 357 ~ 34.17%

%35.29
%30.53
%34.17

CMYK color model

#7E6D7A color CMYK value is (0,13,3,51).

  • cyan value is 0.00%
  • magenta value is 13.49%
  • yellow value is 3.17%
  • key color value is 50.59%
CMYK:
(0,13,3,51)
C0M13Y3K51 
(0%,13%,3%,51%)
(0.00/0.13/0.03/0.51)	

CMYK percentages

%0
%13.49
%3.17
%50.59

Codes

Color #7E6D7A in popluar color models

7E6D7A
RGB126109122
HSL314°7.23%46.08%
HSB/HSV314°13.49%49.41%
CMYK0.00%13.49%3.17%
50.59%

Color #7E6D7A in popluar number systems.

HEX7E6D7A
Decimal126109122
Binary111111011011011111010
Octal176155172

Shades and tints

Shades of #7E6D7A

#7E6D7A
(126,109,122)
#73646F
(115,100,111)
#685B64
(104,91,100)
#5D5259
(93,82,89)
#52494E
(82,73,78)
#474043
(71,64,67)
#3C3738
(60,55,56)
#312E2D
(49,46,45)
#262522
(38,37,34)
#1B1C17
(27,28,23)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #7E6D7A

#7E6D7A
(126,109,122)
#897A86
(137,122,134)
#948792
(148,135,146)
#9F949E
(159,148,158)
#AAA1AA
(170,161,170)
#B5AEB6
(181,174,182)
#C0BBC2
(192,187,194)
#CBC8CE
(203,200,206)
#D6D5DA
(214,213,218)
#E1E2E6
(225,226,230)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6D7A; }

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

This text font color is #7E6D7A.


Background Color

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

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

This div background color is #7E6D7A.


Border color

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

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

This div border color is #7E6D7A.


Opacity

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

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

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

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

This text has shadow with #7E6D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6D7A on black background.


Color preview on white background

This text has color #7E6D7A on white background.



Black color preview on #7E6D7A background

This text has black color on #7E6D7A background.


White color preview on #7E6D7A background

This text has white color on #7E6D7A background.