COLOR #7E685B

HEX: #7E685B
RGB: (126,104,91)

Color info

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

RGB color model

#7E685B color RGB value is (126,104,91).

  • red value is 126;
  • green value is 104;
  • blue value is 91.
RGB:
(126,104,91)
(49%,41%,36%)

RGB channels and saturation

R 126 of 255 = 49%
G 104 of 255 = 41%
B 91 of 255 = 36%

126
104
91

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

Portions of RGB colors in percentages

R + G + B =
126 + 104 + 91 = 321 (100%)
R 126 of 321 ~ 39.25%
G 104 of 321 ~ 32.4%
B 91 of 321 ~ 28.35%

%39.25
%32.4
%28.35

CMYK color model

#7E685B color CMYK value is (0,17,28,51).

  • cyan value is 0.00%
  • magenta value is 17.46%
  • yellow value is 27.78%
  • key color value is 50.59%
CMYK:
(0,17,28,51)
C0M17Y28K51 
(0%,17%,28%,51%)
(0.00/0.17/0.28/0.51)	

CMYK percentages

%0
%17.46
%27.78
%50.59

Codes

Color #7E685B in popluar color models

7E685B
RGB12610491
HSL22°16.13%42.55%
HSB/HSV22°27.78%49.41%
CMYK0.00%17.46%27.78%
50.59%

Color #7E685B in popluar number systems.

HEX7E685B
Decimal12610491
Binary111111011010001011011
Octal176150133

Shades and tints

Shades of #7E685B

#7E685B
(126,104,91)
#735F53
(115,95,83)
#68564B
(104,86,75)
#5D4D43
(93,77,67)
#52443B
(82,68,59)
#473B33
(71,59,51)
#3C322B
(60,50,43)
#312923
(49,41,35)
#26201B
(38,32,27)
#1B1713
(27,23,19)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #7E685B

#7E685B
(126,104,91)
#897569
(137,117,105)
#948277
(148,130,119)
#9F8F85
(159,143,133)
#AA9C93
(170,156,147)
#B5A9A1
(181,169,161)
#C0B6AF
(192,182,175)
#CBC3BD
(203,195,189)
#D6D0CB
(214,208,203)
#E1DDD9
(225,221,217)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E685B color. Also use rgb(126,104,91) instead hex code.

Text Font Color

.myTextColor { color: #7E685B; }

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

This text font color is #7E685B.


Background Color

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

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

This div background color is #7E685B.


Border color

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

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

This div border color is #7E685B.


Opacity

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

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

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

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

This text has shadow with #7E685B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E685B on black background.


Color preview on white background

This text has color #7E685B on white background.



Black color preview on #7E685B background

This text has black color on #7E685B background.


White color preview on #7E685B background

This text has white color on #7E685B background.