COLOR #7E3872

HEX: #7E3872
RGB: (126,56,114)

Color info

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

RGB color model

#7E3872 color RGB value is (126,56,114).

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

RGB channels and saturation

R 126 of 255 = 49%
G 56 of 255 = 22%
B 114 of 255 = 45%

126
56
114

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

Portions of RGB colors in percentages

R + G + B =
126 + 56 + 114 = 296 (100%)
R 126 of 296 ~ 42.57%
G 56 of 296 ~ 18.92%
B 114 of 296 ~ 38.51%

%42.57
%18.92
%38.51

CMYK color model

#7E3872 color CMYK value is (0,56,10,51).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 9.52%
  • key color value is 50.59%
CMYK:
(0,56,10,51)
C0M56Y10K51 
(0%,56%,10%,51%)
(0.00/0.56/0.10/0.51)	

CMYK percentages

%0
%55.56
%9.52
%50.59

Codes

Color #7E3872 in popluar color models

7E3872
RGB12656114
HSL310°38.46%35.69%
HSB/HSV310°55.56%49.41%
CMYK0.00%55.56%9.52%
50.59%

Color #7E3872 in popluar number systems.

HEX7E3872
Decimal12656114
Binary11111101110001110010
Octal17670162

Shades and tints

Shades of #7E3872

#7E3872
(126,56,114)
#733368
(115,51,104)
#682E5E
(104,46,94)
#5D2954
(93,41,84)
#52244A
(82,36,74)
#471F40
(71,31,64)
#3C1A36
(60,26,54)
#31152C
(49,21,44)
#261022
(38,16,34)
#1B0B18
(27,11,24)
#10060E
(16,6,14)
#000000
(0,0,0)

Tints of #7E3872

#7E3872
(126,56,114)
#894A7E
(137,74,126)
#945C8A
(148,92,138)
#9F6E96
(159,110,150)
#AA80A2
(170,128,162)
#B592AE
(181,146,174)
#C0A4BA
(192,164,186)
#CBB6C6
(203,182,198)
#D6C8D2
(214,200,210)
#E1DADE
(225,218,222)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E3872; }

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

This text font color is #7E3872.


Background Color

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

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

This div background color is #7E3872.


Border color

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

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

This div border color is #7E3872.


Opacity

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

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

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

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

This text has shadow with #7E3872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3872 on black background.


Color preview on white background

This text has color #7E3872 on white background.



Black color preview on #7E3872 background

This text has black color on #7E3872 background.


White color preview on #7E3872 background

This text has white color on #7E3872 background.