COLOR #7E6A7F

HEX: #7E6A7F RGB: (126,106,127)

Color info

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

RGB color model

#7E6A7F color RGB value is (126,106,127).

RGB: (126,106,127) (49%, 42%, 50%)

RGB channels and saturation

R 126 of 255 = 49%
G 106 of 255 = 42%
B 127 of 255 = 50%

126
106
127

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

Portions of RGB colors in percentages

R + G + B = 126 + 106 + 127 = 359 (100%)
R 126 of 359 ~ 35.1%
G 106 of 359 ~ 29.53%
B 127 of 359 ~ 35.38'%

%35.1
%29.53
%35.38

CMYK color model

#7E6A7F color CMYK value is (1,17,0,50).

  • cyan value is 0.79%
  • magenta value is 16.54%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (1,17,0,50)
C1M17Y0K50 (1%, 17%, 0%, 50%)
(0.01 / 0.17 / 0.00 / 0.50)

CMYK percentages

%0.79
%16.54
%0
%50.2

Codes

Color #7E6A7F in popluar color models

7E 6A 7F
RGB 126 106 127
HSL 297° 9.01% 45.69%
HSB/HSV 297° 16.54% 49.80%
CMYK 0.79% 16.54% 0.00%
50.20%

Color #7E6A7F in popluar number systems.

HEX 7E 6A 7F
Decimal 126 106 127
Binary 1111110 1101010 1111111
Octal 176 152 177

Shades and tints

Shades of #7E6A7F

#7E6A7F
(126,106,127)
#736174
(115,97,116)
#685869
(104,88,105)
#5D4F5E
(93,79,94)
#524653
(82,70,83)
#473D48
(71,61,72)
#3C343D
(60,52,61)
#312B32
(49,43,50)
#262227
(38,34,39)
#1B191C
(27,25,28)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #7E6A7F

#7E6A7F
(126,106,127)
#89778A
(137,119,138)
#948495
(148,132,149)
#9F91A0
(159,145,160)
#AA9EAB
(170,158,171)
#B5ABB6
(181,171,182)
#C0B8C1
(192,184,193)
#CBC5CC
(203,197,204)
#D6D2D7
(214,210,215)
#E1DFE2
(225,223,226)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6A7F; }

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

This text font color is #7E6A7F.

Background Color

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

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

This div background color is #7E6A7F.

Border color

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

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

This div border color is #7E6A7F.

Opacity

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

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

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

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

This text has shadow with #7E6A7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E6A7F.

Preview

Color preview on black background

This text has color #7E6A7F on black background.


Color preview on white background

This text has color #7E6A7F on white background.


Black color preview on #7E6A7F background

This text has black color on #7E6A7F background.


White color preview on #7E6A7F background

This text has white color on #7E6A7F background.


Related colors

Complementary color

Complementary color for #hex is #819580.


I love getcolorcode.com

Triadic colors

1 #7F7E6A and #6A7F7E with #7E6A7F are triadic colors.

2 #7F6A7E and #6A7E7F with #7E6A7F are triadic colors.