COLOR #7E9274

HEX: #7E9274 RGB: (126,146,116)

Color info

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

RGB color model

#7E9274 color RGB value is (126,146,116).

RGB: (126,146,116) (49%, 57%, 45%)

RGB channels and saturation

R 126 of 255 = 49%
G 146 of 255 = 57%
B 116 of 255 = 45%

126
146
116

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

Portions of RGB colors in percentages

R + G + B = 126 + 146 + 116 = 388 (100%)
R 126 of 388 ~ 32.47%
G 146 of 388 ~ 37.63%
B 116 of 388 ~ 29.9'%

%32.47
%37.63
%29.9

CMYK color model

#7E9274 color CMYK value is (14,0,21,43).

  • cyan value is 13.70%
  • magenta value is 0.00%
  • yellow value is 20.55%
  • key color value is 42.75%

CMYK: (14,0,21,43)
C14M0Y21K43 (14%, 0%, 21%, 43%)
(0.14 / 0.00 / 0.21 / 0.43)

CMYK percentages

%13.7
%0
%20.55
%42.75

Codes

Color #7E9274 in popluar color models

7E 92 74
RGB 126 146 116
HSL 100° 12.10% 51.37%
HSB/HSV 100° 20.55% 57.25%
CMYK 13.70% 0.00% 20.55%
42.75%

Color #7E9274 in popluar number systems.

HEX 7E 92 74
Decimal 126 146 116
Binary 1111110 10010010 1110100
Octal 176 222 164

Shades and tints

Shades of #7E9274

#7E9274
(126,146,116)
#73856A
(115,133,106)
#687860
(104,120,96)
#5D6B56
(93,107,86)
#525E4C
(82,94,76)
#475142
(71,81,66)
#3C4438
(60,68,56)
#31372E
(49,55,46)
#262A24
(38,42,36)
#1B1D1A
(27,29,26)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #7E9274

#7E9274
(126,146,116)
#899B80
(137,155,128)
#94A48C
(148,164,140)
#9FAD98
(159,173,152)
#AAB6A4
(170,182,164)
#B5BFB0
(181,191,176)
#C0C8BC
(192,200,188)
#CBD1C8
(203,209,200)
#D6DAD4
(214,218,212)
#E1E3E0
(225,227,224)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9274 color. Also use rgb(126,146,116) instead hex code.

Text Font Color

.myTextColor { color: #7E9274; }

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

This text font color is #7E9274.

Background Color

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

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

This div background color is #7E9274.

Border color

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

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

This div border color is #7E9274.

Opacity

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

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

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

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

This text has shadow with #7E9274 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E9274.

Preview

Color preview on black background

This text has color #7E9274 on black background.


Color preview on white background

This text has color #7E9274 on white background.


Black color preview on #7E9274 background

This text has black color on #7E9274 background.


White color preview on #7E9274 background

This text has white color on #7E9274 background.


Related colors

Complementary color

Complementary color for #hex is #816D8B.


I love getcolorcode.com

Triadic colors

1 #747E92 and #92747E with #7E9274 are triadic colors.

2 #74927E and #927E74 with #7E9274 are triadic colors.