COLOR #7E427E

HEX: #7E427E
RGB: (126,66,126)

Color info

#7E427E contains mainly red and blue colors. Web safe color of #7E427E is #663366 (or #636).

RGB color model

#7E427E color RGB value is (126,66,126).

  • red value is 126;
  • green value is 66;
  • blue value is 126.
RGB:
(126,66,126)
(49%,26%,49%)

RGB channels and saturation

R 126 of 255 = 49%
G 66 of 255 = 26%
B 126 of 255 = 49%

126
66
126

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

Portions of RGB colors in percentages

R + G + B =
126 + 66 + 126 = 318 (100%)
R 126 of 318 ~ 39.62%
G 66 of 318 ~ 20.75%
B 126 of 318 ~ 39.62%

%39.62
%20.75
%39.62

CMYK color model

#7E427E color CMYK value is (0,48,0,51).

  • cyan value is 0.00%
  • magenta value is 47.62%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(0,48,0,51)
C0M48Y0K51 
(0%,48%,0%,51%)
(0.00/0.48/0.00/0.51)	

CMYK percentages

%0
%47.62
%0
%50.59

Codes

Color #7E427E in popluar color models

7E427E
RGB12666126
HSL300°31.25%37.65%
HSB/HSV300°47.62%49.41%
CMYK0.00%47.62%0.00%
50.59%

Color #7E427E in popluar number systems.

HEX7E427E
Decimal12666126
Binary111111010000101111110
Octal176102176

Shades and tints

Shades of #7E427E

#7E427E
(126,66,126)
#733C73
(115,60,115)
#683668
(104,54,104)
#5D305D
(93,48,93)
#522A52
(82,42,82)
#472447
(71,36,71)
#3C1E3C
(60,30,60)
#311831
(49,24,49)
#261226
(38,18,38)
#1B0C1B
(27,12,27)
#100610
(16,6,16)
#000000
(0,0,0)

Tints of #7E427E

#7E427E
(126,66,126)
#895389
(137,83,137)
#946494
(148,100,148)
#9F759F
(159,117,159)
#AA86AA
(170,134,170)
#B597B5
(181,151,181)
#C0A8C0
(192,168,192)
#CBB9CB
(203,185,203)
#D6CAD6
(214,202,214)
#E1DBE1
(225,219,225)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E427E; }

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

This text font color is #7E427E.


Background Color

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

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

This div background color is #7E427E.


Border color

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

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

This div border color is #7E427E.


Opacity

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

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

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

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

This text has shadow with #7E427E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E427E on black background.


Color preview on white background

This text has color #7E427E on white background.



Black color preview on #7E427E background

This text has black color on #7E427E background.


White color preview on #7E427E background

This text has white color on #7E427E background.