COLOR #7E3F65

HEX: #7E3F65 RGB: (126,63,101)

Color info

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

RGB color model

#7E3F65 color RGB value is (126,63,101).

RGB: (126,63,101) (49%, 25%, 40%)

RGB channels and saturation

R 126 of 255 = 49%
G 63 of 255 = 25%
B 101 of 255 = 40%

126
63
101

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

Portions of RGB colors in percentages

R + G + B = 126 + 63 + 101 = 290 (100%)
R 126 of 290 ~ 43.45%
G 63 of 290 ~ 21.72%
B 101 of 290 ~ 34.83'%

%43.45
%21.72
%34.83

CMYK color model

#7E3F65 color CMYK value is (0,50,20,51).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 19.84%
  • key color value is 50.59%

CMYK: (0,50,20,51)
C0M50Y20K51 (0%, 50%, 20%, 51%)
(0.00 / 0.50 / 0.20 / 0.51)

CMYK percentages

%0
%50
%19.84
%50.59

Codes

Color #7E3F65 in popluar color models

7E 3F 65
RGB 126 63 101
HSL 324° 33.33% 37.06%
HSB/HSV 324° 50.00% 49.41%
CMYK 0.00% 50.00% 19.84%
50.59%

Color #7E3F65 in popluar number systems.

HEX 7E 3F 65
Decimal 126 63 101
Binary 1111110 111111 1100101
Octal 176 77 145

Shades and tints

Shades of #7E3F65

#7E3F65
(126,63,101)
#733A5C
(115,58,92)
#683553
(104,53,83)
#5D304A
(93,48,74)
#522B41
(82,43,65)
#472638
(71,38,56)
#3C212F
(60,33,47)
#311C26
(49,28,38)
#26171D
(38,23,29)
#1B1214
(27,18,20)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #7E3F65

#7E3F65
(126,63,101)
#895073
(137,80,115)
#946181
(148,97,129)
#9F728F
(159,114,143)
#AA839D
(170,131,157)
#B594AB
(181,148,171)
#C0A5B9
(192,165,185)
#CBB6C7
(203,182,199)
#D6C7D5
(214,199,213)
#E1D8E3
(225,216,227)
#ECE9F1
(236,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E3F65; }

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

This text font color is #7E3F65.

Background Color

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

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

This div background color is #7E3F65.

Border color

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

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

This div border color is #7E3F65.

Opacity

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

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

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

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

This text has shadow with #7E3F65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E3F65.

Preview

Color preview on black background

This text has color #7E3F65 on black background.


Color preview on white background

This text has color #7E3F65 on white background.


Black color preview on #7E3F65 background

This text has black color on #7E3F65 background.


White color preview on #7E3F65 background

This text has white color on #7E3F65 background.


Related colors

Complementary color

Complementary color for #hex is #81C09A.


I love getcolorcode.com

Triadic colors

1 #657E3F and #3F657E with #7E3F65 are triadic colors.

2 #653F7E and #3F7E65 with #7E3F65 are triadic colors.