COLOR #7E506B

HEX: #7E506B
RGB: (126,80,107)

Color info

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

RGB color model

#7E506B color RGB value is (126,80,107).

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

RGB channels and saturation

R 126 of 255 = 49%
G 80 of 255 = 31%
B 107 of 255 = 42%

126
80
107

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

Portions of RGB colors in percentages

R + G + B =
126 + 80 + 107 = 313 (100%)
R 126 of 313 ~ 40.26%
G 80 of 313 ~ 25.56%
B 107 of 313 ~ 34.19%

%40.26
%25.56
%34.19

CMYK color model

#7E506B color CMYK value is (0,37,15,51).

  • cyan value is 0.00%
  • magenta value is 36.51%
  • yellow value is 15.08%
  • key color value is 50.59%
CMYK: (0,37,15,51) C0M37Y15K51 (0%,37%,15%,51%) (0.00/0.37/0.15/0.51)

CMYK percentages

%0
%36.51
%15.08
%50.59

Codes

Color #7E506B in popluar color models

7E506B
RGB12680107
HSL325°22.33%40.39%
HSB/HSV325°36.51%49.41%
CMYK0.00%36.51%15.08%
50.59%

Color #7E506B in popluar number systems.

HEX7E506B
Decimal12680107
Binary111111010100001101011
Octal176120153

Shades and tints

Shades of #7E506B

#7E506B
(126,80,107)
#734962
(115,73,98)
#684259
(104,66,89)
#5D3B50
(93,59,80)
#523447
(82,52,71)
#472D3E
(71,45,62)
#3C2635
(60,38,53)
#311F2C
(49,31,44)
#261823
(38,24,35)
#1B111A
(27,17,26)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #7E506B

#7E506B
(126,80,107)
#895F78
(137,95,120)
#946E85
(148,110,133)
#9F7D92
(159,125,146)
#AA8C9F
(170,140,159)
#B59BAC
(181,155,172)
#C0AAB9
(192,170,185)
#CBB9C6
(203,185,198)
#D6C8D3
(214,200,211)
#E1D7E0
(225,215,224)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E506B; }

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

This text font color is #7E506B.


Background Color

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

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

This div background color is #7E506B.


Border color

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

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

This div border color is #7E506B.


Opacity

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

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

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

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

This text has shadow with #7E506B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7E506B on black background.


Color preview on white background

This text has color #7E506B on white background.



Black color preview on #7E506B background

This text has black color on #7E506B background.


White color preview on #7E506B background

This text has white color on #7E506B background.