COLOR #7E74AA

HEX: #7E74AA RGB: (126,116,170)

Color info

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

RGB color model

#7E74AA color RGB value is (126,116,170).

RGB: (126,116,170) (49%, 45%, 67%)

RGB channels and saturation

R 126 of 255 = 49%
G 116 of 255 = 45%
B 170 of 255 = 67%

126
116
170

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

Portions of RGB colors in percentages

R + G + B = 126 + 116 + 170 = 412 (100%)
R 126 of 412 ~ 30.58%
G 116 of 412 ~ 28.16%
B 170 of 412 ~ 41.26'%

%30.58
%28.16
%41.26

CMYK color model

#7E74AA color CMYK value is (26,32,0,33).

  • cyan value is 25.88%
  • magenta value is 31.76%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (26,32,0,33) C26M32Y0K33 (26%,32%,0%,33%) (0.26/0.32/0.00/0.33) 

CMYK percentages

%25.88
%31.76
%0
%33.33

Codes

Color #7E74AA in popluar color models

7E 74 AA
RGB 126 116 170
HSL 251° 24.11% 56.08%
HSB/HSV 251° 31.76% 66.67%
CMYK 25.88% 31.76% 0.00%
33.33%

Color #7E74AA in popluar number systems.

HEX 7E 74 AA
Decimal 126 116 170
Binary 1111110 1110100 10101010
Octal 176 164 252

Shades and tints

Shades of #7E74AA

#7E74AA
(126,116,170)
#736A9B
(115,106,155)
#68608C
(104,96,140)
#5D567D
(93,86,125)
#524C6E
(82,76,110)
#47425F
(71,66,95)
#3C3850
(60,56,80)
#312E41
(49,46,65)
#262432
(38,36,50)
#1B1A23
(27,26,35)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #7E74AA

#7E74AA
(126,116,170)
#8980B1
(137,128,177)
#948CB8
(148,140,184)
#9F98BF
(159,152,191)
#AAA4C6
(170,164,198)
#B5B0CD
(181,176,205)
#C0BCD4
(192,188,212)
#CBC8DB
(203,200,219)
#D6D4E2
(214,212,226)
#E1E0E9
(225,224,233)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E74AA color. Also use rgb(126,116,170) instead hex code.

Text Font Color

.myTextColor { color: #7E74AA; }

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

This text font color is #7E74AA.

Background Color

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

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

This div background color is #7E74AA.

Border color

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

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

This div border color is #7E74AA.

Opacity

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

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

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

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

This text has shadow with #7E74AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E74AA.

Preview

Color preview on black background

This text has color #7E74AA on black background.


Color preview on white background

This text has color #7E74AA on white background.


Black color preview on #7E74AA background

This text has black color on #7E74AA background.


White color preview on #7E74AA background

This text has white color on #7E74AA background.


Related colors

Complementary color

Complementary color for #hex is #818B55.


I love getcolorcode.com

Triadic colors

1 #AA7E74 and #74AA7E with #7E74AA are triadic colors.

2 #AA747E and #747EAA with #7E74AA are triadic colors.