COLOR #7E4E6C

HEX: #7E4E6C
RGB: (126,78,108)

Color info

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

RGB color model

#7E4E6C color RGB value is (126,78,108).

  • red value is 126;
  • green value is 78;
  • blue value is 108.
RGB:
(126,78,108)
(49%,31%,42%)

RGB channels and saturation

R 126 of 255 = 49%
G 78 of 255 = 31%
B 108 of 255 = 42%

126
78
108

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

Portions of RGB colors in percentages

R + G + B =
126 + 78 + 108 = 312 (100%)
R 126 of 312 ~ 40.38%
G 78 of 312 ~ 25%
B 108 of 312 ~ 34.62%

%40.38
%25
%34.62

CMYK color model

#7E4E6C color CMYK value is (0,38,14,51).

  • cyan value is 0.00%
  • magenta value is 38.10%
  • yellow value is 14.29%
  • key color value is 50.59%
CMYK:
(0,38,14,51)
C0M38Y14K51 
(0%,38%,14%,51%)
(0.00/0.38/0.14/0.51)	

CMYK percentages

%0
%38.1
%14.29
%50.59

Codes

Color #7E4E6C in popluar color models

7E4E6C
RGB12678108
HSL323°23.53%40.00%
HSB/HSV323°38.10%49.41%
CMYK0.00%38.10%14.29%
50.59%

Color #7E4E6C in popluar number systems.

HEX7E4E6C
Decimal12678108
Binary111111010011101101100
Octal176116154

Shades and tints

Shades of #7E4E6C

#7E4E6C
(126,78,108)
#734763
(115,71,99)
#68405A
(104,64,90)
#5D3951
(93,57,81)
#523248
(82,50,72)
#472B3F
(71,43,63)
#3C2436
(60,36,54)
#311D2D
(49,29,45)
#261624
(38,22,36)
#1B0F1B
(27,15,27)
#100812
(16,8,18)
#000000
(0,0,0)

Tints of #7E4E6C

#7E4E6C
(126,78,108)
#895E79
(137,94,121)
#946E86
(148,110,134)
#9F7E93
(159,126,147)
#AA8EA0
(170,142,160)
#B59EAD
(181,158,173)
#C0AEBA
(192,174,186)
#CBBEC7
(203,190,199)
#D6CED4
(214,206,212)
#E1DEE1
(225,222,225)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4E6C color. Also use rgb(126,78,108) instead hex code.

Text Font Color

.myTextColor { color: #7E4E6C; }

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

This text font color is #7E4E6C.


Background Color

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

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

This div background color is #7E4E6C.


Border color

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

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

This div border color is #7E4E6C.


Opacity

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

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

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

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

This text has shadow with #7E4E6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4E6C on black background.


Color preview on white background

This text has color #7E4E6C on white background.



Black color preview on #7E4E6C background

This text has black color on #7E4E6C background.


White color preview on #7E4E6C background

This text has white color on #7E4E6C background.