COLOR #7E356A

HEX: #7E356A RGB: (126,53,106)

Color info

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

RGB color model

#7E356A color RGB value is (126,53,106).

RGB: (126,53,106) (49%, 21%, 42%)

RGB channels and saturation

R 126 of 255 = 49%
G 53 of 255 = 21%
B 106 of 255 = 42%

126
53
106

R + G + B ~ 37%. #7E356A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 53 + 106 = 285 (100%)
R 126 of 285 ~ 44.21%
G 53 of 285 ~ 18.6%
B 106 of 285 ~ 37.19'%

%44.21
%18.6
%37.19

CMYK color model

#7E356A color CMYK value is (0,58,16,51).

  • cyan value is 0.00%
  • magenta value is 57.94%
  • yellow value is 15.87%
  • key color value is 50.59%

CMYK: (0,58,16,51)
C0M58Y16K51 (0%, 58%, 16%, 51%)
(0.00 / 0.58 / 0.16 / 0.51)

CMYK percentages

%0
%57.94
%15.87
%50.59

Codes

Color #7E356A in popluar color models

7E 35 6A
RGB 126 53 106
HSL 316° 40.78% 35.10%
HSB/HSV 316° 57.94% 49.41%
CMYK 0.00% 57.94% 15.87%
50.59%

Color #7E356A in popluar number systems.

HEX 7E 35 6A
Decimal 126 53 106
Binary 1111110 110101 1101010
Octal 176 65 152

Shades and tints

Shades of #7E356A

#7E356A
(126,53,106)
#733161
(115,49,97)
#682D58
(104,45,88)
#5D294F
(93,41,79)
#522546
(82,37,70)
#47213D
(71,33,61)
#3C1D34
(60,29,52)
#31192B
(49,25,43)
#261522
(38,21,34)
#1B1119
(27,17,25)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #7E356A

#7E356A
(126,53,106)
#894777
(137,71,119)
#945984
(148,89,132)
#9F6B91
(159,107,145)
#AA7D9E
(170,125,158)
#B58FAB
(181,143,171)
#C0A1B8
(192,161,184)
#CBB3C5
(203,179,197)
#D6C5D2
(214,197,210)
#E1D7DF
(225,215,223)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E356A; }

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

This text font color is #7E356A.

Background Color

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

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

This div background color is #7E356A.

Border color

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

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

This div border color is #7E356A.

Opacity

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

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

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

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

This text has shadow with #7E356A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E356A.

Preview

Color preview on black background

This text has color #7E356A on black background.


Color preview on white background

This text has color #7E356A on white background.


Black color preview on #7E356A background

This text has black color on #7E356A background.


White color preview on #7E356A background

This text has white color on #7E356A background.


Related colors

Complementary color

Complementary color for #hex is #81CA95.


I love getcolorcode.com

Triadic colors

1 #6A7E35 and #356A7E with #7E356A are triadic colors.

2 #6A357E and #357E6A with #7E356A are triadic colors.