COLOR #7E364F

HEX: #7E364F RGB: (126,54,79)

Color info

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

RGB color model

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

RGB: (126,54,79) (49%, 21%, 31%)

RGB channels and saturation

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

126
54
79

R + G + B ~ 34%. #7E364F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 54 + 79 = 259 (100%)
R 126 of 259 ~ 48.65%
G 54 of 259 ~ 20.85%
B 79 of 259 ~ 30.5'%

%48.65
%20.85
%30.5

CMYK color model

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

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

CMYK percentages

%0
%57.14
%37.3
%50.59

Codes

Color #7E364F in popluar color models

7E 36 4F
RGB 126 54 79
HSL 339° 40.00% 35.29%
HSB/HSV 339° 57.14% 49.41%
CMYK 0.00% 57.14% 37.30%
50.59%

Color #7E364F in popluar number systems.

HEX 7E 36 4F
Decimal 126 54 79
Binary 1111110 110110 1001111
Octal 176 66 117

Shades and tints

Shades of #7E364F

#7E364F
(126,54,79)
#733248
(115,50,72)
#682E41
(104,46,65)
#5D2A3A
(93,42,58)
#522633
(82,38,51)
#47222C
(71,34,44)
#3C1E25
(60,30,37)
#311A1E
(49,26,30)
#261617
(38,22,23)
#1B1210
(27,18,16)
#100E09
(16,14,9)
#000000
(0,0,0)

Tints of #7E364F

#7E364F
(126,54,79)
#89485F
(137,72,95)
#945A6F
(148,90,111)
#9F6C7F
(159,108,127)
#AA7E8F
(170,126,143)
#B5909F
(181,144,159)
#C0A2AF
(192,162,175)
#CBB4BF
(203,180,191)
#D6C6CF
(214,198,207)
#E1D8DF
(225,216,223)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E364F; }

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

This text font color is #7E364F.

Background Color

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

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

This div background color is #7E364F.

Border color

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

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

This div border color is #7E364F.

Opacity

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

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

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

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

This text has shadow with #7E364F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E364F.

Preview

Color preview on black background

This text has color #7E364F on black background.


Color preview on white background

This text has color #7E364F on white background.


Black color preview on #7E364F background

This text has black color on #7E364F background.


White color preview on #7E364F background

This text has white color on #7E364F background.


Related colors

Complementary color

Complementary color for #hex is #81C9B0.


I love getcolorcode.com

Triadic colors

1 #4F7E36 and #364F7E with #7E364F are triadic colors.

2 #4F367E and #367E4F with #7E364F are triadic colors.