COLOR #7E3D65

HEX: #7E3D65 RGB: (126,61,101)

Color info

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

RGB color model

#7E3D65 color RGB value is (126,61,101).

RGB: (126,61,101) (49%, 24%, 40%)

RGB channels and saturation

R 126 of 255 = 49%
G 61 of 255 = 24%
B 101 of 255 = 40%

126
61
101

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

Portions of RGB colors in percentages

R + G + B = 126 + 61 + 101 = 288 (100%)
R 126 of 288 ~ 43.75%
G 61 of 288 ~ 21.18%
B 101 of 288 ~ 35.07'%

%43.75
%21.18
%35.07

CMYK color model

#7E3D65 color CMYK value is (0,52,20,51).

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

CMYK: (0,52,20,51)
C0M52Y20K51 (0%, 52%, 20%, 51%)
(0.00 / 0.52 / 0.20 / 0.51)

CMYK percentages

%0
%51.59
%19.84
%50.59

Codes

Color #7E3D65 in popluar color models

7E 3D 65
RGB 126 61 101
HSL 323° 34.76% 36.67%
HSB/HSV 323° 51.59% 49.41%
CMYK 0.00% 51.59% 19.84%
50.59%

Color #7E3D65 in popluar number systems.

HEX 7E 3D 65
Decimal 126 61 101
Binary 1111110 111101 1100101
Octal 176 75 145

Shades and tints

Shades of #7E3D65

#7E3D65
(126,61,101)
#73385C
(115,56,92)
#683353
(104,51,83)
#5D2E4A
(93,46,74)
#522941
(82,41,65)
#472438
(71,36,56)
#3C1F2F
(60,31,47)
#311A26
(49,26,38)
#26151D
(38,21,29)
#1B1014
(27,16,20)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #7E3D65

#7E3D65
(126,61,101)
#894E73
(137,78,115)
#945F81
(148,95,129)
#9F708F
(159,112,143)
#AA819D
(170,129,157)
#B592AB
(181,146,171)
#C0A3B9
(192,163,185)
#CBB4C7
(203,180,199)
#D6C5D5
(214,197,213)
#E1D6E3
(225,214,227)
#ECE7F1
(236,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E3D65; }

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

This text font color is #7E3D65.

Background Color

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

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

This div background color is #7E3D65.

Border color

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

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

This div border color is #7E3D65.

Opacity

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

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

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

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

This text has shadow with #7E3D65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E3D65.

Preview

Color preview on black background

This text has color #7E3D65 on black background.


Color preview on white background

This text has color #7E3D65 on white background.


Black color preview on #7E3D65 background

This text has black color on #7E3D65 background.


White color preview on #7E3D65 background

This text has white color on #7E3D65 background.


Related colors

Complementary color

Complementary color for #hex is #81C29A.


I love getcolorcode.com

Triadic colors

1 #657E3D and #3D657E with #7E3D65 are triadic colors.

2 #653D7E and #3D7E65 with #7E3D65 are triadic colors.