COLOR #7E3770

HEX: #7E3770
RGB: (126,55,112)

Color info

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

RGB color model

#7E3770 color RGB value is (126,55,112).

  • red value is 126;
  • green value is 55;
  • blue value is 112.
RGB:
(126,55,112)
(49%,22%,44%)

RGB channels and saturation

R 126 of 255 = 49%
G 55 of 255 = 22%
B 112 of 255 = 44%

126
55
112

R + G + B ~ 38%. #7E3770 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 55 + 112 = 293 (100%)
R 126 of 293 ~ 43%
G 55 of 293 ~ 18.77%
B 112 of 293 ~ 38.23%

%43
%18.77
%38.23

CMYK color model

#7E3770 color CMYK value is (0,56,11,51).

  • cyan value is 0.00%
  • magenta value is 56.35%
  • yellow value is 11.11%
  • key color value is 50.59%
CMYK:
(0,56,11,51)
C0M56Y11K51 
(0%,56%,11%,51%)
(0.00/0.56/0.11/0.51)	

CMYK percentages

%0
%56.35
%11.11
%50.59

Codes

Color #7E3770 in popluar color models

7E3770
RGB12655112
HSL312°39.23%35.49%
HSB/HSV312°56.35%49.41%
CMYK0.00%56.35%11.11%
50.59%

Color #7E3770 in popluar number systems.

HEX7E3770
Decimal12655112
Binary11111101101111110000
Octal17667160

Shades and tints

Shades of #7E3770

#7E3770
(126,55,112)
#733266
(115,50,102)
#682D5C
(104,45,92)
#5D2852
(93,40,82)
#522348
(82,35,72)
#471E3E
(71,30,62)
#3C1934
(60,25,52)
#31142A
(49,20,42)
#260F20
(38,15,32)
#1B0A16
(27,10,22)
#10050C
(16,5,12)
#000000
(0,0,0)

Tints of #7E3770

#7E3770
(126,55,112)
#89497D
(137,73,125)
#945B8A
(148,91,138)
#9F6D97
(159,109,151)
#AA7FA4
(170,127,164)
#B591B1
(181,145,177)
#C0A3BE
(192,163,190)
#CBB5CB
(203,181,203)
#D6C7D8
(214,199,216)
#E1D9E5
(225,217,229)
#ECEBF2
(236,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E3770 color. Also use rgb(126,55,112) instead hex code.

Text Font Color

.myTextColor { color: #7E3770; }

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

This text font color is #7E3770.


Background Color

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

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

This div background color is #7E3770.


Border color

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

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

This div border color is #7E3770.


Opacity

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

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

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

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

This text has shadow with #7E3770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3770 on black background.


Color preview on white background

This text has color #7E3770 on white background.



Black color preview on #7E3770 background

This text has black color on #7E3770 background.


White color preview on #7E3770 background

This text has white color on #7E3770 background.