COLOR #7E7676

HEX: #7E7676
RGB: (126,118,118)

Color info

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

RGB color model

#7E7676 color RGB value is (126,118,118).

  • red value is 126;
  • green value is 118;
  • blue value is 118.
RGB:
(126,118,118)
(49%,46%,46%)

RGB channels and saturation

R 126 of 255 = 49%
G 118 of 255 = 46%
B 118 of 255 = 46%

126
118
118

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

Portions of RGB colors in percentages

R + G + B =
126 + 118 + 118 = 362 (100%)
R 126 of 362 ~ 34.81%
G 118 of 362 ~ 32.6%
B 118 of 362 ~ 32.6%

%34.81
%32.6
%32.6

CMYK color model

#7E7676 color CMYK value is (0,6,6,51).

  • cyan value is 0.00%
  • magenta value is 6.35%
  • yellow value is 6.35%
  • key color value is 50.59%
CMYK:
(0,6,6,51)
C0M6Y6K51 
(0%,6%,6%,51%)
(0.00/0.06/0.06/0.51)	

CMYK percentages

%0
%6.35
%6.35
%50.59

Codes

Color #7E7676 in popluar color models

7E7676
RGB126118118
HSL3.28%47.84%
HSB/HSV6.35%49.41%
CMYK0.00%6.35%6.35%
50.59%

Color #7E7676 in popluar number systems.

HEX7E7676
Decimal126118118
Binary111111011101101110110
Octal176166166

Shades and tints

Shades of #7E7676

#7E7676
(126,118,118)
#736C6C
(115,108,108)
#686262
(104,98,98)
#5D5858
(93,88,88)
#524E4E
(82,78,78)
#474444
(71,68,68)
#3C3A3A
(60,58,58)
#313030
(49,48,48)
#262626
(38,38,38)
#1B1C1C
(27,28,28)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #7E7676

#7E7676
(126,118,118)
#898282
(137,130,130)
#948E8E
(148,142,142)
#9F9A9A
(159,154,154)
#AAA6A6
(170,166,166)
#B5B2B2
(181,178,178)
#C0BEBE
(192,190,190)
#CBCACA
(203,202,202)
#D6D6D6
(214,214,214)
#E1E2E2
(225,226,226)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7676; }

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

This text font color is #7E7676.


Background Color

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

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

This div background color is #7E7676.


Border color

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

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

This div border color is #7E7676.


Opacity

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

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

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

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

This text has shadow with #7E7676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7676 on black background.


Color preview on white background

This text has color #7E7676 on white background.



Black color preview on #7E7676 background

This text has black color on #7E7676 background.


White color preview on #7E7676 background

This text has white color on #7E7676 background.