COLOR #7E866C

HEX: #7E866C
RGB: (126,134,108)

Color info

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

RGB color model

#7E866C color RGB value is (126,134,108).

  • red value is 126;
  • green value is 134;
  • blue value is 108.
RGB:
(126,134,108)
(49%,53%,42%)

RGB channels and saturation

R 126 of 255 = 49%
G 134 of 255 = 53%
B 108 of 255 = 42%

126
134
108

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

Portions of RGB colors in percentages

R + G + B =
126 + 134 + 108 = 368 (100%)
R 126 of 368 ~ 34.24%
G 134 of 368 ~ 36.41%
B 108 of 368 ~ 29.35%

%34.24
%36.41
%29.35

CMYK color model

#7E866C color CMYK value is (6,0,19,47).

  • cyan value is 5.97%
  • magenta value is 0.00%
  • yellow value is 19.40%
  • key color value is 47.45%
CMYK:
(6,0,19,47)
C6M0Y19K47 
(6%,0%,19%,47%)
(0.06/0.00/0.19/0.47)	

CMYK percentages

%5.97
%0
%19.4
%47.45

Codes

Color #7E866C in popluar color models

7E866C
RGB126134108
HSL78°10.74%47.45%
HSB/HSV78°19.40%52.55%
CMYK5.97%0.00%19.40%
47.45%

Color #7E866C in popluar number systems.

HEX7E866C
Decimal126134108
Binary1111110100001101101100
Octal176206154

Shades and tints

Shades of #7E866C

#7E866C
(126,134,108)
#737A63
(115,122,99)
#686E5A
(104,110,90)
#5D6251
(93,98,81)
#525648
(82,86,72)
#474A3F
(71,74,63)
#3C3E36
(60,62,54)
#31322D
(49,50,45)
#262624
(38,38,36)
#1B1A1B
(27,26,27)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #7E866C

#7E866C
(126,134,108)
#899179
(137,145,121)
#949C86
(148,156,134)
#9FA793
(159,167,147)
#AAB2A0
(170,178,160)
#B5BDAD
(181,189,173)
#C0C8BA
(192,200,186)
#CBD3C7
(203,211,199)
#D6DED4
(214,222,212)
#E1E9E1
(225,233,225)
#ECF4EE
(236,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E866C; }

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

This text font color is #7E866C.


Background Color

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

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

This div background color is #7E866C.


Border color

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

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

This div border color is #7E866C.


Opacity

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

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

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

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

This text has shadow with #7E866C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E866C on black background.


Color preview on white background

This text has color #7E866C on white background.



Black color preview on #7E866C background

This text has black color on #7E866C background.


White color preview on #7E866C background

This text has white color on #7E866C background.