COLOR #7E405B

HEX: #7E405B
RGB: (126,64,91)

Color info

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

RGB color model

#7E405B color RGB value is (126,64,91).

  • red value is 126;
  • green value is 64;
  • blue value is 91.
RGB:
(126,64,91)
(49%,25%,36%)

RGB channels and saturation

R 126 of 255 = 49%
G 64 of 255 = 25%
B 91 of 255 = 36%

126
64
91

R + G + B ~ 37%. #7E405B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 64 + 91 = 281 (100%)
R 126 of 281 ~ 44.84%
G 64 of 281 ~ 22.78%
B 91 of 281 ~ 32.38%

%44.84
%22.78
%32.38

CMYK color model

#7E405B color CMYK value is (0,49,28,51).

  • cyan value is 0.00%
  • magenta value is 49.21%
  • yellow value is 27.78%
  • key color value is 50.59%
CMYK:
(0,49,28,51)
C0M49Y28K51 
(0%,49%,28%,51%)
(0.00/0.49/0.28/0.51)	

CMYK percentages

%0
%49.21
%27.78
%50.59

Codes

Color #7E405B in popluar color models

7E405B
RGB1266491
HSL334°32.63%37.25%
HSB/HSV334°49.21%49.41%
CMYK0.00%49.21%27.78%
50.59%

Color #7E405B in popluar number systems.

HEX7E405B
Decimal1266491
Binary111111010000001011011
Octal176100133

Shades and tints

Shades of #7E405B

#7E405B
(126,64,91)
#733B53
(115,59,83)
#68364B
(104,54,75)
#5D3143
(93,49,67)
#522C3B
(82,44,59)
#472733
(71,39,51)
#3C222B
(60,34,43)
#311D23
(49,29,35)
#26181B
(38,24,27)
#1B1313
(27,19,19)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #7E405B

#7E405B
(126,64,91)
#895169
(137,81,105)
#946277
(148,98,119)
#9F7385
(159,115,133)
#AA8493
(170,132,147)
#B595A1
(181,149,161)
#C0A6AF
(192,166,175)
#CBB7BD
(203,183,189)
#D6C8CB
(214,200,203)
#E1D9D9
(225,217,217)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E405B color. Also use rgb(126,64,91) instead hex code.

Text Font Color

.myTextColor { color: #7E405B; }

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

This text font color is #7E405B.


Background Color

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

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

This div background color is #7E405B.


Border color

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

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

This div border color is #7E405B.


Opacity

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

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

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

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

This text has shadow with #7E405B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E405B on black background.


Color preview on white background

This text has color #7E405B on white background.



Black color preview on #7E405B background

This text has black color on #7E405B background.


White color preview on #7E405B background

This text has white color on #7E405B background.