COLOR #7E3877

HEX: #7E3877
RGB: (126,56,119)

Color info

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

RGB color model

#7E3877 color RGB value is (126,56,119).

  • red value is 126;
  • green value is 56;
  • blue value is 119.
RGB:
(126,56,119)
(49%,22%,47%)

RGB channels and saturation

R 126 of 255 = 49%
G 56 of 255 = 22%
B 119 of 255 = 47%

126
56
119

R + G + B ~ 39%. #7E3877 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 56 + 119 = 301 (100%)
R 126 of 301 ~ 41.86%
G 56 of 301 ~ 18.6%
B 119 of 301 ~ 39.53%

%41.86
%18.6
%39.53

CMYK color model

#7E3877 color CMYK value is (0,56,6,51).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 5.56%
  • key color value is 50.59%
CMYK:
(0,56,6,51)
C0M56Y6K51 
(0%,56%,6%,51%)
(0.00/0.56/0.06/0.51)	

CMYK percentages

%0
%55.56
%5.56
%50.59

Codes

Color #7E3877 in popluar color models

7E3877
RGB12656119
HSL306°38.46%35.69%
HSB/HSV306°55.56%49.41%
CMYK0.00%55.56%5.56%
50.59%

Color #7E3877 in popluar number systems.

HEX7E3877
Decimal12656119
Binary11111101110001110111
Octal17670167

Shades and tints

Shades of #7E3877

#7E3877
(126,56,119)
#73336D
(115,51,109)
#682E63
(104,46,99)
#5D2959
(93,41,89)
#52244F
(82,36,79)
#471F45
(71,31,69)
#3C1A3B
(60,26,59)
#311531
(49,21,49)
#261027
(38,16,39)
#1B0B1D
(27,11,29)
#100613
(16,6,19)
#000000
(0,0,0)

Tints of #7E3877

#7E3877
(126,56,119)
#894A83
(137,74,131)
#945C8F
(148,92,143)
#9F6E9B
(159,110,155)
#AA80A7
(170,128,167)
#B592B3
(181,146,179)
#C0A4BF
(192,164,191)
#CBB6CB
(203,182,203)
#D6C8D7
(214,200,215)
#E1DAE3
(225,218,227)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E3877 color. Also use rgb(126,56,119) instead hex code.

Text Font Color

.myTextColor { color: #7E3877; }

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

This text font color is #7E3877.


Background Color

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

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

This div background color is #7E3877.


Border color

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

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

This div border color is #7E3877.


Opacity

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

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

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

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

This text has shadow with #7E3877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3877 on black background.


Color preview on white background

This text has color #7E3877 on white background.



Black color preview on #7E3877 background

This text has black color on #7E3877 background.


White color preview on #7E3877 background

This text has white color on #7E3877 background.