COLOR #7E5856

HEX: #7E5856
RGB: (126,88,86)

Color info

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

RGB color model

#7E5856 color RGB value is (126,88,86).

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

RGB channels and saturation

R 126 of 255 = 49%
G 88 of 255 = 35%
B 86 of 255 = 34%

126
88
86

R + G + B ~ 39%. #7E5856 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 88 + 86 = 300 (100%)
R 126 of 300 ~ 42%
G 88 of 300 ~ 29.33%
B 86 of 300 ~ 28.67%

%42
%29.33
%28.67

CMYK color model

#7E5856 color CMYK value is (0,30,32,51).

  • cyan value is 0.00%
  • magenta value is 30.16%
  • yellow value is 31.75%
  • key color value is 50.59%
CMYK:
(0,30,32,51)
C0M30Y32K51 
(0%,30%,32%,51%)
(0.00/0.30/0.32/0.51)	

CMYK percentages

%0
%30.16
%31.75
%50.59

Codes

Color #7E5856 in popluar color models

7E5856
RGB1268886
HSL18.87%41.57%
HSB/HSV31.75%49.41%
CMYK0.00%30.16%31.75%
50.59%

Color #7E5856 in popluar number systems.

HEX7E5856
Decimal1268886
Binary111111010110001010110
Octal176130126

Shades and tints

Shades of #7E5856

#7E5856
(126,88,86)
#73504F
(115,80,79)
#684848
(104,72,72)
#5D4041
(93,64,65)
#52383A
(82,56,58)
#473033
(71,48,51)
#3C282C
(60,40,44)
#312025
(49,32,37)
#26181E
(38,24,30)
#1B1017
(27,16,23)
#100810
(16,8,16)
#000000
(0,0,0)

Tints of #7E5856

#7E5856
(126,88,86)
#896765
(137,103,101)
#947674
(148,118,116)
#9F8583
(159,133,131)
#AA9492
(170,148,146)
#B5A3A1
(181,163,161)
#C0B2B0
(192,178,176)
#CBC1BF
(203,193,191)
#D6D0CE
(214,208,206)
#E1DFDD
(225,223,221)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5856; }

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

This text font color is #7E5856.


Background Color

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

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

This div background color is #7E5856.


Border color

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

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

This div border color is #7E5856.


Opacity

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

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

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

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

This text has shadow with #7E5856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5856 on black background.


Color preview on white background

This text has color #7E5856 on white background.



Black color preview on #7E5856 background

This text has black color on #7E5856 background.


White color preview on #7E5856 background

This text has white color on #7E5856 background.