COLOR #7E927A

HEX: #7E927A RGB: (126,146,122)

Color info

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

RGB color model

#7E927A color RGB value is (126,146,122).

RGB: (126,146,122) (49%, 57%, 48%)

RGB channels and saturation

R 126 of 255 = 49%
G 146 of 255 = 57%
B 122 of 255 = 48%

126
146
122

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

Portions of RGB colors in percentages

R + G + B = 126 + 146 + 122 = 394 (100%)
R 126 of 394 ~ 31.98%
G 146 of 394 ~ 37.06%
B 122 of 394 ~ 30.96'%

%31.98
%37.06
%30.96

CMYK color model

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

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

CMYK: (14,0,16,43)
C14M0Y16K43 (14%, 0%, 16%, 43%)
(0.14 / 0.00 / 0.16 / 0.43)

CMYK percentages

%13.7
%0
%16.44
%42.75

Codes

Color #7E927A in popluar color models

7E 92 7A
RGB 126 146 122
HSL 110° 9.92% 52.55%
HSB/HSV 110° 16.44% 57.25%
CMYK 13.70% 0.00% 16.44%
42.75%

Color #7E927A in popluar number systems.

HEX 7E 92 7A
Decimal 126 146 122
Binary 1111110 10010010 1111010
Octal 176 222 172

Shades and tints

Shades of #7E927A

#7E927A
(126,146,122)
#73856F
(115,133,111)
#687864
(104,120,100)
#5D6B59
(93,107,89)
#525E4E
(82,94,78)
#475143
(71,81,67)
#3C4438
(60,68,56)
#31372D
(49,55,45)
#262A22
(38,42,34)
#1B1D17
(27,29,23)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #7E927A

#7E927A
(126,146,122)
#899B86
(137,155,134)
#94A492
(148,164,146)
#9FAD9E
(159,173,158)
#AAB6AA
(170,182,170)
#B5BFB6
(181,191,182)
#C0C8C2
(192,200,194)
#CBD1CE
(203,209,206)
#D6DADA
(214,218,218)
#E1E3E6
(225,227,230)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E927A; }

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

This text font color is #7E927A.

Background Color

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

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

This div background color is #7E927A.

Border color

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

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

This div border color is #7E927A.

Opacity

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

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

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

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

This text has shadow with #7E927A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E927A.

Preview

Color preview on black background

This text has color #7E927A on black background.


Color preview on white background

This text has color #7E927A on white background.


Black color preview on #7E927A background

This text has black color on #7E927A background.


White color preview on #7E927A background

This text has white color on #7E927A background.


Related colors

Complementary color

Complementary color for #hex is #816D85.


I love getcolorcode.com

Triadic colors

1 #7A7E92 and #927A7E with #7E927A are triadic colors.

2 #7A927E and #927E7A with #7E927A are triadic colors.