COLOR #7E8C65

HEX: #7E8C65 RGB: (126,140,101)

Color info

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

RGB color model

#7E8C65 color RGB value is (126,140,101).

RGB: (126,140,101) (49%, 55%, 40%)

RGB channels and saturation

R 126 of 255 = 49%
G 140 of 255 = 55%
B 101 of 255 = 40%

126
140
101

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

Portions of RGB colors in percentages

R + G + B = 126 + 140 + 101 = 367 (100%)
R 126 of 367 ~ 34.33%
G 140 of 367 ~ 38.15%
B 101 of 367 ~ 27.52'%

%34.33
%38.15
%27.52

CMYK color model

#7E8C65 color CMYK value is (10,0,28,45).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 27.86%
  • key color value is 45.10%

CMYK: (10,0,28,45)
C10M0Y28K45 (10%, 0%, 28%, 45%)
(0.10 / 0.00 / 0.28 / 0.45)

CMYK percentages

%10
%0
%27.86
%45.1

Codes

Color #7E8C65 in popluar color models

7E 8C 65
RGB 126 140 101
HSL 82° 16.18% 47.25%
HSB/HSV 82° 27.86% 54.90%
CMYK 10.00% 0.00% 27.86%
45.10%

Color #7E8C65 in popluar number systems.

HEX 7E 8C 65
Decimal 126 140 101
Binary 1111110 10001100 1100101
Octal 176 214 145

Shades and tints

Shades of #7E8C65

#7E8C65
(126,140,101)
#73805C
(115,128,92)
#687453
(104,116,83)
#5D684A
(93,104,74)
#525C41
(82,92,65)
#475038
(71,80,56)
#3C442F
(60,68,47)
#313826
(49,56,38)
#262C1D
(38,44,29)
#1B2014
(27,32,20)
#10140B
(16,20,11)
#000000
(0,0,0)

Tints of #7E8C65

#7E8C65
(126,140,101)
#899673
(137,150,115)
#94A081
(148,160,129)
#9FAA8F
(159,170,143)
#AAB49D
(170,180,157)
#B5BEAB
(181,190,171)
#C0C8B9
(192,200,185)
#CBD2C7
(203,210,199)
#D6DCD5
(214,220,213)
#E1E6E3
(225,230,227)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8C65 color. Also use rgb(126,140,101) instead hex code.

Text Font Color

.myTextColor { color: #7E8C65; }

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

This text font color is #7E8C65.

Background Color

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

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

This div background color is #7E8C65.

Border color

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

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

This div border color is #7E8C65.

Opacity

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

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

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

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

This text has shadow with #7E8C65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8C65.

Preview

Color preview on black background

This text has color #7E8C65 on black background.


Color preview on white background

This text has color #7E8C65 on white background.


Black color preview on #7E8C65 background

This text has black color on #7E8C65 background.


White color preview on #7E8C65 background

This text has white color on #7E8C65 background.


Related colors

Complementary color

Complementary color for #hex is #81739A.


I love getcolorcode.com

Triadic colors

1 #657E8C and #8C657E with #7E8C65 are triadic colors.

2 #658C7E and #8C7E65 with #7E8C65 are triadic colors.