COLOR #7E5178

HEX: #7E5178
RGB: (126,81,120)

Color info

#7E5178 contains red, green and blue colors in about the same proportion. Web safe color of #7E5178 is #666666 (or #666).

RGB color model

#7E5178 color RGB value is (126,81,120).

  • red value is 126;
  • green value is 81;
  • blue value is 120.
RGB:
(126,81,120)
(49%,32%,47%)

RGB channels and saturation

R 126 of 255 = 49%
G 81 of 255 = 32%
B 120 of 255 = 47%

126
81
120

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

Portions of RGB colors in percentages

R + G + B =
126 + 81 + 120 = 327 (100%)
R 126 of 327 ~ 38.53%
G 81 of 327 ~ 24.77%
B 120 of 327 ~ 36.7%

%38.53
%24.77
%36.7

CMYK color model

#7E5178 color CMYK value is (0,36,5,51).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 4.76%
  • key color value is 50.59%
CMYK:
(0,36,5,51)
C0M36Y5K51 
(0%,36%,5%,51%)
(0.00/0.36/0.05/0.51)	

CMYK percentages

%0
%35.71
%4.76
%50.59

Codes

Color #7E5178 in popluar color models

7E5178
RGB12681120
HSL308°21.74%40.59%
HSB/HSV308°35.71%49.41%
CMYK0.00%35.71%4.76%
50.59%

Color #7E5178 in popluar number systems.

HEX7E5178
Decimal12681120
Binary111111010100011111000
Octal176121170

Shades and tints

Shades of #7E5178

#7E5178
(126,81,120)
#734A6E
(115,74,110)
#684364
(104,67,100)
#5D3C5A
(93,60,90)
#523550
(82,53,80)
#472E46
(71,46,70)
#3C273C
(60,39,60)
#312032
(49,32,50)
#261928
(38,25,40)
#1B121E
(27,18,30)
#100B14
(16,11,20)
#000000
(0,0,0)

Tints of #7E5178

#7E5178
(126,81,120)
#896084
(137,96,132)
#946F90
(148,111,144)
#9F7E9C
(159,126,156)
#AA8DA8
(170,141,168)
#B59CB4
(181,156,180)
#C0ABC0
(192,171,192)
#CBBACC
(203,186,204)
#D6C9D8
(214,201,216)
#E1D8E4
(225,216,228)
#ECE7F0
(236,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5178 color. Also use rgb(126,81,120) instead hex code.

Text Font Color

.myTextColor { color: #7E5178; }

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

This text font color is #7E5178.


Background Color

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

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

This div background color is #7E5178.


Border color

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

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

This div border color is #7E5178.


Opacity

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

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

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

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

This text has shadow with #7E5178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5178 on black background.


Color preview on white background

This text has color #7E5178 on white background.



Black color preview on #7E5178 background

This text has black color on #7E5178 background.


White color preview on #7E5178 background

This text has white color on #7E5178 background.