COLOR #7E3862

HEX: #7E3862 RGB: (126,56,98)

Color info

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

RGB color model

#7E3862 color RGB value is (126,56,98).

RGB: (126,56,98) (49%, 22%, 38%)

RGB channels and saturation

R 126 of 255 = 49%
G 56 of 255 = 22%
B 98 of 255 = 38%

126
56
98

R + G + B ~ 36%. #7E3862 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 56 + 98 = 280 (100%)
R 126 of 280 ~ 45%
G 56 of 280 ~ 20%
B 98 of 280 ~ 35'%

%45
%20
%35

CMYK color model

#7E3862 color CMYK value is (0,56,22,51).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 22.22%
  • key color value is 50.59%

CMYK: (0,56,22,51)
C0M56Y22K51 (0%, 56%, 22%, 51%)
(0.00 / 0.56 / 0.22 / 0.51)

CMYK percentages

%0
%55.56
%22.22
%50.59

Codes

Color #7E3862 in popluar color models

7E 38 62
RGB 126 56 98
HSL 324° 38.46% 35.69%
HSB/HSV 324° 55.56% 49.41%
CMYK 0.00% 55.56% 22.22%
50.59%

Color #7E3862 in popluar number systems.

HEX 7E 38 62
Decimal 126 56 98
Binary 1111110 111000 1100010
Octal 176 70 142

Shades and tints

Shades of #7E3862

#7E3862
(126,56,98)
#73335A
(115,51,90)
#682E52
(104,46,82)
#5D294A
(93,41,74)
#522442
(82,36,66)
#471F3A
(71,31,58)
#3C1A32
(60,26,50)
#31152A
(49,21,42)
#261022
(38,16,34)
#1B0B1A
(27,11,26)
#100612
(16,6,18)
#000000
(0,0,0)

Tints of #7E3862

#7E3862
(126,56,98)
#894A70
(137,74,112)
#945C7E
(148,92,126)
#9F6E8C
(159,110,140)
#AA809A
(170,128,154)
#B592A8
(181,146,168)
#C0A4B6
(192,164,182)
#CBB6C4
(203,182,196)
#D6C8D2
(214,200,210)
#E1DAE0
(225,218,224)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E3862; }

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

This text font color is #7E3862.

Background Color

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

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

This div background color is #7E3862.

Border color

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

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

This div border color is #7E3862.

Opacity

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

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

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

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

This text has shadow with #7E3862 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E3862.

Preview

Color preview on black background

This text has color #7E3862 on black background.


Color preview on white background

This text has color #7E3862 on white background.


Black color preview on #7E3862 background

This text has black color on #7E3862 background.


White color preview on #7E3862 background

This text has white color on #7E3862 background.


Related colors

Complementary color

Complementary color for #hex is #81C79D.


I love getcolorcode.com

Triadic colors

1 #627E38 and #38627E with #7E3862 are triadic colors.

2 #62387E and #387E62 with #7E3862 are triadic colors.