COLOR #7E466F

HEX: #7E466F
RGB: (126,70,111)

Color info

#7E466F contains red, green and blue colors in about the same proportion. Web safe color of #7E466F is #663366 (or #636).

RGB color model

#7E466F color RGB value is (126,70,111).

  • red value is 126;
  • green value is 70;
  • blue value is 111.
RGB:
(126,70,111)
(49%,27%,44%)

RGB channels and saturation

R 126 of 255 = 49%
G 70 of 255 = 27%
B 111 of 255 = 44%

126
70
111

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

Portions of RGB colors in percentages

R + G + B =
126 + 70 + 111 = 307 (100%)
R 126 of 307 ~ 41.04%
G 70 of 307 ~ 22.8%
B 111 of 307 ~ 36.16%

%41.04
%22.8
%36.16

CMYK color model

#7E466F color CMYK value is (0,44,12,51).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 11.90%
  • key color value is 50.59%
CMYK:
(0,44,12,51)
C0M44Y12K51 
(0%,44%,12%,51%)
(0.00/0.44/0.12/0.51)	

CMYK percentages

%0
%44.44
%11.9
%50.59

Codes

Color #7E466F in popluar color models

7E466F
RGB12670111
HSL316°28.57%38.43%
HSB/HSV316°44.44%49.41%
CMYK0.00%44.44%11.90%
50.59%

Color #7E466F in popluar number systems.

HEX7E466F
Decimal12670111
Binary111111010001101101111
Octal176106157

Shades and tints

Shades of #7E466F

#7E466F
(126,70,111)
#734065
(115,64,101)
#683A5B
(104,58,91)
#5D3451
(93,52,81)
#522E47
(82,46,71)
#47283D
(71,40,61)
#3C2233
(60,34,51)
#311C29
(49,28,41)
#26161F
(38,22,31)
#1B1015
(27,16,21)
#100A0B
(16,10,11)
#000000
(0,0,0)

Tints of #7E466F

#7E466F
(126,70,111)
#89567C
(137,86,124)
#946689
(148,102,137)
#9F7696
(159,118,150)
#AA86A3
(170,134,163)
#B596B0
(181,150,176)
#C0A6BD
(192,166,189)
#CBB6CA
(203,182,202)
#D6C6D7
(214,198,215)
#E1D6E4
(225,214,228)
#ECE6F1
(236,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E466F color. Also use rgb(126,70,111) instead hex code.

Text Font Color

.myTextColor { color: #7E466F; }

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

This text font color is #7E466F.


Background Color

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

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

This div background color is #7E466F.


Border color

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

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

This div border color is #7E466F.


Opacity

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

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

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

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

This text has shadow with #7E466F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E466F on black background.


Color preview on white background

This text has color #7E466F on white background.



Black color preview on #7E466F background

This text has black color on #7E466F background.


White color preview on #7E466F background

This text has white color on #7E466F background.