COLOR #7E4B6B

HEX: #7E4B6B
RGB: (126,75,107)

Color info

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

RGB color model

#7E4B6B color RGB value is (126,75,107).

  • red value is 126;
  • green value is 75;
  • blue value is 107.
RGB:
(126,75,107)
(49%,29%,42%)

RGB channels and saturation

R 126 of 255 = 49%
G 75 of 255 = 29%
B 107 of 255 = 42%

126
75
107

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

Portions of RGB colors in percentages

R + G + B =
126 + 75 + 107 = 308 (100%)
R 126 of 308 ~ 40.91%
G 75 of 308 ~ 24.35%
B 107 of 308 ~ 34.74%

%40.91
%24.35
%34.74

CMYK color model

#7E4B6B color CMYK value is (0,40,15,51).

  • cyan value is 0.00%
  • magenta value is 40.48%
  • yellow value is 15.08%
  • key color value is 50.59%
CMYK:
(0,40,15,51)
C0M40Y15K51 
(0%,40%,15%,51%)
(0.00/0.40/0.15/0.51)	

CMYK percentages

%0
%40.48
%15.08
%50.59

Codes

Color #7E4B6B in popluar color models

7E4B6B
RGB12675107
HSL322°25.37%39.41%
HSB/HSV322°40.48%49.41%
CMYK0.00%40.48%15.08%
50.59%

Color #7E4B6B in popluar number systems.

HEX7E4B6B
Decimal12675107
Binary111111010010111101011
Octal176113153

Shades and tints

Shades of #7E4B6B

#7E4B6B
(126,75,107)
#734562
(115,69,98)
#683F59
(104,63,89)
#5D3950
(93,57,80)
#523347
(82,51,71)
#472D3E
(71,45,62)
#3C2735
(60,39,53)
#31212C
(49,33,44)
#261B23
(38,27,35)
#1B151A
(27,21,26)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #7E4B6B

#7E4B6B
(126,75,107)
#895B78
(137,91,120)
#946B85
(148,107,133)
#9F7B92
(159,123,146)
#AA8B9F
(170,139,159)
#B59BAC
(181,155,172)
#C0ABB9
(192,171,185)
#CBBBC6
(203,187,198)
#D6CBD3
(214,203,211)
#E1DBE0
(225,219,224)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4B6B; }

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

This text font color is #7E4B6B.


Background Color

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

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

This div background color is #7E4B6B.


Border color

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

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

This div border color is #7E4B6B.


Opacity

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

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

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

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

This text has shadow with #7E4B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4B6B on black background.


Color preview on white background

This text has color #7E4B6B on white background.



Black color preview on #7E4B6B background

This text has black color on #7E4B6B background.


White color preview on #7E4B6B background

This text has white color on #7E4B6B background.