COLOR #7E927D

HEX: #7E927D
RGB: (126,146,125)

Color info

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

RGB color model

#7E927D color RGB value is (126,146,125).

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

RGB channels and saturation

R 126 of 255 = 49%
G 146 of 255 = 57%
B 125 of 255 = 49%

126
146
125

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

Portions of RGB colors in percentages

R + G + B =
126 + 146 + 125 = 397 (100%)
R 126 of 397 ~ 31.74%
G 146 of 397 ~ 36.78%
B 125 of 397 ~ 31.49%

%31.74
%36.78
%31.49

CMYK color model

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

  • cyan value is 13.70%
  • magenta value is 0.00%
  • yellow value is 14.38%
  • key color value is 42.75%
CMYK:
(14,0,14,43)
C14M0Y14K43 
(14%,0%,14%,43%)
(0.14/0.00/0.14/0.43)	

CMYK percentages

%13.7
%0
%14.38
%42.75

Codes

Color #7E927D in popluar color models

7E927D
RGB126146125
HSL117°8.79%53.14%
HSB/HSV117°14.38%57.25%
CMYK13.70%0.00%14.38%
42.75%

Color #7E927D in popluar number systems.

HEX7E927D
Decimal126146125
Binary1111110100100101111101
Octal176222175

Shades and tints

Shades of #7E927D

#7E927D
(126,146,125)
#738572
(115,133,114)
#687867
(104,120,103)
#5D6B5C
(93,107,92)
#525E51
(82,94,81)
#475146
(71,81,70)
#3C443B
(60,68,59)
#313730
(49,55,48)
#262A25
(38,42,37)
#1B1D1A
(27,29,26)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #7E927D

#7E927D
(126,146,125)
#899B88
(137,155,136)
#94A493
(148,164,147)
#9FAD9E
(159,173,158)
#AAB6A9
(170,182,169)
#B5BFB4
(181,191,180)
#C0C8BF
(192,200,191)
#CBD1CA
(203,209,202)
#D6DAD5
(214,218,213)
#E1E3E0
(225,227,224)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E927D; }

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

This text font color is #7E927D.


Background Color

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

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

This div background color is #7E927D.


Border color

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

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

This div border color is #7E927D.


Opacity

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

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

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

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

This text has shadow with #7E927D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E927D on black background.


Color preview on white background

This text has color #7E927D on white background.



Black color preview on #7E927D background

This text has black color on #7E927D background.


White color preview on #7E927D background

This text has white color on #7E927D background.