COLOR #7E865E

HEX: #7E865E RGB: (126,134,94)

Color info

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

RGB color model

#7E865E color RGB value is (126,134,94).

RGB: (126,134,94) (49%, 53%, 37%)

RGB channels and saturation

R 126 of 255 = 49%
G 134 of 255 = 53%
B 94 of 255 = 37%

126
134
94

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

Portions of RGB colors in percentages

R + G + B = 126 + 134 + 94 = 354 (100%)
R 126 of 354 ~ 35.59%
G 134 of 354 ~ 37.85%
B 94 of 354 ~ 26.55'%

%35.59
%37.85
%26.55

CMYK color model

#7E865E color CMYK value is (6,0,30,47).

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

CMYK: (6,0,30,47)
C6M0Y30K47 (6%, 0%, 30%, 47%)
(0.06 / 0.00 / 0.30 / 0.47)

CMYK percentages

%5.97
%0
%29.85
%47.45

Codes

Color #7E865E in popluar color models

7E 86 5E
RGB 126 134 94
HSL 72° 17.54% 44.71%
HSB/HSV 72° 29.85% 52.55%
CMYK 5.97% 0.00% 29.85%
47.45%

Color #7E865E in popluar number systems.

HEX 7E 86 5E
Decimal 126 134 94
Binary 1111110 10000110 1011110
Octal 176 206 136

Shades and tints

Shades of #7E865E

#7E865E
(126,134,94)
#737A56
(115,122,86)
#686E4E
(104,110,78)
#5D6246
(93,98,70)
#52563E
(82,86,62)
#474A36
(71,74,54)
#3C3E2E
(60,62,46)
#313226
(49,50,38)
#26261E
(38,38,30)
#1B1A16
(27,26,22)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #7E865E

#7E865E
(126,134,94)
#89916C
(137,145,108)
#949C7A
(148,156,122)
#9FA788
(159,167,136)
#AAB296
(170,178,150)
#B5BDA4
(181,189,164)
#C0C8B2
(192,200,178)
#CBD3C0
(203,211,192)
#D6DECE
(214,222,206)
#E1E9DC
(225,233,220)
#ECF4EA
(236,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E865E; }

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

This text font color is #7E865E.

Background Color

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

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

This div background color is #7E865E.

Border color

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

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

This div border color is #7E865E.

Opacity

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

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

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

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

This text has shadow with #7E865E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E865E.

Preview

Color preview on black background

This text has color #7E865E on black background.


Color preview on white background

This text has color #7E865E on white background.


Black color preview on #7E865E background

This text has black color on #7E865E background.


White color preview on #7E865E background

This text has white color on #7E865E background.


Related colors

Complementary color

Complementary color for #hex is #8179A1.


I love getcolorcode.com

Triadic colors

1 #5E7E86 and #865E7E with #7E865E are triadic colors.

2 #5E867E and #867E5E with #7E865E are triadic colors.