COLOR #7E926F

HEX: #7E926F RGB: (126,146,111)

Color info

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

RGB color model

#7E926F color RGB value is (126,146,111).

RGB: (126,146,111) (49%, 57%, 44%)

RGB channels and saturation

R 126 of 255 = 49%
G 146 of 255 = 57%
B 111 of 255 = 44%

126
146
111

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

Portions of RGB colors in percentages

R + G + B = 126 + 146 + 111 = 383 (100%)
R 126 of 383 ~ 32.9%
G 146 of 383 ~ 38.12%
B 111 of 383 ~ 28.98'%

%32.9
%38.12
%28.98

CMYK color model

#7E926F color CMYK value is (14,0,24,43).

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

CMYK: (14,0,24,43)
C14M0Y24K43 (14%, 0%, 24%, 43%)
(0.14 / 0.00 / 0.24 / 0.43)

CMYK percentages

%13.7
%0
%23.97
%42.75

Codes

Color #7E926F in popluar color models

7E 92 6F
RGB 126 146 111
HSL 94° 13.83% 50.39%
HSB/HSV 94° 23.97% 57.25%
CMYK 13.70% 0.00% 23.97%
42.75%

Color #7E926F in popluar number systems.

HEX 7E 92 6F
Decimal 126 146 111
Binary 1111110 10010010 1101111
Octal 176 222 157

Shades and tints

Shades of #7E926F

#7E926F
(126,146,111)
#738565
(115,133,101)
#68785B
(104,120,91)
#5D6B51
(93,107,81)
#525E47
(82,94,71)
#47513D
(71,81,61)
#3C4433
(60,68,51)
#313729
(49,55,41)
#262A1F
(38,42,31)
#1B1D15
(27,29,21)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #7E926F

#7E926F
(126,146,111)
#899B7C
(137,155,124)
#94A489
(148,164,137)
#9FAD96
(159,173,150)
#AAB6A3
(170,182,163)
#B5BFB0
(181,191,176)
#C0C8BD
(192,200,189)
#CBD1CA
(203,209,202)
#D6DAD7
(214,218,215)
#E1E3E4
(225,227,228)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E926F; }

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

This text font color is #7E926F.

Background Color

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

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

This div background color is #7E926F.

Border color

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

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

This div border color is #7E926F.

Opacity

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

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

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

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

This text has shadow with #7E926F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E926F.

Preview

Color preview on black background

This text has color #7E926F on black background.


Color preview on white background

This text has color #7E926F on white background.


Black color preview on #7E926F background

This text has black color on #7E926F background.


White color preview on #7E926F background

This text has white color on #7E926F background.


Related colors

Complementary color

Complementary color for #hex is #816D90.


I love getcolorcode.com

Triadic colors

1 #6F7E92 and #926F7E with #7E926F are triadic colors.

2 #6F927E and #927E6F with #7E926F are triadic colors.