COLOR #7E476B

HEX: #7E476B RGB: (126,71,107)

Color info

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

RGB color model

#7E476B color RGB value is (126,71,107).

RGB: (126,71,107) (49%, 28%, 42%)

RGB channels and saturation

R 126 of 255 = 49%
G 71 of 255 = 28%
B 107 of 255 = 42%

126
71
107

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

Portions of RGB colors in percentages

R + G + B = 126 + 71 + 107 = 304 (100%)
R 126 of 304 ~ 41.45%
G 71 of 304 ~ 23.36%
B 107 of 304 ~ 35.2'%

%41.45
%23.36
%35.2

CMYK color model

#7E476B color CMYK value is (0,44,15,51).

  • cyan value is 0.00%
  • magenta value is 43.65%
  • yellow value is 15.08%
  • key color value is 50.59%

CMYK: (0,44,15,51)
C0M44Y15K51 (0%, 44%, 15%, 51%)
(0.00 / 0.44 / 0.15 / 0.51)

CMYK percentages

%0
%43.65
%15.08
%50.59

Codes

Color #7E476B in popluar color models

7E 47 6B
RGB 126 71 107
HSL 321° 27.92% 38.63%
HSB/HSV 321° 43.65% 49.41%
CMYK 0.00% 43.65% 15.08%
50.59%

Color #7E476B in popluar number systems.

HEX 7E 47 6B
Decimal 126 71 107
Binary 1111110 1000111 1101011
Octal 176 107 153

Shades and tints

Shades of #7E476B

#7E476B
(126,71,107)
#734162
(115,65,98)
#683B59
(104,59,89)
#5D3550
(93,53,80)
#522F47
(82,47,71)
#47293E
(71,41,62)
#3C2335
(60,35,53)
#311D2C
(49,29,44)
#261723
(38,23,35)
#1B111A
(27,17,26)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #7E476B

#7E476B
(126,71,107)
#895778
(137,87,120)
#946785
(148,103,133)
#9F7792
(159,119,146)
#AA879F
(170,135,159)
#B597AC
(181,151,172)
#C0A7B9
(192,167,185)
#CBB7C6
(203,183,198)
#D6C7D3
(214,199,211)
#E1D7E0
(225,215,224)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E476B color. Also use rgb(126,71,107) instead hex code.

Text Font Color

.myTextColor { color: #7E476B; }

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

This text font color is #7E476B.

Background Color

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

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

This div background color is #7E476B.

Border color

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

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

This div border color is #7E476B.

Opacity

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

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

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

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

This text has shadow with #7E476B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E476B.

Preview

Color preview on black background

This text has color #7E476B on black background.


Color preview on white background

This text has color #7E476B on white background.


Black color preview on #7E476B background

This text has black color on #7E476B background.


White color preview on #7E476B background

This text has white color on #7E476B background.


Related colors

Complementary color

Complementary color for #hex is #81B894.


I love getcolorcode.com

Triadic colors

1 #6B7E47 and #476B7E with #7E476B are triadic colors.

2 #6B477E and #477E6B with #7E476B are triadic colors.