COLOR #7E5574

HEX: #7E5574
RGB: (126,85,116)

Color info

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

RGB color model

#7E5574 color RGB value is (126,85,116).

  • red value is 126;
  • green value is 85;
  • blue value is 116.
RGB:
(126,85,116)
(49%,33%,45%)

RGB channels and saturation

R 126 of 255 = 49%
G 85 of 255 = 33%
B 116 of 255 = 45%

126
85
116

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

Portions of RGB colors in percentages

R + G + B =
126 + 85 + 116 = 327 (100%)
R 126 of 327 ~ 38.53%
G 85 of 327 ~ 25.99%
B 116 of 327 ~ 35.47%

%38.53
%25.99
%35.47

CMYK color model

#7E5574 color CMYK value is (0,33,8,51).

  • cyan value is 0.00%
  • magenta value is 32.54%
  • yellow value is 7.94%
  • key color value is 50.59%
CMYK:
(0,33,8,51)
C0M33Y8K51 
(0%,33%,8%,51%)
(0.00/0.33/0.08/0.51)	

CMYK percentages

%0
%32.54
%7.94
%50.59

Codes

Color #7E5574 in popluar color models

7E5574
RGB12685116
HSL315°19.43%41.37%
HSB/HSV315°32.54%49.41%
CMYK0.00%32.54%7.94%
50.59%

Color #7E5574 in popluar number systems.

HEX7E5574
Decimal12685116
Binary111111010101011110100
Octal176125164

Shades and tints

Shades of #7E5574

#7E5574
(126,85,116)
#734E6A
(115,78,106)
#684760
(104,71,96)
#5D4056
(93,64,86)
#52394C
(82,57,76)
#473242
(71,50,66)
#3C2B38
(60,43,56)
#31242E
(49,36,46)
#261D24
(38,29,36)
#1B161A
(27,22,26)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #7E5574

#7E5574
(126,85,116)
#896480
(137,100,128)
#94738C
(148,115,140)
#9F8298
(159,130,152)
#AA91A4
(170,145,164)
#B5A0B0
(181,160,176)
#C0AFBC
(192,175,188)
#CBBEC8
(203,190,200)
#D6CDD4
(214,205,212)
#E1DCE0
(225,220,224)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5574 color. Also use rgb(126,85,116) instead hex code.

Text Font Color

.myTextColor { color: #7E5574; }

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

This text font color is #7E5574.


Background Color

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

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

This div background color is #7E5574.


Border color

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

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

This div border color is #7E5574.


Opacity

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

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

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

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

This text has shadow with #7E5574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5574 on black background.


Color preview on white background

This text has color #7E5574 on white background.



Black color preview on #7E5574 background

This text has black color on #7E5574 background.


White color preview on #7E5574 background

This text has white color on #7E5574 background.