COLOR #7E4769

HEX: #7E4769 RGB: (126,71,105)

Color info

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

RGB color model

#7E4769 color RGB value is (126,71,105).

RGB: (126,71,105) (49%, 28%, 41%)

RGB channels and saturation

R 126 of 255 = 49%
G 71 of 255 = 28%
B 105 of 255 = 41%

126
71
105

R + G + B ~ 39%. #7E4769 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 71 + 105 = 302 (100%)
R 126 of 302 ~ 41.72%
G 71 of 302 ~ 23.51%
B 105 of 302 ~ 34.77'%

%41.72
%23.51
%34.77

CMYK color model

#7E4769 color CMYK value is (0,44,17,51).

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

CMYK: (0,44,17,51)
C0M44Y17K51 (0%, 44%, 17%, 51%)
(0.00 / 0.44 / 0.17 / 0.51)

CMYK percentages

%0
%43.65
%16.67
%50.59

Codes

Color #7E4769 in popluar color models

7E 47 69
RGB 126 71 105
HSL 323° 27.92% 38.63%
HSB/HSV 323° 43.65% 49.41%
CMYK 0.00% 43.65% 16.67%
50.59%

Color #7E4769 in popluar number systems.

HEX 7E 47 69
Decimal 126 71 105
Binary 1111110 1000111 1101001
Octal 176 107 151

Shades and tints

Shades of #7E4769

#7E4769
(126,71,105)
#734160
(115,65,96)
#683B57
(104,59,87)
#5D354E
(93,53,78)
#522F45
(82,47,69)
#47293C
(71,41,60)
#3C2333
(60,35,51)
#311D2A
(49,29,42)
#261721
(38,23,33)
#1B1118
(27,17,24)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #7E4769

#7E4769
(126,71,105)
#895776
(137,87,118)
#946783
(148,103,131)
#9F7790
(159,119,144)
#AA879D
(170,135,157)
#B597AA
(181,151,170)
#C0A7B7
(192,167,183)
#CBB7C4
(203,183,196)
#D6C7D1
(214,199,209)
#E1D7DE
(225,215,222)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4769; }

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

This text font color is #7E4769.

Background Color

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

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

This div background color is #7E4769.

Border color

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

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

This div border color is #7E4769.

Opacity

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

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

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

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

This text has shadow with #7E4769 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E4769.

Preview

Color preview on black background

This text has color #7E4769 on black background.


Color preview on white background

This text has color #7E4769 on white background.


Black color preview on #7E4769 background

This text has black color on #7E4769 background.


White color preview on #7E4769 background

This text has white color on #7E4769 background.


Related colors

Complementary color

Complementary color for #hex is #81B896.


I love getcolorcode.com

Triadic colors

1 #697E47 and #47697E with #7E4769 are triadic colors.

2 #69477E and #477E69 with #7E4769 are triadic colors.