COLOR #7E5056

HEX: #7E5056
RGB: (126,80,86)

Color info

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

RGB color model

#7E5056 color RGB value is (126,80,86).

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

RGB channels and saturation

R 126 of 255 = 49%
G 80 of 255 = 31%
B 86 of 255 = 34%

126
80
86

R + G + B ~ 38%. #7E5056 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 80 + 86 = 292 (100%)
R 126 of 292 ~ 43.15%
G 80 of 292 ~ 27.4%
B 86 of 292 ~ 29.45%

%43.15
%27.4
%29.45

CMYK color model

#7E5056 color CMYK value is (0,37,32,51).

  • cyan value is 0.00%
  • magenta value is 36.51%
  • yellow value is 31.75%
  • key color value is 50.59%
CMYK:
(0,37,32,51)
C0M37Y32K51 
(0%,37%,32%,51%)
(0.00/0.37/0.32/0.51)	

CMYK percentages

%0
%36.51
%31.75
%50.59

Codes

Color #7E5056 in popluar color models

7E5056
RGB1268086
HSL352°22.33%40.39%
HSB/HSV352°36.51%49.41%
CMYK0.00%36.51%31.75%
50.59%

Color #7E5056 in popluar number systems.

HEX7E5056
Decimal1268086
Binary111111010100001010110
Octal176120126

Shades and tints

Shades of #7E5056

#7E5056
(126,80,86)
#73494F
(115,73,79)
#684248
(104,66,72)
#5D3B41
(93,59,65)
#52343A
(82,52,58)
#472D33
(71,45,51)
#3C262C
(60,38,44)
#311F25
(49,31,37)
#26181E
(38,24,30)
#1B1117
(27,17,23)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #7E5056

#7E5056
(126,80,86)
#895F65
(137,95,101)
#946E74
(148,110,116)
#9F7D83
(159,125,131)
#AA8C92
(170,140,146)
#B59BA1
(181,155,161)
#C0AAB0
(192,170,176)
#CBB9BF
(203,185,191)
#D6C8CE
(214,200,206)
#E1D7DD
(225,215,221)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5056; }

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

This text font color is #7E5056.


Background Color

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

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

This div background color is #7E5056.


Border color

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

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

This div border color is #7E5056.


Opacity

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

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

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

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

This text has shadow with #7E5056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5056 on black background.


Color preview on white background

This text has color #7E5056 on white background.



Black color preview on #7E5056 background

This text has black color on #7E5056 background.


White color preview on #7E5056 background

This text has white color on #7E5056 background.