COLOR #7E367E

HEX: #7E367E
RGB: (126,54,126)

Color info

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

RGB color model

#7E367E color RGB value is (126,54,126).

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

RGB channels and saturation

R 126 of 255 = 49%
G 54 of 255 = 21%
B 126 of 255 = 49%

126
54
126

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

Portions of RGB colors in percentages

R + G + B =
126 + 54 + 126 = 306 (100%)
R 126 of 306 ~ 41.18%
G 54 of 306 ~ 17.65%
B 126 of 306 ~ 41.18%

%41.18
%17.65
%41.18

CMYK color model

#7E367E color CMYK value is (0,57,0,51).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(0,57,0,51)
C0M57Y0K51 
(0%,57%,0%,51%)
(0.00/0.57/0.00/0.51)	

CMYK percentages

%0
%57.14
%0
%50.59

Codes

Color #7E367E in popluar color models

7E367E
RGB12654126
HSL300°40.00%35.29%
HSB/HSV300°57.14%49.41%
CMYK0.00%57.14%0.00%
50.59%

Color #7E367E in popluar number systems.

HEX7E367E
Decimal12654126
Binary11111101101101111110
Octal17666176

Shades and tints

Shades of #7E367E

#7E367E
(126,54,126)
#733273
(115,50,115)
#682E68
(104,46,104)
#5D2A5D
(93,42,93)
#522652
(82,38,82)
#472247
(71,34,71)
#3C1E3C
(60,30,60)
#311A31
(49,26,49)
#261626
(38,22,38)
#1B121B
(27,18,27)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #7E367E

#7E367E
(126,54,126)
#894889
(137,72,137)
#945A94
(148,90,148)
#9F6C9F
(159,108,159)
#AA7EAA
(170,126,170)
#B590B5
(181,144,181)
#C0A2C0
(192,162,192)
#CBB4CB
(203,180,203)
#D6C6D6
(214,198,214)
#E1D8E1
(225,216,225)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E367E; }

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

This text font color is #7E367E.


Background Color

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

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

This div background color is #7E367E.


Border color

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

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

This div border color is #7E367E.


Opacity

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

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

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

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

This text has shadow with #7E367E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E367E on black background.


Color preview on white background

This text has color #7E367E on white background.



Black color preview on #7E367E background

This text has black color on #7E367E background.


White color preview on #7E367E background

This text has white color on #7E367E background.