COLOR #7E6884

HEX: #7E6884 RGB: (126,104,132)

Color info

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

RGB color model

#7E6884 color RGB value is (126,104,132).

RGB: (126,104,132) (49%, 41%, 52%)

RGB channels and saturation

R 126 of 255 = 49%
G 104 of 255 = 41%
B 132 of 255 = 52%

126
104
132

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

Portions of RGB colors in percentages

R + G + B = 126 + 104 + 132 = 362 (100%)
R 126 of 362 ~ 34.81%
G 104 of 362 ~ 28.73%
B 132 of 362 ~ 36.46'%

%34.81
%28.73
%36.46

CMYK color model

#7E6884 color CMYK value is (5,21,0,48).

  • cyan value is 4.55%
  • magenta value is 21.21%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (5,21,0,48)
C5M21Y0K48 (5%, 21%, 0%, 48%)
(0.05 / 0.21 / 0.00 / 0.48)

CMYK percentages

%4.55
%21.21
%0
%48.24

Codes

Color #7E6884 in popluar color models

7E 68 84
RGB 126 104 132
HSL 287° 11.86% 46.27%
HSB/HSV 287° 21.21% 51.76%
CMYK 4.55% 21.21% 0.00%
48.24%

Color #7E6884 in popluar number systems.

HEX 7E 68 84
Decimal 126 104 132
Binary 1111110 1101000 10000100
Octal 176 150 204

Shades and tints

Shades of #7E6884

#7E6884
(126,104,132)
#735F78
(115,95,120)
#68566C
(104,86,108)
#5D4D60
(93,77,96)
#524454
(82,68,84)
#473B48
(71,59,72)
#3C323C
(60,50,60)
#312930
(49,41,48)
#262024
(38,32,36)
#1B1718
(27,23,24)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #7E6884

#7E6884
(126,104,132)
#89758F
(137,117,143)
#94829A
(148,130,154)
#9F8FA5
(159,143,165)
#AA9CB0
(170,156,176)
#B5A9BB
(181,169,187)
#C0B6C6
(192,182,198)
#CBC3D1
(203,195,209)
#D6D0DC
(214,208,220)
#E1DDE7
(225,221,231)
#ECEAF2
(236,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6884 color. Also use rgb(126,104,132) instead hex code.

Text Font Color

.myTextColor { color: #7E6884; }

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

This text font color is #7E6884.

Background Color

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

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

This div background color is #7E6884.

Border color

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

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

This div border color is #7E6884.

Opacity

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

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

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

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

This text has shadow with #7E6884 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E6884.

Preview

Color preview on black background

This text has color #7E6884 on black background.


Color preview on white background

This text has color #7E6884 on white background.


Black color preview on #7E6884 background

This text has black color on #7E6884 background.


White color preview on #7E6884 background

This text has white color on #7E6884 background.


Related colors

Complementary color

Complementary color for #hex is #81977B.


I love getcolorcode.com

Triadic colors

1 #847E68 and #68847E with #7E6884 are triadic colors.

2 #84687E and #687E84 with #7E6884 are triadic colors.