COLOR #7E516F

HEX: #7E516F
RGB: (126,81,111)

Color info

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

RGB color model

#7E516F color RGB value is (126,81,111).

  • red value is 126;
  • green value is 81;
  • blue value is 111.
RGB:
(126,81,111)
(49%,32%,44%)

RGB channels and saturation

R 126 of 255 = 49%
G 81 of 255 = 32%
B 111 of 255 = 44%

126
81
111

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

Portions of RGB colors in percentages

R + G + B =
126 + 81 + 111 = 318 (100%)
R 126 of 318 ~ 39.62%
G 81 of 318 ~ 25.47%
B 111 of 318 ~ 34.91%

%39.62
%25.47
%34.91

CMYK color model

#7E516F color CMYK value is (0,36,12,51).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 11.90%
  • key color value is 50.59%
CMYK:
(0,36,12,51)
C0M36Y12K51 
(0%,36%,12%,51%)
(0.00/0.36/0.12/0.51)	

CMYK percentages

%0
%35.71
%11.9
%50.59

Codes

Color #7E516F in popluar color models

7E516F
RGB12681111
HSL320°21.74%40.59%
HSB/HSV320°35.71%49.41%
CMYK0.00%35.71%11.90%
50.59%

Color #7E516F in popluar number systems.

HEX7E516F
Decimal12681111
Binary111111010100011101111
Octal176121157

Shades and tints

Shades of #7E516F

#7E516F
(126,81,111)
#734A65
(115,74,101)
#68435B
(104,67,91)
#5D3C51
(93,60,81)
#523547
(82,53,71)
#472E3D
(71,46,61)
#3C2733
(60,39,51)
#312029
(49,32,41)
#26191F
(38,25,31)
#1B1215
(27,18,21)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #7E516F

#7E516F
(126,81,111)
#89607C
(137,96,124)
#946F89
(148,111,137)
#9F7E96
(159,126,150)
#AA8DA3
(170,141,163)
#B59CB0
(181,156,176)
#C0ABBD
(192,171,189)
#CBBACA
(203,186,202)
#D6C9D7
(214,201,215)
#E1D8E4
(225,216,228)
#ECE7F1
(236,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E516F color. Also use rgb(126,81,111) instead hex code.

Text Font Color

.myTextColor { color: #7E516F; }

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

This text font color is #7E516F.


Background Color

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

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

This div background color is #7E516F.


Border color

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

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

This div border color is #7E516F.


Opacity

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

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

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

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

This text has shadow with #7E516F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E516F on black background.


Color preview on white background

This text has color #7E516F on white background.



Black color preview on #7E516F background

This text has black color on #7E516F background.


White color preview on #7E516F background

This text has white color on #7E516F background.