COLOR #7E436C

HEX: #7E436C
RGB: (126,67,108)

Color info

#7E436C contains red, green and blue colors in about the same proportion. Web safe color of #7E436C is #663366 (or #636).

RGB color model

#7E436C color RGB value is (126,67,108).

  • red value is 126;
  • green value is 67;
  • blue value is 108.
RGB:
(126,67,108)
(49%,26%,42%)

RGB channels and saturation

R 126 of 255 = 49%
G 67 of 255 = 26%
B 108 of 255 = 42%

126
67
108

R + G + B ~ 39%. #7E436C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 67 + 108 = 301 (100%)
R 126 of 301 ~ 41.86%
G 67 of 301 ~ 22.26%
B 108 of 301 ~ 35.88%

%41.86
%22.26
%35.88

CMYK color model

#7E436C color CMYK value is (0,47,14,51).

  • cyan value is 0.00%
  • magenta value is 46.83%
  • yellow value is 14.29%
  • key color value is 50.59%
CMYK:
(0,47,14,51)
C0M47Y14K51 
(0%,47%,14%,51%)
(0.00/0.47/0.14/0.51)	

CMYK percentages

%0
%46.83
%14.29
%50.59

Codes

Color #7E436C in popluar color models

7E436C
RGB12667108
HSL318°30.57%37.84%
HSB/HSV318°46.83%49.41%
CMYK0.00%46.83%14.29%
50.59%

Color #7E436C in popluar number systems.

HEX7E436C
Decimal12667108
Binary111111010000111101100
Octal176103154

Shades and tints

Shades of #7E436C

#7E436C
(126,67,108)
#733D63
(115,61,99)
#68375A
(104,55,90)
#5D3151
(93,49,81)
#522B48
(82,43,72)
#47253F
(71,37,63)
#3C1F36
(60,31,54)
#31192D
(49,25,45)
#261324
(38,19,36)
#1B0D1B
(27,13,27)
#100712
(16,7,18)
#000000
(0,0,0)

Tints of #7E436C

#7E436C
(126,67,108)
#895479
(137,84,121)
#946586
(148,101,134)
#9F7693
(159,118,147)
#AA87A0
(170,135,160)
#B598AD
(181,152,173)
#C0A9BA
(192,169,186)
#CBBAC7
(203,186,199)
#D6CBD4
(214,203,212)
#E1DCE1
(225,220,225)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E436C color. Also use rgb(126,67,108) instead hex code.

Text Font Color

.myTextColor { color: #7E436C; }

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

This text font color is #7E436C.


Background Color

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

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

This div background color is #7E436C.


Border color

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

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

This div border color is #7E436C.


Opacity

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

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

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

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

This text has shadow with #7E436C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E436C on black background.


Color preview on white background

This text has color #7E436C on white background.



Black color preview on #7E436C background

This text has black color on #7E436C background.


White color preview on #7E436C background

This text has white color on #7E436C background.