COLOR #7E685E

HEX: #7E685E
RGB: (126,104,94)

Color info

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

RGB color model

#7E685E color RGB value is (126,104,94).

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

RGB channels and saturation

R 126 of 255 = 49%
G 104 of 255 = 41%
B 94 of 255 = 37%

126
104
94

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

Portions of RGB colors in percentages

R + G + B =
126 + 104 + 94 = 324 (100%)
R 126 of 324 ~ 38.89%
G 104 of 324 ~ 32.1%
B 94 of 324 ~ 29.01%

%38.89
%32.1
%29.01

CMYK color model

#7E685E color CMYK value is (0,17,25,51).

  • cyan value is 0.00%
  • magenta value is 17.46%
  • yellow value is 25.40%
  • key color value is 50.59%
CMYK:
(0,17,25,51)
C0M17Y25K51 
(0%,17%,25%,51%)
(0.00/0.17/0.25/0.51)	

CMYK percentages

%0
%17.46
%25.4
%50.59

Codes

Color #7E685E in popluar color models

7E685E
RGB12610494
HSL19°14.55%43.14%
HSB/HSV19°25.40%49.41%
CMYK0.00%17.46%25.40%
50.59%

Color #7E685E in popluar number systems.

HEX7E685E
Decimal12610494
Binary111111011010001011110
Octal176150136

Shades and tints

Shades of #7E685E

#7E685E
(126,104,94)
#735F56
(115,95,86)
#68564E
(104,86,78)
#5D4D46
(93,77,70)
#52443E
(82,68,62)
#473B36
(71,59,54)
#3C322E
(60,50,46)
#312926
(49,41,38)
#26201E
(38,32,30)
#1B1716
(27,23,22)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #7E685E

#7E685E
(126,104,94)
#89756C
(137,117,108)
#94827A
(148,130,122)
#9F8F88
(159,143,136)
#AA9C96
(170,156,150)
#B5A9A4
(181,169,164)
#C0B6B2
(192,182,178)
#CBC3C0
(203,195,192)
#D6D0CE
(214,208,206)
#E1DDDC
(225,221,220)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E685E; }

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

This text font color is #7E685E.


Background Color

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

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

This div background color is #7E685E.


Border color

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

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

This div border color is #7E685E.


Opacity

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

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

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

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

This text has shadow with #7E685E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E685E on black background.


Color preview on white background

This text has color #7E685E on white background.



Black color preview on #7E685E background

This text has black color on #7E685E background.


White color preview on #7E685E background

This text has white color on #7E685E background.