COLOR #7E4C88

HEX: #7E4C88
RGB: (126,76,136)

Color info

#7E4C88 contains mainly red and blue colors. Web safe color of #7E4C88 is #663399 (or #639).

RGB color model

#7E4C88 color RGB value is (126,76,136).

  • red value is 126;
  • green value is 76;
  • blue value is 136.
RGB:
(126,76,136)
(49%,30%,53%)

RGB channels and saturation

R 126 of 255 = 49%
G 76 of 255 = 30%
B 136 of 255 = 53%

126
76
136

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

Portions of RGB colors in percentages

R + G + B =
126 + 76 + 136 = 338 (100%)
R 126 of 338 ~ 37.28%
G 76 of 338 ~ 22.49%
B 136 of 338 ~ 40.24%

%37.28
%22.49
%40.24

CMYK color model

#7E4C88 color CMYK value is (7,44,0,47).

  • cyan value is 7.35%
  • magenta value is 44.12%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(7,44,0,47)
C7M44Y0K47 
(7%,44%,0%,47%)
(0.07/0.44/0.00/0.47)	

CMYK percentages

%7.35
%44.12
%0
%46.67

Codes

Color #7E4C88 in popluar color models

7E4C88
RGB12676136
HSL290°28.30%41.57%
HSB/HSV290°44.12%53.33%
CMYK7.35%44.12%0.00%
46.67%

Color #7E4C88 in popluar number systems.

HEX7E4C88
Decimal12676136
Binary1111110100110010001000
Octal176114210

Shades and tints

Shades of #7E4C88

#7E4C88
(126,76,136)
#73467C
(115,70,124)
#684070
(104,64,112)
#5D3A64
(93,58,100)
#523458
(82,52,88)
#472E4C
(71,46,76)
#3C2840
(60,40,64)
#312234
(49,34,52)
#261C28
(38,28,40)
#1B161C
(27,22,28)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #7E4C88

#7E4C88
(126,76,136)
#895C92
(137,92,146)
#946C9C
(148,108,156)
#9F7CA6
(159,124,166)
#AA8CB0
(170,140,176)
#B59CBA
(181,156,186)
#C0ACC4
(192,172,196)
#CBBCCE
(203,188,206)
#D6CCD8
(214,204,216)
#E1DCE2
(225,220,226)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4C88 color. Also use rgb(126,76,136) instead hex code.

Text Font Color

.myTextColor { color: #7E4C88; }

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

This text font color is #7E4C88.


Background Color

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

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

This div background color is #7E4C88.


Border color

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

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

This div border color is #7E4C88.


Opacity

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

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

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

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

This text has shadow with #7E4C88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4C88 on black background.


Color preview on white background

This text has color #7E4C88 on white background.



Black color preview on #7E4C88 background

This text has black color on #7E4C88 background.


White color preview on #7E4C88 background

This text has white color on #7E4C88 background.