COLOR #7E4A6E

HEX: #7E4A6E RGB: (126,74,110)

Color info

#7E4A6E contains red, green and blue colors in about the same proportion. Web safe color of #7E4A6E is #663366 (or #636).

RGB color model

#7E4A6E color RGB value is (126,74,110).

RGB: (126,74,110) (49%, 29%, 43%)

RGB channels and saturation

R 126 of 255 = 49%
G 74 of 255 = 29%
B 110 of 255 = 43%

126
74
110

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

Portions of RGB colors in percentages

R + G + B = 126 + 74 + 110 = 310 (100%)
R 126 of 310 ~ 40.65%
G 74 of 310 ~ 23.87%
B 110 of 310 ~ 35.48'%

%40.65
%23.87
%35.48

CMYK color model

#7E4A6E color CMYK value is (0,41,13,51).

  • cyan value is 0.00%
  • magenta value is 41.27%
  • yellow value is 12.70%
  • key color value is 50.59%

CMYK: (0,41,13,51)
C0M41Y13K51 (0%, 41%, 13%, 51%)
(0.00 / 0.41 / 0.13 / 0.51)

CMYK percentages

%0
%41.27
%12.7
%50.59

Codes

Color #7E4A6E in popluar color models

7E 4A 6E
RGB 126 74 110
HSL 318° 26.00% 39.22%
HSB/HSV 318° 41.27% 49.41%
CMYK 0.00% 41.27% 12.70%
50.59%

Color #7E4A6E in popluar number systems.

HEX 7E 4A 6E
Decimal 126 74 110
Binary 1111110 1001010 1101110
Octal 176 112 156

Shades and tints

Shades of #7E4A6E

#7E4A6E
(126,74,110)
#734464
(115,68,100)
#683E5A
(104,62,90)
#5D3850
(93,56,80)
#523246
(82,50,70)
#472C3C
(71,44,60)
#3C2632
(60,38,50)
#312028
(49,32,40)
#261A1E
(38,26,30)
#1B1414
(27,20,20)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #7E4A6E

#7E4A6E
(126,74,110)
#895A7B
(137,90,123)
#946A88
(148,106,136)
#9F7A95
(159,122,149)
#AA8AA2
(170,138,162)
#B59AAF
(181,154,175)
#C0AABC
(192,170,188)
#CBBAC9
(203,186,201)
#D6CAD6
(214,202,214)
#E1DAE3
(225,218,227)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4A6E color. Also use rgb(126,74,110) instead hex code.

Text Font Color

.myTextColor { color: #7E4A6E; }

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

This text font color is #7E4A6E.

Background Color

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

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

This div background color is #7E4A6E.

Border color

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

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

This div border color is #7E4A6E.

Opacity

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

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

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

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

This text has shadow with #7E4A6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E4A6E.

Preview

Color preview on black background

This text has color #7E4A6E on black background.


Color preview on white background

This text has color #7E4A6E on white background.


Black color preview on #7E4A6E background

This text has black color on #7E4A6E background.


White color preview on #7E4A6E background

This text has white color on #7E4A6E background.


Related colors

Complementary color

Complementary color for #hex is #81B591.


I love getcolorcode.com

Triadic colors

1 #6E7E4A and #4A6E7E with #7E4A6E are triadic colors.

2 #6E4A7E and #4A7E6E with #7E4A6E are triadic colors.