COLOR #7E6C3F

HEX: #7E6C3F RGB: (126,108,63)

Color info

#7E6C3F contains mainly red and green colors. Web safe color of #7E6C3F is #666633 (or #663).

RGB color model

#7E6C3F color RGB value is (126,108,63).

RGB: (126,108,63) (49%, 42%, 25%)

RGB channels and saturation

R 126 of 255 = 49%
G 108 of 255 = 42%
B 63 of 255 = 25%

126
108
63

R + G + B ~ 39%. #7E6C3F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 108 + 63 = 297 (100%)
R 126 of 297 ~ 42.42%
G 108 of 297 ~ 36.36%
B 63 of 297 ~ 21.21'%

%42.42
%36.36
%21.21

CMYK color model

#7E6C3F color CMYK value is (0,14,50,51).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 50.00%
  • key color value is 50.59%

CMYK: (0,14,50,51)
C0M14Y50K51 (0%, 14%, 50%, 51%)
(0.00 / 0.14 / 0.50 / 0.51)

CMYK percentages

%0
%14.29
%50
%50.59

Codes

Color #7E6C3F in popluar color models

7E 6C 3F
RGB 126 108 63
HSL 43° 33.33% 37.06%
HSB/HSV 43° 50.00% 49.41%
CMYK 0.00% 14.29% 50.00%
50.59%

Color #7E6C3F in popluar number systems.

HEX 7E 6C 3F
Decimal 126 108 63
Binary 1111110 1101100 111111
Octal 176 154 77

Shades and tints

Shades of #7E6C3F

#7E6C3F
(126,108,63)
#73633A
(115,99,58)
#685A35
(104,90,53)
#5D5130
(93,81,48)
#52482B
(82,72,43)
#473F26
(71,63,38)
#3C3621
(60,54,33)
#312D1C
(49,45,28)
#262417
(38,36,23)
#1B1B12
(27,27,18)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #7E6C3F

#7E6C3F
(126,108,63)
#897950
(137,121,80)
#948661
(148,134,97)
#9F9372
(159,147,114)
#AAA083
(170,160,131)
#B5AD94
(181,173,148)
#C0BAA5
(192,186,165)
#CBC7B6
(203,199,182)
#D6D4C7
(214,212,199)
#E1E1D8
(225,225,216)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6C3F color. Also use rgb(126,108,63) instead hex code.

Text Font Color

.myTextColor { color: #7E6C3F; }

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

This text font color is #7E6C3F.

Background Color

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

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

This div background color is #7E6C3F.

Border color

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

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

This div border color is #7E6C3F.

Opacity

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

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

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

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

This text has shadow with #7E6C3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E6C3F.

Preview

Color preview on black background

This text has color #7E6C3F on black background.


Color preview on white background

This text has color #7E6C3F on white background.


Black color preview on #7E6C3F background

This text has black color on #7E6C3F background.


White color preview on #7E6C3F background

This text has white color on #7E6C3F background.


Related colors

Complementary color

Complementary color for #hex is #8193C0.


I love getcolorcode.com

Triadic colors

1 #3F7E6C and #6C3F7E with #7E6C3F are triadic colors.

2 #3F6C7E and #6C7E3F with #7E6C3F are triadic colors.