COLOR #7E5063

HEX: #7E5063
RGB: (126,80,99)

Color info

#7E5063 contains red, green and blue colors in about the same proportion. Web safe color of #7E5063 is #666666 (or #666).

RGB color model

#7E5063 color RGB value is (126,80,99).

  • red value is 126;
  • green value is 80;
  • blue value is 99.
RGB: (126,80,99) (49%,31%,39%)

RGB channels and saturation

R 126 of 255 = 49%
G 80 of 255 = 31%
B 99 of 255 = 39%

126
80
99

R + G + B ~ 40%. #7E5063 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 80 + 99 = 305 (100%)
R 126 of 305 ~ 41.31%
G 80 of 305 ~ 26.23%
B 99 of 305 ~ 32.46%

%41.31
%26.23
%32.46

CMYK color model

#7E5063 color CMYK value is (0,37,21,51).

  • cyan value is 0.00%
  • magenta value is 36.51%
  • yellow value is 21.43%
  • key color value is 50.59%
CMYK: (0,37,21,51) C0M37Y21K51 (0%,37%,21%,51%) (0.00/0.37/0.21/0.51)

CMYK percentages

%0
%36.51
%21.43
%50.59

Codes

Color #7E5063 in popluar color models

7E5063
RGB1268099
HSL335°22.33%40.39%
HSB/HSV335°36.51%49.41%
CMYK0.00%36.51%21.43%
50.59%

Color #7E5063 in popluar number systems.

HEX7E5063
Decimal1268099
Binary111111010100001100011
Octal176120143

Shades and tints

Shades of #7E5063

#7E5063
(126,80,99)
#73495A
(115,73,90)
#684251
(104,66,81)
#5D3B48
(93,59,72)
#52343F
(82,52,63)
#472D36
(71,45,54)
#3C262D
(60,38,45)
#311F24
(49,31,36)
#26181B
(38,24,27)
#1B1112
(27,17,18)
#100A09
(16,10,9)
#000000
(0,0,0)

Tints of #7E5063

#7E5063
(126,80,99)
#895F71
(137,95,113)
#946E7F
(148,110,127)
#9F7D8D
(159,125,141)
#AA8C9B
(170,140,155)
#B59BA9
(181,155,169)
#C0AAB7
(192,170,183)
#CBB9C5
(203,185,197)
#D6C8D3
(214,200,211)
#E1D7E1
(225,215,225)
#ECE6EF
(236,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5063 color. Also use rgb(126,80,99) instead hex code.

Text Font Color

.myTextColor { color: #7E5063; }

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

This text font color is #7E5063.


Background Color

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

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

This div background color is #7E5063.


Border color

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

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

This div border color is #7E5063.


Opacity

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

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

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

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

This text has shadow with #7E5063 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7E5063 on black background.


Color preview on white background

This text has color #7E5063 on white background.



Black color preview on #7E5063 background

This text has black color on #7E5063 background.


White color preview on #7E5063 background

This text has white color on #7E5063 background.