COLOR #7E5466

HEX: #7E5466
RGB: (126,84,102)

Color info

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

RGB color model

#7E5466 color RGB value is (126,84,102).

  • red value is 126;
  • green value is 84;
  • blue value is 102.
RGB:
(126,84,102)
(49%,33%,40%)

RGB channels and saturation

R 126 of 255 = 49%
G 84 of 255 = 33%
B 102 of 255 = 40%

126
84
102

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

Portions of RGB colors in percentages

R + G + B =
126 + 84 + 102 = 312 (100%)
R 126 of 312 ~ 40.38%
G 84 of 312 ~ 26.92%
B 102 of 312 ~ 32.69%

%40.38
%26.92
%32.69

CMYK color model

#7E5466 color CMYK value is (0,33,19,51).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 19.05%
  • key color value is 50.59%
CMYK:
(0,33,19,51)
C0M33Y19K51 
(0%,33%,19%,51%)
(0.00/0.33/0.19/0.51)	

CMYK percentages

%0
%33.33
%19.05
%50.59

Codes

Color #7E5466 in popluar color models

7E5466
RGB12684102
HSL334°20.00%41.18%
HSB/HSV334°33.33%49.41%
CMYK0.00%33.33%19.05%
50.59%

Color #7E5466 in popluar number systems.

HEX7E5466
Decimal12684102
Binary111111010101001100110
Octal176124146

Shades and tints

Shades of #7E5466

#7E5466
(126,84,102)
#734D5D
(115,77,93)
#684654
(104,70,84)
#5D3F4B
(93,63,75)
#523842
(82,56,66)
#473139
(71,49,57)
#3C2A30
(60,42,48)
#312327
(49,35,39)
#261C1E
(38,28,30)
#1B1515
(27,21,21)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #7E5466

#7E5466
(126,84,102)
#896373
(137,99,115)
#947280
(148,114,128)
#9F818D
(159,129,141)
#AA909A
(170,144,154)
#B59FA7
(181,159,167)
#C0AEB4
(192,174,180)
#CBBDC1
(203,189,193)
#D6CCCE
(214,204,206)
#E1DBDB
(225,219,219)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5466 color. Also use rgb(126,84,102) instead hex code.

Text Font Color

.myTextColor { color: #7E5466; }

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

This text font color is #7E5466.


Background Color

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

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

This div background color is #7E5466.


Border color

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

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

This div border color is #7E5466.


Opacity

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

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

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

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

This text has shadow with #7E5466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5466 on black background.


Color preview on white background

This text has color #7E5466 on white background.



Black color preview on #7E5466 background

This text has black color on #7E5466 background.


White color preview on #7E5466 background

This text has white color on #7E5466 background.