COLOR #7E415A

HEX: #7E415A RGB: (126,65,90)

Color info

#7E415A contains mainly red and blue colors. Web safe color of #7E415A is #663366 (or #636).

RGB color model

#7E415A color RGB value is (126,65,90).

RGB: (126,65,90) (49%, 25%, 35%)

RGB channels and saturation

R 126 of 255 = 49%
G 65 of 255 = 25%
B 90 of 255 = 35%

126
65
90

R + G + B ~ 36%. #7E415A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 65 + 90 = 281 (100%)
R 126 of 281 ~ 44.84%
G 65 of 281 ~ 23.13%
B 90 of 281 ~ 32.03'%

%44.84
%23.13
%32.03

CMYK color model

#7E415A color CMYK value is (0,48,29,51).

  • cyan value is 0.00%
  • magenta value is 48.41%
  • yellow value is 28.57%
  • key color value is 50.59%

CMYK: (0,48,29,51)
C0M48Y29K51 (0%, 48%, 29%, 51%)
(0.00 / 0.48 / 0.29 / 0.51)

CMYK percentages

%0
%48.41
%28.57
%50.59

Codes

Color #7E415A in popluar color models

7E 41 5A
RGB 126 65 90
HSL 335° 31.94% 37.45%
HSB/HSV 335° 48.41% 49.41%
CMYK 0.00% 48.41% 28.57%
50.59%

Color #7E415A in popluar number systems.

HEX 7E 41 5A
Decimal 126 65 90
Binary 1111110 1000001 1011010
Octal 176 101 132

Shades and tints

Shades of #7E415A

#7E415A
(126,65,90)
#733C52
(115,60,82)
#68374A
(104,55,74)
#5D3242
(93,50,66)
#522D3A
(82,45,58)
#472832
(71,40,50)
#3C232A
(60,35,42)
#311E22
(49,30,34)
#26191A
(38,25,26)
#1B1412
(27,20,18)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #7E415A

#7E415A
(126,65,90)
#895269
(137,82,105)
#946378
(148,99,120)
#9F7487
(159,116,135)
#AA8596
(170,133,150)
#B596A5
(181,150,165)
#C0A7B4
(192,167,180)
#CBB8C3
(203,184,195)
#D6C9D2
(214,201,210)
#E1DAE1
(225,218,225)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E415A color. Also use rgb(126,65,90) instead hex code.

Text Font Color

.myTextColor { color: #7E415A; }

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

This text font color is #7E415A.

Background Color

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

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

This div background color is #7E415A.

Border color

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

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

This div border color is #7E415A.

Opacity

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

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

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

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

This text has shadow with #7E415A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E415A.

Preview

Color preview on black background

This text has color #7E415A on black background.


Color preview on white background

This text has color #7E415A on white background.


Black color preview on #7E415A background

This text has black color on #7E415A background.


White color preview on #7E415A background

This text has white color on #7E415A background.


Related colors

Complementary color

Complementary color for #hex is #81BEA5.


I love getcolorcode.com

Triadic colors

1 #5A7E41 and #415A7E with #7E415A are triadic colors.

2 #5A417E and #417E5A with #7E415A are triadic colors.