COLOR #7E927F

HEX: #7E927F
RGB: (126,146,127)

Color info

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

RGB color model

#7E927F color RGB value is (126,146,127).

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

RGB channels and saturation

R 126 of 255 = 49%
G 146 of 255 = 57%
B 127 of 255 = 50%

126
146
127

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

Portions of RGB colors in percentages

R + G + B =
126 + 146 + 127 = 399 (100%)
R 126 of 399 ~ 31.58%
G 146 of 399 ~ 36.59%
B 127 of 399 ~ 31.83%

%31.58
%36.59
%31.83

CMYK color model

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

  • cyan value is 13.70%
  • magenta value is 0.00%
  • yellow value is 13.01%
  • key color value is 42.75%
CMYK:
(14,0,13,43)
C14M0Y13K43 
(14%,0%,13%,43%)
(0.14/0.00/0.13/0.43)	

CMYK percentages

%13.7
%0
%13.01
%42.75

Codes

Color #7E927F in popluar color models

7E927F
RGB126146127
HSL123°8.40%53.33%
HSB/HSV123°13.70%57.25%
CMYK13.70%0.00%13.01%
42.75%

Color #7E927F in popluar number systems.

HEX7E927F
Decimal126146127
Binary1111110100100101111111
Octal176222177

Shades and tints

Shades of #7E927F

#7E927F
(126,146,127)
#738574
(115,133,116)
#687869
(104,120,105)
#5D6B5E
(93,107,94)
#525E53
(82,94,83)
#475148
(71,81,72)
#3C443D
(60,68,61)
#313732
(49,55,50)
#262A27
(38,42,39)
#1B1D1C
(27,29,28)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #7E927F

#7E927F
(126,146,127)
#899B8A
(137,155,138)
#94A495
(148,164,149)
#9FADA0
(159,173,160)
#AAB6AB
(170,182,171)
#B5BFB6
(181,191,182)
#C0C8C1
(192,200,193)
#CBD1CC
(203,209,204)
#D6DAD7
(214,218,215)
#E1E3E2
(225,227,226)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E927F; }

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

This text font color is #7E927F.


Background Color

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

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

This div background color is #7E927F.


Border color

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

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

This div border color is #7E927F.


Opacity

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

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

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

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

This text has shadow with #7E927F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E927F on black background.


Color preview on white background

This text has color #7E927F on white background.



Black color preview on #7E927F background

This text has black color on #7E927F background.


White color preview on #7E927F background

This text has white color on #7E927F background.