COLOR #7E926C

HEX: #7E926C
RGB: (126,146,108)

Color info

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

RGB color model

#7E926C color RGB value is (126,146,108).

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

RGB channels and saturation

R 126 of 255 = 49%
G 146 of 255 = 57%
B 108 of 255 = 42%

126
146
108

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

Portions of RGB colors in percentages

R + G + B =
126 + 146 + 108 = 380 (100%)
R 126 of 380 ~ 33.16%
G 146 of 380 ~ 38.42%
B 108 of 380 ~ 28.42%

%33.16
%38.42
%28.42

CMYK color model

#7E926C color CMYK value is (14,0,26,43).

  • cyan value is 13.70%
  • magenta value is 0.00%
  • yellow value is 26.03%
  • key color value is 42.75%
CMYK:
(14,0,26,43)
C14M0Y26K43 
(14%,0%,26%,43%)
(0.14/0.00/0.26/0.43)	

CMYK percentages

%13.7
%0
%26.03
%42.75

Codes

Color #7E926C in popluar color models

7E926C
RGB126146108
HSL92°14.96%49.80%
HSB/HSV92°26.03%57.25%
CMYK13.70%0.00%26.03%
42.75%

Color #7E926C in popluar number systems.

HEX7E926C
Decimal126146108
Binary1111110100100101101100
Octal176222154

Shades and tints

Shades of #7E926C

#7E926C
(126,146,108)
#738563
(115,133,99)
#68785A
(104,120,90)
#5D6B51
(93,107,81)
#525E48
(82,94,72)
#47513F
(71,81,63)
#3C4436
(60,68,54)
#31372D
(49,55,45)
#262A24
(38,42,36)
#1B1D1B
(27,29,27)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #7E926C

#7E926C
(126,146,108)
#899B79
(137,155,121)
#94A486
(148,164,134)
#9FAD93
(159,173,147)
#AAB6A0
(170,182,160)
#B5BFAD
(181,191,173)
#C0C8BA
(192,200,186)
#CBD1C7
(203,209,199)
#D6DAD4
(214,218,212)
#E1E3E1
(225,227,225)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E926C; }

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

This text font color is #7E926C.


Background Color

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

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

This div background color is #7E926C.


Border color

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

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

This div border color is #7E926C.


Opacity

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

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

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

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

This text has shadow with #7E926C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E926C on black background.


Color preview on white background

This text has color #7E926C on white background.



Black color preview on #7E926C background

This text has black color on #7E926C background.


White color preview on #7E926C background

This text has white color on #7E926C background.