COLOR #7E6256

HEX: #7E6256
RGB: (126,98,86)

Color info

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

RGB color model

#7E6256 color RGB value is (126,98,86).

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

RGB channels and saturation

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

126
98
86

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

Portions of RGB colors in percentages

R + G + B =
126 + 98 + 86 = 310 (100%)
R 126 of 310 ~ 40.65%
G 98 of 310 ~ 31.61%
B 86 of 310 ~ 27.74%

%40.65
%31.61
%27.74

CMYK color model

#7E6256 color CMYK value is (0,22,32,51).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 31.75%
  • key color value is 50.59%
CMYK:
(0,22,32,51)
C0M22Y32K51 
(0%,22%,32%,51%)
(0.00/0.22/0.32/0.51)	

CMYK percentages

%0
%22.22
%31.75
%50.59

Codes

Color #7E6256 in popluar color models

7E6256
RGB1269886
HSL18°18.87%41.57%
HSB/HSV18°31.75%49.41%
CMYK0.00%22.22%31.75%
50.59%

Color #7E6256 in popluar number systems.

HEX7E6256
Decimal1269886
Binary111111011000101010110
Octal176142126

Shades and tints

Shades of #7E6256

#7E6256
(126,98,86)
#735A4F
(115,90,79)
#685248
(104,82,72)
#5D4A41
(93,74,65)
#52423A
(82,66,58)
#473A33
(71,58,51)
#3C322C
(60,50,44)
#312A25
(49,42,37)
#26221E
(38,34,30)
#1B1A17
(27,26,23)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #7E6256

#7E6256
(126,98,86)
#897065
(137,112,101)
#947E74
(148,126,116)
#9F8C83
(159,140,131)
#AA9A92
(170,154,146)
#B5A8A1
(181,168,161)
#C0B6B0
(192,182,176)
#CBC4BF
(203,196,191)
#D6D2CE
(214,210,206)
#E1E0DD
(225,224,221)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6256; }

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

This text font color is #7E6256.


Background Color

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

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

This div background color is #7E6256.


Border color

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

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

This div border color is #7E6256.


Opacity

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

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

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

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

This text has shadow with #7E6256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6256 on black background.


Color preview on white background

This text has color #7E6256 on white background.



Black color preview on #7E6256 background

This text has black color on #7E6256 background.


White color preview on #7E6256 background

This text has white color on #7E6256 background.