COLOR #7E776E

HEX: #7E776E
RGB: (126,119,110)

Color info

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

RGB color model

#7E776E color RGB value is (126,119,110).

  • red value is 126;
  • green value is 119;
  • blue value is 110.
RGB:
(126,119,110)
(49%,47%,43%)

RGB channels and saturation

R 126 of 255 = 49%
G 119 of 255 = 47%
B 110 of 255 = 43%

126
119
110

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

Portions of RGB colors in percentages

R + G + B =
126 + 119 + 110 = 355 (100%)
R 126 of 355 ~ 35.49%
G 119 of 355 ~ 33.52%
B 110 of 355 ~ 30.99%

%35.49
%33.52
%30.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 12.70%
  • key color value is 50.59%
CMYK:
(0,6,13,51)
C0M6Y13K51 
(0%,6%,13%,51%)
(0.00/0.06/0.13/0.51)	

CMYK percentages

%0
%5.56
%12.7
%50.59

Codes

Color #7E776E in popluar color models

7E776E
RGB126119110
HSL34°6.78%46.27%
HSB/HSV34°12.70%49.41%
CMYK0.00%5.56%12.70%
50.59%

Color #7E776E in popluar number systems.

HEX7E776E
Decimal126119110
Binary111111011101111101110
Octal176167156

Shades and tints

Shades of #7E776E

#7E776E
(126,119,110)
#736D64
(115,109,100)
#68635A
(104,99,90)
#5D5950
(93,89,80)
#524F46
(82,79,70)
#47453C
(71,69,60)
#3C3B32
(60,59,50)
#313128
(49,49,40)
#26271E
(38,39,30)
#1B1D14
(27,29,20)
#10130A
(16,19,10)
#000000
(0,0,0)

Tints of #7E776E

#7E776E
(126,119,110)
#89837B
(137,131,123)
#948F88
(148,143,136)
#9F9B95
(159,155,149)
#AAA7A2
(170,167,162)
#B5B3AF
(181,179,175)
#C0BFBC
(192,191,188)
#CBCBC9
(203,203,201)
#D6D7D6
(214,215,214)
#E1E3E3
(225,227,227)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E776E; }

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

This text font color is #7E776E.


Background Color

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

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

This div background color is #7E776E.


Border color

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

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

This div border color is #7E776E.


Opacity

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

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

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

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

This text has shadow with #7E776E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E776E on black background.


Color preview on white background

This text has color #7E776E on white background.



Black color preview on #7E776E background

This text has black color on #7E776E background.


White color preview on #7E776E background

This text has white color on #7E776E background.