COLOR #7E685C

HEX: #7E685C
RGB: (126,104,92)

Color info

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

RGB color model

#7E685C color RGB value is (126,104,92).

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

RGB channels and saturation

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

126
104
92

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

Portions of RGB colors in percentages

R + G + B =
126 + 104 + 92 = 322 (100%)
R 126 of 322 ~ 39.13%
G 104 of 322 ~ 32.3%
B 92 of 322 ~ 28.57%

%39.13
%32.3
%28.57

CMYK color model

#7E685C color CMYK value is (0,17,27,51).

  • cyan value is 0.00%
  • magenta value is 17.46%
  • yellow value is 26.98%
  • key color value is 50.59%
CMYK:
(0,17,27,51)
C0M17Y27K51 
(0%,17%,27%,51%)
(0.00/0.17/0.27/0.51)	

CMYK percentages

%0
%17.46
%26.98
%50.59

Codes

Color #7E685C in popluar color models

7E685C
RGB12610492
HSL21°15.60%42.75%
HSB/HSV21°26.98%49.41%
CMYK0.00%17.46%26.98%
50.59%

Color #7E685C in popluar number systems.

HEX7E685C
Decimal12610492
Binary111111011010001011100
Octal176150134

Shades and tints

Shades of #7E685C

#7E685C
(126,104,92)
#735F54
(115,95,84)
#68564C
(104,86,76)
#5D4D44
(93,77,68)
#52443C
(82,68,60)
#473B34
(71,59,52)
#3C322C
(60,50,44)
#312924
(49,41,36)
#26201C
(38,32,28)
#1B1714
(27,23,20)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #7E685C

#7E685C
(126,104,92)
#89756A
(137,117,106)
#948278
(148,130,120)
#9F8F86
(159,143,134)
#AA9C94
(170,156,148)
#B5A9A2
(181,169,162)
#C0B6B0
(192,182,176)
#CBC3BE
(203,195,190)
#D6D0CC
(214,208,204)
#E1DDDA
(225,221,218)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E685C; }

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

This text font color is #7E685C.


Background Color

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

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

This div background color is #7E685C.


Border color

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

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

This div border color is #7E685C.


Opacity

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

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

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

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

This text has shadow with #7E685C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E685C on black background.


Color preview on white background

This text has color #7E685C on white background.



Black color preview on #7E685C background

This text has black color on #7E685C background.


White color preview on #7E685C background

This text has white color on #7E685C background.