COLOR #7E4675

HEX: #7E4675
RGB: (126,70,117)

Color info

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

RGB color model

#7E4675 color RGB value is (126,70,117).

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

RGB channels and saturation

R 126 of 255 = 49%
G 70 of 255 = 27%
B 117 of 255 = 46%

126
70
117

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

Portions of RGB colors in percentages

R + G + B =
126 + 70 + 117 = 313 (100%)
R 126 of 313 ~ 40.26%
G 70 of 313 ~ 22.36%
B 117 of 313 ~ 37.38%

%40.26
%22.36
%37.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 7.14%
  • key color value is 50.59%
CMYK:
(0,44,7,51)
C0M44Y7K51 
(0%,44%,7%,51%)
(0.00/0.44/0.07/0.51)	

CMYK percentages

%0
%44.44
%7.14
%50.59

Codes

Color #7E4675 in popluar color models

7E4675
RGB12670117
HSL310°28.57%38.43%
HSB/HSV310°44.44%49.41%
CMYK0.00%44.44%7.14%
50.59%

Color #7E4675 in popluar number systems.

HEX7E4675
Decimal12670117
Binary111111010001101110101
Octal176106165

Shades and tints

Shades of #7E4675

#7E4675
(126,70,117)
#73406B
(115,64,107)
#683A61
(104,58,97)
#5D3457
(93,52,87)
#522E4D
(82,46,77)
#472843
(71,40,67)
#3C2239
(60,34,57)
#311C2F
(49,28,47)
#261625
(38,22,37)
#1B101B
(27,16,27)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #7E4675

#7E4675
(126,70,117)
#895681
(137,86,129)
#94668D
(148,102,141)
#9F7699
(159,118,153)
#AA86A5
(170,134,165)
#B596B1
(181,150,177)
#C0A6BD
(192,166,189)
#CBB6C9
(203,182,201)
#D6C6D5
(214,198,213)
#E1D6E1
(225,214,225)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4675; }

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

This text font color is #7E4675.


Background Color

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

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

This div background color is #7E4675.


Border color

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

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

This div border color is #7E4675.


Opacity

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

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

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

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

This text has shadow with #7E4675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4675 on black background.


Color preview on white background

This text has color #7E4675 on white background.



Black color preview on #7E4675 background

This text has black color on #7E4675 background.


White color preview on #7E4675 background

This text has white color on #7E4675 background.