COLOR #7E6A8A

HEX: #7E6A8A
RGB: (126,106,138)

Color info

#7E6A8A contains red, green and blue colors in about the same proportion. Web safe color of #7E6A8A is #666699 (or #669).

RGB color model

#7E6A8A color RGB value is (126,106,138).

  • red value is 126;
  • green value is 106;
  • blue value is 138.
RGB:
(126,106,138)
(49%,42%,54%)

RGB channels and saturation

R 126 of 255 = 49%
G 106 of 255 = 42%
B 138 of 255 = 54%

126
106
138

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

Portions of RGB colors in percentages

R + G + B =
126 + 106 + 138 = 370 (100%)
R 126 of 370 ~ 34.05%
G 106 of 370 ~ 28.65%
B 138 of 370 ~ 37.3%

%34.05
%28.65
%37.3

CMYK color model

#7E6A8A color CMYK value is (9,23,0,46).

  • cyan value is 8.70%
  • magenta value is 23.19%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(9,23,0,46)
C9M23Y0K46 
(9%,23%,0%,46%)
(0.09/0.23/0.00/0.46)	

CMYK percentages

%8.7
%23.19
%0
%45.88

Codes

Color #7E6A8A in popluar color models

7E6A8A
RGB126106138
HSL278°13.11%47.84%
HSB/HSV278°23.19%54.12%
CMYK8.70%23.19%0.00%
45.88%

Color #7E6A8A in popluar number systems.

HEX7E6A8A
Decimal126106138
Binary1111110110101010001010
Octal176152212

Shades and tints

Shades of #7E6A8A

#7E6A8A
(126,106,138)
#73617E
(115,97,126)
#685872
(104,88,114)
#5D4F66
(93,79,102)
#52465A
(82,70,90)
#473D4E
(71,61,78)
#3C3442
(60,52,66)
#312B36
(49,43,54)
#26222A
(38,34,42)
#1B191E
(27,25,30)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #7E6A8A

#7E6A8A
(126,106,138)
#897794
(137,119,148)
#94849E
(148,132,158)
#9F91A8
(159,145,168)
#AA9EB2
(170,158,178)
#B5ABBC
(181,171,188)
#C0B8C6
(192,184,198)
#CBC5D0
(203,197,208)
#D6D2DA
(214,210,218)
#E1DFE4
(225,223,228)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6A8A color. Also use rgb(126,106,138) instead hex code.

Text Font Color

.myTextColor { color: #7E6A8A; }

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

This text font color is #7E6A8A.


Background Color

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

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

This div background color is #7E6A8A.


Border color

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

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

This div border color is #7E6A8A.


Opacity

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

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

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

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

This text has shadow with #7E6A8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6A8A on black background.


Color preview on white background

This text has color #7E6A8A on white background.



Black color preview on #7E6A8A background

This text has black color on #7E6A8A background.


White color preview on #7E6A8A background

This text has white color on #7E6A8A background.