COLOR #7E4D74

HEX: #7E4D74
RGB: (126,77,116)

Color info

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

RGB color model

#7E4D74 color RGB value is (126,77,116).

  • red value is 126;
  • green value is 77;
  • blue value is 116.
RGB:
(126,77,116)
(49%,30%,45%)

RGB channels and saturation

R 126 of 255 = 49%
G 77 of 255 = 30%
B 116 of 255 = 45%

126
77
116

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

Portions of RGB colors in percentages

R + G + B =
126 + 77 + 116 = 319 (100%)
R 126 of 319 ~ 39.5%
G 77 of 319 ~ 24.14%
B 116 of 319 ~ 36.36%

%39.5
%24.14
%36.36

CMYK color model

#7E4D74 color CMYK value is (0,39,8,51).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 7.94%
  • key color value is 50.59%
CMYK:
(0,39,8,51)
C0M39Y8K51 
(0%,39%,8%,51%)
(0.00/0.39/0.08/0.51)	

CMYK percentages

%0
%38.89
%7.94
%50.59

Codes

Color #7E4D74 in popluar color models

7E4D74
RGB12677116
HSL312°24.14%39.80%
HSB/HSV312°38.89%49.41%
CMYK0.00%38.89%7.94%
50.59%

Color #7E4D74 in popluar number systems.

HEX7E4D74
Decimal12677116
Binary111111010011011110100
Octal176115164

Shades and tints

Shades of #7E4D74

#7E4D74
(126,77,116)
#73466A
(115,70,106)
#683F60
(104,63,96)
#5D3856
(93,56,86)
#52314C
(82,49,76)
#472A42
(71,42,66)
#3C2338
(60,35,56)
#311C2E
(49,28,46)
#261524
(38,21,36)
#1B0E1A
(27,14,26)
#100710
(16,7,16)
#000000
(0,0,0)

Tints of #7E4D74

#7E4D74
(126,77,116)
#895D80
(137,93,128)
#946D8C
(148,109,140)
#9F7D98
(159,125,152)
#AA8DA4
(170,141,164)
#B59DB0
(181,157,176)
#C0ADBC
(192,173,188)
#CBBDC8
(203,189,200)
#D6CDD4
(214,205,212)
#E1DDE0
(225,221,224)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4D74; }

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

This text font color is #7E4D74.


Background Color

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

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

This div background color is #7E4D74.


Border color

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

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

This div border color is #7E4D74.


Opacity

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

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

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

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

This text has shadow with #7E4D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4D74 on black background.


Color preview on white background

This text has color #7E4D74 on white background.



Black color preview on #7E4D74 background

This text has black color on #7E4D74 background.


White color preview on #7E4D74 background

This text has white color on #7E4D74 background.