COLOR #7E7677

HEX: #7E7677 RGB: (126,118,119)

Color info

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

RGB color model

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

RGB: (126,118,119) (49%, 46%, 47%)

RGB channels and saturation

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

126
118
119

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

Portions of RGB colors in percentages

R + G + B = 126 + 118 + 119 = 363 (100%)
R 126 of 363 ~ 34.71%
G 118 of 363 ~ 32.51%
B 119 of 363 ~ 32.78'%

%34.71
%32.51
%32.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.35%
  • yellow value is 5.56%
  • 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
%5.56
%50.59

Codes

Color #7E7677 in popluar color models

7E 76 77
RGB 126 118 119
HSL 353° 3.28% 47.84%
HSB/HSV 353° 6.35% 49.41%
CMYK 0.00% 6.35% 5.56%
50.59%

Color #7E7677 in popluar number systems.

HEX 7E 76 77
Decimal 126 118 119
Binary 1111110 1110110 1110111
Octal 176 166 167

Shades and tints

Shades of #7E7677

#7E7677
(126,118,119)
#736C6D
(115,108,109)
#686263
(104,98,99)
#5D5859
(93,88,89)
#524E4F
(82,78,79)
#474445
(71,68,69)
#3C3A3B
(60,58,59)
#313031
(49,48,49)
#262627
(38,38,39)
#1B1C1D
(27,28,29)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #7E7677

#7E7677
(126,118,119)
#898283
(137,130,131)
#948E8F
(148,142,143)
#9F9A9B
(159,154,155)
#AAA6A7
(170,166,167)
#B5B2B3
(181,178,179)
#C0BEBF
(192,190,191)
#CBCACB
(203,202,203)
#D6D6D7
(214,214,215)
#E1E2E3
(225,226,227)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7677; }

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

This text font color is #7E7677.

Background Color

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

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

This div background color is #7E7677.

Border color

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

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

This div border color is #7E7677.

Opacity

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

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

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

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

This text has shadow with #7E7677 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7677.

Preview

Color preview on black background

This text has color #7E7677 on black background.


Color preview on white background

This text has color #7E7677 on white background.


Black color preview on #7E7677 background

This text has black color on #7E7677 background.


White color preview on #7E7677 background

This text has white color on #7E7677 background.


Related colors

Complementary color

Complementary color for #hex is #818988.


I love getcolorcode.com

Triadic colors

1 #777E76 and #76777E with #7E7677 are triadic colors.

2 #77767E and #767E77 with #7E7677 are triadic colors.