COLOR #7E895A

HEX: #7E895A RGB: (126,137,90)

Color info

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

RGB color model

#7E895A color RGB value is (126,137,90).

RGB: (126,137,90) (49%, 54%, 35%)

RGB channels and saturation

R 126 of 255 = 49%
G 137 of 255 = 54%
B 90 of 255 = 35%

126
137
90

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

Portions of RGB colors in percentages

R + G + B = 126 + 137 + 90 = 353 (100%)
R 126 of 353 ~ 35.69%
G 137 of 353 ~ 38.81%
B 90 of 353 ~ 25.5'%

%35.69
%38.81
%25.5

CMYK color model

#7E895A color CMYK value is (8,0,34,46).

  • cyan value is 8.03%
  • magenta value is 0.00%
  • yellow value is 34.31%
  • key color value is 46.27%

CMYK: (8,0,34,46)
C8M0Y34K46 (8%, 0%, 34%, 46%)
(0.08 / 0.00 / 0.34 / 0.46)

CMYK percentages

%8.03
%0
%34.31
%46.27

Codes

Color #7E895A in popluar color models

7E 89 5A
RGB 126 137 90
HSL 74° 20.70% 44.51%
HSB/HSV 74° 34.31% 53.73%
CMYK 8.03% 0.00% 34.31%
46.27%

Color #7E895A in popluar number systems.

HEX 7E 89 5A
Decimal 126 137 90
Binary 1111110 10001001 1011010
Octal 176 211 132

Shades and tints

Shades of #7E895A

#7E895A
(126,137,90)
#737D52
(115,125,82)
#68714A
(104,113,74)
#5D6542
(93,101,66)
#52593A
(82,89,58)
#474D32
(71,77,50)
#3C412A
(60,65,42)
#313522
(49,53,34)
#26291A
(38,41,26)
#1B1D12
(27,29,18)
#10110A
(16,17,10)
#000000
(0,0,0)

Tints of #7E895A

#7E895A
(126,137,90)
#899369
(137,147,105)
#949D78
(148,157,120)
#9FA787
(159,167,135)
#AAB196
(170,177,150)
#B5BBA5
(181,187,165)
#C0C5B4
(192,197,180)
#CBCFC3
(203,207,195)
#D6D9D2
(214,217,210)
#E1E3E1
(225,227,225)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E895A color. Also use rgb(126,137,90) instead hex code.

Text Font Color

.myTextColor { color: #7E895A; }

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

This text font color is #7E895A.

Background Color

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

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

This div background color is #7E895A.

Border color

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

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

This div border color is #7E895A.

Opacity

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

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

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

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

This text has shadow with #7E895A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E895A.

Preview

Color preview on black background

This text has color #7E895A on black background.


Color preview on white background

This text has color #7E895A on white background.


Black color preview on #7E895A background

This text has black color on #7E895A background.


White color preview on #7E895A background

This text has white color on #7E895A background.


Related colors

Complementary color

Complementary color for #hex is #8176A5.


I love getcolorcode.com

Triadic colors

1 #5A7E89 and #895A7E with #7E895A are triadic colors.

2 #5A897E and #897E5A with #7E895A are triadic colors.