COLOR #7E865C

HEX: #7E865C RGB: (126,134,92)

Color info

#7E865C contains red, green and blue colors in about the same proportion. Web safe color of #7E865C is #669966 (or #696).

RGB color model

#7E865C color RGB value is (126,134,92).

RGB: (126,134,92) (49%, 53%, 36%)

RGB channels and saturation

R 126 of 255 = 49%
G 134 of 255 = 53%
B 92 of 255 = 36%

126
134
92

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

Portions of RGB colors in percentages

R + G + B = 126 + 134 + 92 = 352 (100%)
R 126 of 352 ~ 35.8%
G 134 of 352 ~ 38.07%
B 92 of 352 ~ 26.14'%

%35.8
%38.07
%26.14

CMYK color model

#7E865C color CMYK value is (6,0,31,47).

  • cyan value is 5.97%
  • magenta value is 0.00%
  • yellow value is 31.34%
  • key color value is 47.45%

CMYK: (6,0,31,47)
C6M0Y31K47 (6%, 0%, 31%, 47%)
(0.06 / 0.00 / 0.31 / 0.47)

CMYK percentages

%5.97
%0
%31.34
%47.45

Codes

Color #7E865C in popluar color models

7E 86 5C
RGB 126 134 92
HSL 71° 18.58% 44.31%
HSB/HSV 71° 31.34% 52.55%
CMYK 5.97% 0.00% 31.34%
47.45%

Color #7E865C in popluar number systems.

HEX 7E 86 5C
Decimal 126 134 92
Binary 1111110 10000110 1011100
Octal 176 206 134

Shades and tints

Shades of #7E865C

#7E865C
(126,134,92)
#737A54
(115,122,84)
#686E4C
(104,110,76)
#5D6244
(93,98,68)
#52563C
(82,86,60)
#474A34
(71,74,52)
#3C3E2C
(60,62,44)
#313224
(49,50,36)
#26261C
(38,38,28)
#1B1A14
(27,26,20)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #7E865C

#7E865C
(126,134,92)
#89916A
(137,145,106)
#949C78
(148,156,120)
#9FA786
(159,167,134)
#AAB294
(170,178,148)
#B5BDA2
(181,189,162)
#C0C8B0
(192,200,176)
#CBD3BE
(203,211,190)
#D6DECC
(214,222,204)
#E1E9DA
(225,233,218)
#ECF4E8
(236,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E865C; }

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

This text font color is #7E865C.

Background Color

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

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

This div background color is #7E865C.

Border color

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

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

This div border color is #7E865C.

Opacity

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

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

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

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

This text has shadow with #7E865C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E865C.

Preview

Color preview on black background

This text has color #7E865C on black background.


Color preview on white background

This text has color #7E865C on white background.


Black color preview on #7E865C background

This text has black color on #7E865C background.


White color preview on #7E865C background

This text has white color on #7E865C background.


Related colors

Complementary color

Complementary color for #hex is #8179A3.


I love getcolorcode.com

Triadic colors

1 #5C7E86 and #865C7E with #7E865C are triadic colors.

2 #5C867E and #867E5C with #7E865C are triadic colors.