COLOR #7E4B79

HEX: #7E4B79
RGB: (126,75,121)

Color info

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

RGB color model

#7E4B79 color RGB value is (126,75,121).

  • red value is 126;
  • green value is 75;
  • blue value is 121.
RGB:
(126,75,121)
(49%,29%,47%)

RGB channels and saturation

R 126 of 255 = 49%
G 75 of 255 = 29%
B 121 of 255 = 47%

126
75
121

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

Portions of RGB colors in percentages

R + G + B =
126 + 75 + 121 = 322 (100%)
R 126 of 322 ~ 39.13%
G 75 of 322 ~ 23.29%
B 121 of 322 ~ 37.58%

%39.13
%23.29
%37.58

CMYK color model

#7E4B79 color CMYK value is (0,40,4,51).

  • cyan value is 0.00%
  • magenta value is 40.48%
  • yellow value is 3.97%
  • key color value is 50.59%
CMYK:
(0,40,4,51)
C0M40Y4K51 
(0%,40%,4%,51%)
(0.00/0.40/0.04/0.51)	

CMYK percentages

%0
%40.48
%3.97
%50.59

Codes

Color #7E4B79 in popluar color models

7E4B79
RGB12675121
HSL306°25.37%39.41%
HSB/HSV306°40.48%49.41%
CMYK0.00%40.48%3.97%
50.59%

Color #7E4B79 in popluar number systems.

HEX7E4B79
Decimal12675121
Binary111111010010111111001
Octal176113171

Shades and tints

Shades of #7E4B79

#7E4B79
(126,75,121)
#73456E
(115,69,110)
#683F63
(104,63,99)
#5D3958
(93,57,88)
#52334D
(82,51,77)
#472D42
(71,45,66)
#3C2737
(60,39,55)
#31212C
(49,33,44)
#261B21
(38,27,33)
#1B1516
(27,21,22)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #7E4B79

#7E4B79
(126,75,121)
#895B85
(137,91,133)
#946B91
(148,107,145)
#9F7B9D
(159,123,157)
#AA8BA9
(170,139,169)
#B59BB5
(181,155,181)
#C0ABC1
(192,171,193)
#CBBBCD
(203,187,205)
#D6CBD9
(214,203,217)
#E1DBE5
(225,219,229)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4B79 color. Also use rgb(126,75,121) instead hex code.

Text Font Color

.myTextColor { color: #7E4B79; }

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

This text font color is #7E4B79.


Background Color

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

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

This div background color is #7E4B79.


Border color

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

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

This div border color is #7E4B79.


Opacity

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

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

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

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

This text has shadow with #7E4B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4B79 on black background.


Color preview on white background

This text has color #7E4B79 on white background.



Black color preview on #7E4B79 background

This text has black color on #7E4B79 background.


White color preview on #7E4B79 background

This text has white color on #7E4B79 background.