COLOR #7E6A5E

HEX: #7E6A5E RGB: (126,106,94)

Color info

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

RGB color model

#7E6A5E color RGB value is (126,106,94).

RGB: (126,106,94) (49%, 42%, 37%)

RGB channels and saturation

R 126 of 255 = 49%
G 106 of 255 = 42%
B 94 of 255 = 37%

126
106
94

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

Portions of RGB colors in percentages

R + G + B = 126 + 106 + 94 = 326 (100%)
R 126 of 326 ~ 38.65%
G 106 of 326 ~ 32.52%
B 94 of 326 ~ 28.83'%

%38.65
%32.52
%28.83

CMYK color model

#7E6A5E color CMYK value is (0,16,25,51).

  • cyan value is 0.00%
  • magenta value is 15.87%
  • yellow value is 25.40%
  • key color value is 50.59%

CMYK: (0,16,25,51)
C0M16Y25K51 (0%, 16%, 25%, 51%)
(0.00 / 0.16 / 0.25 / 0.51)

CMYK percentages

%0
%15.87
%25.4
%50.59

Codes

Color #7E6A5E in popluar color models

7E 6A 5E
RGB 126 106 94
HSL 23° 14.55% 43.14%
HSB/HSV 23° 25.40% 49.41%
CMYK 0.00% 15.87% 25.40%
50.59%

Color #7E6A5E in popluar number systems.

HEX 7E 6A 5E
Decimal 126 106 94
Binary 1111110 1101010 1011110
Octal 176 152 136

Shades and tints

Shades of #7E6A5E

#7E6A5E
(126,106,94)
#736156
(115,97,86)
#68584E
(104,88,78)
#5D4F46
(93,79,70)
#52463E
(82,70,62)
#473D36
(71,61,54)
#3C342E
(60,52,46)
#312B26
(49,43,38)
#26221E
(38,34,30)
#1B1916
(27,25,22)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #7E6A5E

#7E6A5E
(126,106,94)
#89776C
(137,119,108)
#94847A
(148,132,122)
#9F9188
(159,145,136)
#AA9E96
(170,158,150)
#B5ABA4
(181,171,164)
#C0B8B2
(192,184,178)
#CBC5C0
(203,197,192)
#D6D2CE
(214,210,206)
#E1DFDC
(225,223,220)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6A5E; }

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

This text font color is #7E6A5E.

Background Color

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

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

This div background color is #7E6A5E.

Border color

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

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

This div border color is #7E6A5E.

Opacity

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

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

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

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

This text has shadow with #7E6A5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E6A5E.

Preview

Color preview on black background

This text has color #7E6A5E on black background.


Color preview on white background

This text has color #7E6A5E on white background.


Black color preview on #7E6A5E background

This text has black color on #7E6A5E background.


White color preview on #7E6A5E background

This text has white color on #7E6A5E background.


Related colors

Complementary color

Complementary color for #hex is #8195A1.


I love getcolorcode.com

Triadic colors

1 #5E7E6A and #6A5E7E with #7E6A5E are triadic colors.

2 #5E6A7E and #6A7E5E with #7E6A5E are triadic colors.