COLOR #7E6056

HEX: #7E6056
RGB: (126,96,86)

Color info

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

RGB color model

#7E6056 color RGB value is (126,96,86).

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

RGB channels and saturation

R 126 of 255 = 49%
G 96 of 255 = 38%
B 86 of 255 = 34%

126
96
86

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

Portions of RGB colors in percentages

R + G + B =
126 + 96 + 86 = 308 (100%)
R 126 of 308 ~ 40.91%
G 96 of 308 ~ 31.17%
B 86 of 308 ~ 27.92%

%40.91
%31.17
%27.92

CMYK color model

#7E6056 color CMYK value is (0,24,32,51).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 31.75%
  • key color value is 50.59%
CMYK:
(0,24,32,51)
C0M24Y32K51 
(0%,24%,32%,51%)
(0.00/0.24/0.32/0.51)	

CMYK percentages

%0
%23.81
%31.75
%50.59

Codes

Color #7E6056 in popluar color models

7E6056
RGB1269686
HSL15°18.87%41.57%
HSB/HSV15°31.75%49.41%
CMYK0.00%23.81%31.75%
50.59%

Color #7E6056 in popluar number systems.

HEX7E6056
Decimal1269686
Binary111111011000001010110
Octal176140126

Shades and tints

Shades of #7E6056

#7E6056
(126,96,86)
#73584F
(115,88,79)
#685048
(104,80,72)
#5D4841
(93,72,65)
#52403A
(82,64,58)
#473833
(71,56,51)
#3C302C
(60,48,44)
#312825
(49,40,37)
#26201E
(38,32,30)
#1B1817
(27,24,23)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #7E6056

#7E6056
(126,96,86)
#896E65
(137,110,101)
#947C74
(148,124,116)
#9F8A83
(159,138,131)
#AA9892
(170,152,146)
#B5A6A1
(181,166,161)
#C0B4B0
(192,180,176)
#CBC2BF
(203,194,191)
#D6D0CE
(214,208,206)
#E1DEDD
(225,222,221)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6056; }

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

This text font color is #7E6056.


Background Color

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

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

This div background color is #7E6056.


Border color

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

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

This div border color is #7E6056.


Opacity

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

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

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

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

This text has shadow with #7E6056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6056 on black background.


Color preview on white background

This text has color #7E6056 on white background.



Black color preview on #7E6056 background

This text has black color on #7E6056 background.


White color preview on #7E6056 background

This text has white color on #7E6056 background.