COLOR #7E5A7C

HEX: #7E5A7C
RGB: (126,90,124)

Color info

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

RGB color model

#7E5A7C color RGB value is (126,90,124).

  • red value is 126;
  • green value is 90;
  • blue value is 124.
RGB:
(126,90,124)
(49%,35%,49%)

RGB channels and saturation

R 126 of 255 = 49%
G 90 of 255 = 35%
B 124 of 255 = 49%

126
90
124

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

Portions of RGB colors in percentages

R + G + B =
126 + 90 + 124 = 340 (100%)
R 126 of 340 ~ 37.06%
G 90 of 340 ~ 26.47%
B 124 of 340 ~ 36.47%

%37.06
%26.47
%36.47

CMYK color model

#7E5A7C color CMYK value is (0,29,2,51).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 1.59%
  • key color value is 50.59%
CMYK:
(0,29,2,51)
C0M29Y2K51 
(0%,29%,2%,51%)
(0.00/0.29/0.02/0.51)	

CMYK percentages

%0
%28.57
%1.59
%50.59

Codes

Color #7E5A7C in popluar color models

7E5A7C
RGB12690124
HSL303°16.67%42.35%
HSB/HSV303°28.57%49.41%
CMYK0.00%28.57%1.59%
50.59%

Color #7E5A7C in popluar number systems.

HEX7E5A7C
Decimal12690124
Binary111111010110101111100
Octal176132174

Shades and tints

Shades of #7E5A7C

#7E5A7C
(126,90,124)
#735271
(115,82,113)
#684A66
(104,74,102)
#5D425B
(93,66,91)
#523A50
(82,58,80)
#473245
(71,50,69)
#3C2A3A
(60,42,58)
#31222F
(49,34,47)
#261A24
(38,26,36)
#1B1219
(27,18,25)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #7E5A7C

#7E5A7C
(126,90,124)
#896987
(137,105,135)
#947892
(148,120,146)
#9F879D
(159,135,157)
#AA96A8
(170,150,168)
#B5A5B3
(181,165,179)
#C0B4BE
(192,180,190)
#CBC3C9
(203,195,201)
#D6D2D4
(214,210,212)
#E1E1DF
(225,225,223)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5A7C color. Also use rgb(126,90,124) instead hex code.

Text Font Color

.myTextColor { color: #7E5A7C; }

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

This text font color is #7E5A7C.


Background Color

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

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

This div background color is #7E5A7C.


Border color

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

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

This div border color is #7E5A7C.


Opacity

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

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

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

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

This text has shadow with #7E5A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5A7C on black background.


Color preview on white background

This text has color #7E5A7C on white background.



Black color preview on #7E5A7C background

This text has black color on #7E5A7C background.


White color preview on #7E5A7C background

This text has white color on #7E5A7C background.