COLOR #7E3F72

HEX: #7E3F72
RGB: (126,63,114)

Color info

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

RGB color model

#7E3F72 color RGB value is (126,63,114).

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

RGB channels and saturation

R 126 of 255 = 49%
G 63 of 255 = 25%
B 114 of 255 = 45%

126
63
114

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

Portions of RGB colors in percentages

R + G + B =
126 + 63 + 114 = 303 (100%)
R 126 of 303 ~ 41.58%
G 63 of 303 ~ 20.79%
B 114 of 303 ~ 37.62%

%41.58
%20.79
%37.62

CMYK color model

#7E3F72 color CMYK value is (0,50,10,51).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 9.52%
  • key color value is 50.59%
CMYK:
(0,50,10,51)
C0M50Y10K51 
(0%,50%,10%,51%)
(0.00/0.50/0.10/0.51)	

CMYK percentages

%0
%50
%9.52
%50.59

Codes

Color #7E3F72 in popluar color models

7E3F72
RGB12663114
HSL311°33.33%37.06%
HSB/HSV311°50.00%49.41%
CMYK0.00%50.00%9.52%
50.59%

Color #7E3F72 in popluar number systems.

HEX7E3F72
Decimal12663114
Binary11111101111111110010
Octal17677162

Shades and tints

Shades of #7E3F72

#7E3F72
(126,63,114)
#733A68
(115,58,104)
#68355E
(104,53,94)
#5D3054
(93,48,84)
#522B4A
(82,43,74)
#472640
(71,38,64)
#3C2136
(60,33,54)
#311C2C
(49,28,44)
#261722
(38,23,34)
#1B1218
(27,18,24)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #7E3F72

#7E3F72
(126,63,114)
#89507E
(137,80,126)
#94618A
(148,97,138)
#9F7296
(159,114,150)
#AA83A2
(170,131,162)
#B594AE
(181,148,174)
#C0A5BA
(192,165,186)
#CBB6C6
(203,182,198)
#D6C7D2
(214,199,210)
#E1D8DE
(225,216,222)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E3F72; }

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

This text font color is #7E3F72.


Background Color

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

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

This div background color is #7E3F72.


Border color

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

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

This div border color is #7E3F72.


Opacity

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

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

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

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

This text has shadow with #7E3F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3F72 on black background.


Color preview on white background

This text has color #7E3F72 on white background.



Black color preview on #7E3F72 background

This text has black color on #7E3F72 background.


White color preview on #7E3F72 background

This text has white color on #7E3F72 background.