COLOR #7E155E

HEX: #7E155E RGB: (126,21,94)

Color info

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

RGB color model

#7E155E color RGB value is (126,21,94).

RGB: (126,21,94) (49%, 8%, 37%)

RGB channels and saturation

R 126 of 255 = 49%
G 21 of 255 = 8%
B 94 of 255 = 37%

126
21
94

R + G + B ~ 31%. #7E155E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 21 + 94 = 241 (100%)
R 126 of 241 ~ 52.28%
G 21 of 241 ~ 8.71%
B 94 of 241 ~ 39'%

%52.28
%39

CMYK color model

#7E155E color CMYK value is (0,83,25,51).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 25.40%
  • key color value is 50.59%

CMYK: (0,83,25,51)
C0M83Y25K51 (0%, 83%, 25%, 51%)
(0.00 / 0.83 / 0.25 / 0.51)

CMYK percentages

%0
%83.33
%25.4
%50.59

Codes

Color #7E155E in popluar color models

7E 15 5E
RGB 126 21 94
HSL 318° 71.43% 28.82%
HSB/HSV 318° 83.33% 49.41%
CMYK 0.00% 83.33% 25.40%
50.59%

Color #7E155E in popluar number systems.

HEX 7E 15 5E
Decimal 126 21 94
Binary 1111110 10101 1011110
Octal 176 25 136

Shades and tints

Shades of #7E155E

#7E155E
(126,21,94)
#731456
(115,20,86)
#68134E
(104,19,78)
#5D1246
(93,18,70)
#52113E
(82,17,62)
#471036
(71,16,54)
#3C0F2E
(60,15,46)
#310E26
(49,14,38)
#260D1E
(38,13,30)
#1B0C16
(27,12,22)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #7E155E

#7E155E
(126,21,94)
#892A6C
(137,42,108)
#943F7A
(148,63,122)
#9F5488
(159,84,136)
#AA6996
(170,105,150)
#B57EA4
(181,126,164)
#C093B2
(192,147,178)
#CBA8C0
(203,168,192)
#D6BDCE
(214,189,206)
#E1D2DC
(225,210,220)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E155E color. Also use rgb(126,21,94) instead hex code.

Text Font Color

.myTextColor { color: #7E155E; }

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

This text font color is #7E155E.

Background Color

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

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

This div background color is #7E155E.

Border color

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

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

This div border color is #7E155E.

Opacity

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

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

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

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

This text has shadow with #7E155E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E155E.

Preview

Color preview on black background

This text has color #7E155E on black background.


Color preview on white background

This text has color #7E155E on white background.


Black color preview on #7E155E background

This text has black color on #7E155E background.


White color preview on #7E155E background

This text has white color on #7E155E background.


Related colors

Complementary color

Complementary color for #hex is #81EAA1.


I love getcolorcode.com

Triadic colors

1 #5E7E15 and #155E7E with #7E155E are triadic colors.

2 #5E157E and #157E5E with #7E155E are triadic colors.