COLOR #7E796F

HEX: #7E796F RGB: (126,121,111)

Color info

#7E796F contains red, green and blue colors in about the same proportion. Web safe color of #7E796F is #666666 (or #666).

RGB color model

#7E796F color RGB value is (126,121,111).

RGB: (126,121,111) (49%, 47%, 44%)

RGB channels and saturation

R 126 of 255 = 49%
G 121 of 255 = 47%
B 111 of 255 = 44%

126
121
111

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

Portions of RGB colors in percentages

R + G + B = 126 + 121 + 111 = 358 (100%)
R 126 of 358 ~ 35.2%
G 121 of 358 ~ 33.8%
B 111 of 358 ~ 31.01'%

%35.2
%33.8
%31.01

CMYK color model

#7E796F color CMYK value is (0,4,12,51).

  • cyan value is 0.00%
  • magenta value is 3.97%
  • yellow value is 11.90%
  • key color value is 50.59%

CMYK: (0,4,12,51)
C0M4Y12K51 (0%, 4%, 12%, 51%)
(0.00 / 0.04 / 0.12 / 0.51)

CMYK percentages

%0
%3.97
%11.9
%50.59

Codes

Color #7E796F in popluar color models

7E 79 6F
RGB 126 121 111
HSL 40° 6.33% 46.47%
HSB/HSV 40° 11.90% 49.41%
CMYK 0.00% 3.97% 11.90%
50.59%

Color #7E796F in popluar number systems.

HEX 7E 79 6F
Decimal 126 121 111
Binary 1111110 1111001 1101111
Octal 176 171 157

Shades and tints

Shades of #7E796F

#7E796F
(126,121,111)
#736E65
(115,110,101)
#68635B
(104,99,91)
#5D5851
(93,88,81)
#524D47
(82,77,71)
#47423D
(71,66,61)
#3C3733
(60,55,51)
#312C29
(49,44,41)
#26211F
(38,33,31)
#1B1615
(27,22,21)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #7E796F

#7E796F
(126,121,111)
#89857C
(137,133,124)
#949189
(148,145,137)
#9F9D96
(159,157,150)
#AAA9A3
(170,169,163)
#B5B5B0
(181,181,176)
#C0C1BD
(192,193,189)
#CBCDCA
(203,205,202)
#D6D9D7
(214,217,215)
#E1E5E4
(225,229,228)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E796F; }

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

This text font color is #7E796F.

Background Color

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

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

This div background color is #7E796F.

Border color

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

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

This div border color is #7E796F.

Opacity

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

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

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

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

This text has shadow with #7E796F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E796F.

Preview

Color preview on black background

This text has color #7E796F on black background.


Color preview on white background

This text has color #7E796F on white background.


Black color preview on #7E796F background

This text has black color on #7E796F background.


White color preview on #7E796F background

This text has white color on #7E796F background.


Related colors

Complementary color

Complementary color for #hex is #818690.


I love getcolorcode.com

Triadic colors

1 #6F7E79 and #796F7E with #7E796F are triadic colors.

2 #6F797E and #797E6F with #7E796F are triadic colors.