COLOR #7E506D

HEX: #7E506D
RGB: (126,80,109)

Color info

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

RGB color model

#7E506D color RGB value is (126,80,109).

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

RGB channels and saturation

R 126 of 255 = 49%
G 80 of 255 = 31%
B 109 of 255 = 43%

126
80
109

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

Portions of RGB colors in percentages

R + G + B =
126 + 80 + 109 = 315 (100%)
R 126 of 315 ~ 40%
G 80 of 315 ~ 25.4%
B 109 of 315 ~ 34.6%

%40
%25.4
%34.6

CMYK color model

#7E506D color CMYK value is (0,37,13,51).

  • cyan value is 0.00%
  • magenta value is 36.51%
  • yellow value is 13.49%
  • key color value is 50.59%
CMYK:
(0,37,13,51)
C0M37Y13K51 
(0%,37%,13%,51%)
(0.00/0.37/0.13/0.51)	

CMYK percentages

%0
%36.51
%13.49
%50.59

Codes

Color #7E506D in popluar color models

7E506D
RGB12680109
HSL322°22.33%40.39%
HSB/HSV322°36.51%49.41%
CMYK0.00%36.51%13.49%
50.59%

Color #7E506D in popluar number systems.

HEX7E506D
Decimal12680109
Binary111111010100001101101
Octal176120155

Shades and tints

Shades of #7E506D

#7E506D
(126,80,109)
#734964
(115,73,100)
#68425B
(104,66,91)
#5D3B52
(93,59,82)
#523449
(82,52,73)
#472D40
(71,45,64)
#3C2637
(60,38,55)
#311F2E
(49,31,46)
#261825
(38,24,37)
#1B111C
(27,17,28)
#100A13
(16,10,19)
#000000
(0,0,0)

Tints of #7E506D

#7E506D
(126,80,109)
#895F7A
(137,95,122)
#946E87
(148,110,135)
#9F7D94
(159,125,148)
#AA8CA1
(170,140,161)
#B59BAE
(181,155,174)
#C0AABB
(192,170,187)
#CBB9C8
(203,185,200)
#D6C8D5
(214,200,213)
#E1D7E2
(225,215,226)
#ECE6EF
(236,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E506D; }

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

This text font color is #7E506D.


Background Color

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

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

This div background color is #7E506D.


Border color

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

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

This div border color is #7E506D.


Opacity

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

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

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

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

This text has shadow with #7E506D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E506D on black background.


Color preview on white background

This text has color #7E506D on white background.



Black color preview on #7E506D background

This text has black color on #7E506D background.


White color preview on #7E506D background

This text has white color on #7E506D background.