COLOR #7E044E

HEX: #7E044E RGB: (126,4,78)

Color info

#7E044E contains mainly red and blue colors. Web safe color of #7E044E is #660066 (or #606).

RGB color model

#7E044E color RGB value is (126,4,78).

RGB: (126,4,78) (49%, 2%, 31%)

RGB channels and saturation

R 126 of 255 = 49%
G 4 of 255 = 2%
B 78 of 255 = 31%

126
4
78

R + G + B ~ 27%. #7E044E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 4 + 78 = 208 (100%)
R 126 of 208 ~ 60.58%
G 4 of 208 ~ 1.92%
B 78 of 208 ~ 37.5'%

%60.58
%37.5

CMYK color model

#7E044E color CMYK value is (0,97,38,51).

  • cyan value is 0.00%
  • magenta value is 96.83%
  • yellow value is 38.10%
  • key color value is 50.59%

CMYK: (0,97,38,51)
C0M97Y38K51 (0%, 97%, 38%, 51%)
(0.00 / 0.97 / 0.38 / 0.51)

CMYK percentages

%0
%96.83
%38.1
%50.59

Codes

Color #7E044E in popluar color models

7E 04 4E
RGB 126 4 78
HSL 324° 93.85% 25.49%
HSB/HSV 324° 96.83% 49.41%
CMYK 0.00% 96.83% 38.10%
50.59%

Color #7E044E in popluar number systems.

HEX 7E 04 4E
Decimal 126 4 78
Binary 1111110 100 1001110
Octal 176 4 116

Shades and tints

Shades of #7E044E

#7E044E
(126,4,78)
#730447
(115,4,71)
#680440
(104,4,64)
#5D0439
(93,4,57)
#520432
(82,4,50)
#47042B
(71,4,43)
#3C0424
(60,4,36)
#31041D
(49,4,29)
#260416
(38,4,22)
#1B040F
(27,4,15)
#100408
(16,4,8)
#000000
(0,0,0)

Tints of #7E044E

#7E044E
(126,4,78)
#891A5E
(137,26,94)
#94306E
(148,48,110)
#9F467E
(159,70,126)
#AA5C8E
(170,92,142)
#B5729E
(181,114,158)
#C088AE
(192,136,174)
#CB9EBE
(203,158,190)
#D6B4CE
(214,180,206)
#E1CADE
(225,202,222)
#ECE0EE
(236,224,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E044E color. Also use rgb(126,4,78) instead hex code.

Text Font Color

.myTextColor { color: #7E044E; }

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

This text font color is #7E044E.

Background Color

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

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

This div background color is #7E044E.

Border color

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

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

This div border color is #7E044E.

Opacity

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

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

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

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

This text has shadow with #7E044E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E044E.

Preview

Color preview on black background

This text has color #7E044E on black background.


Color preview on white background

This text has color #7E044E on white background.


Black color preview on #7E044E background

This text has black color on #7E044E background.


White color preview on #7E044E background

This text has white color on #7E044E background.


Related colors

Complementary color

Complementary color for #7E044E is #81FBB1.


I love getcolorcode.com

Triadic colors

1 #4E7E04 and #044E7E with #7E044E are triadic colors.

2 #4E047E and #047E4E with #7E044E are triadic colors.