COLOR #7E4166

HEX: #7E4166
RGB: (126,65,102)

Color info

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

RGB color model

#7E4166 color RGB value is (126,65,102).

  • red value is 126;
  • green value is 65;
  • blue value is 102.
RGB:
(126,65,102)
(49%,25%,40%)

RGB channels and saturation

R 126 of 255 = 49%
G 65 of 255 = 25%
B 102 of 255 = 40%

126
65
102

R + G + B ~ 38%. #7E4166 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 65 + 102 = 293 (100%)
R 126 of 293 ~ 43%
G 65 of 293 ~ 22.18%
B 102 of 293 ~ 34.81%

%43
%22.18
%34.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 48.41%
  • yellow value is 19.05%
  • key color value is 50.59%
CMYK:
(0,48,19,51)
C0M48Y19K51 
(0%,48%,19%,51%)
(0.00/0.48/0.19/0.51)	

CMYK percentages

%0
%48.41
%19.05
%50.59

Codes

Color #7E4166 in popluar color models

7E4166
RGB12665102
HSL324°31.94%37.45%
HSB/HSV324°48.41%49.41%
CMYK0.00%48.41%19.05%
50.59%

Color #7E4166 in popluar number systems.

HEX7E4166
Decimal12665102
Binary111111010000011100110
Octal176101146

Shades and tints

Shades of #7E4166

#7E4166
(126,65,102)
#733C5D
(115,60,93)
#683754
(104,55,84)
#5D324B
(93,50,75)
#522D42
(82,45,66)
#472839
(71,40,57)
#3C2330
(60,35,48)
#311E27
(49,30,39)
#26191E
(38,25,30)
#1B1415
(27,20,21)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #7E4166

#7E4166
(126,65,102)
#895273
(137,82,115)
#946380
(148,99,128)
#9F748D
(159,116,141)
#AA859A
(170,133,154)
#B596A7
(181,150,167)
#C0A7B4
(192,167,180)
#CBB8C1
(203,184,193)
#D6C9CE
(214,201,206)
#E1DADB
(225,218,219)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4166; }

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

This text font color is #7E4166.


Background Color

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

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

This div background color is #7E4166.


Border color

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

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

This div border color is #7E4166.


Opacity

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

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

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

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

This text has shadow with #7E4166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4166 on black background.


Color preview on white background

This text has color #7E4166 on white background.



Black color preview on #7E4166 background

This text has black color on #7E4166 background.


White color preview on #7E4166 background

This text has white color on #7E4166 background.