COLOR #7E6B5C

HEX: #7E6B5C RGB: (126,107,92)

Color info

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

RGB color model

#7E6B5C color RGB value is (126,107,92).

RGB: (126,107,92) (49%, 42%, 36%)

RGB channels and saturation

R 126 of 255 = 49%
G 107 of 255 = 42%
B 92 of 255 = 36%

126
107
92

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

Portions of RGB colors in percentages

R + G + B = 126 + 107 + 92 = 325 (100%)
R 126 of 325 ~ 38.77%
G 107 of 325 ~ 32.92%
B 92 of 325 ~ 28.31'%

%38.77
%32.92
%28.31

CMYK color model

#7E6B5C color CMYK value is (0,15,27,51).

  • cyan value is 0.00%
  • magenta value is 15.08%
  • yellow value is 26.98%
  • key color value is 50.59%

CMYK: (0,15,27,51)
C0M15Y27K51 (0%, 15%, 27%, 51%)
(0.00 / 0.15 / 0.27 / 0.51)

CMYK percentages

%0
%15.08
%26.98
%50.59

Codes

Color #7E6B5C in popluar color models

7E 6B 5C
RGB 126 107 92
HSL 26° 15.60% 42.75%
HSB/HSV 26° 26.98% 49.41%
CMYK 0.00% 15.08% 26.98%
50.59%

Color #7E6B5C in popluar number systems.

HEX 7E 6B 5C
Decimal 126 107 92
Binary 1111110 1101011 1011100
Octal 176 153 134

Shades and tints

Shades of #7E6B5C

#7E6B5C
(126,107,92)
#736254
(115,98,84)
#68594C
(104,89,76)
#5D5044
(93,80,68)
#52473C
(82,71,60)
#473E34
(71,62,52)
#3C352C
(60,53,44)
#312C24
(49,44,36)
#26231C
(38,35,28)
#1B1A14
(27,26,20)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #7E6B5C

#7E6B5C
(126,107,92)
#89786A
(137,120,106)
#948578
(148,133,120)
#9F9286
(159,146,134)
#AA9F94
(170,159,148)
#B5ACA2
(181,172,162)
#C0B9B0
(192,185,176)
#CBC6BE
(203,198,190)
#D6D3CC
(214,211,204)
#E1E0DA
(225,224,218)
#ECEDE8
(236,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6B5C; }

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

This text font color is #7E6B5C.

Background Color

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

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

This div background color is #7E6B5C.

Border color

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

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

This div border color is #7E6B5C.

Opacity

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

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

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

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

This text has shadow with #7E6B5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E6B5C.

Preview

Color preview on black background

This text has color #7E6B5C on black background.


Color preview on white background

This text has color #7E6B5C on white background.


Black color preview on #7E6B5C background

This text has black color on #7E6B5C background.


White color preview on #7E6B5C background

This text has white color on #7E6B5C background.


Related colors

Complementary color

Complementary color for #hex is #8194A3.


I love getcolorcode.com

Triadic colors

1 #5C7E6B and #6B5C7E with #7E6B5C are triadic colors.

2 #5C6B7E and #6B7E5C with #7E6B5C are triadic colors.