COLOR #7E7C77

HEX: #7E7C77
RGB: (126,124,119)

Color info

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

RGB color model

#7E7C77 color RGB value is (126,124,119).

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

RGB channels and saturation

R 126 of 255 = 49%
G 124 of 255 = 49%
B 119 of 255 = 47%

126
124
119

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

Portions of RGB colors in percentages

R + G + B =
126 + 124 + 119 = 369 (100%)
R 126 of 369 ~ 34.15%
G 124 of 369 ~ 33.6%
B 119 of 369 ~ 32.25%

%34.15
%33.6
%32.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.59%
  • yellow value is 5.56%
  • key color value is 50.59%
CMYK:
(0,2,6,51)
C0M2Y6K51 
(0%,2%,6%,51%)
(0.00/0.02/0.06/0.51)	

CMYK percentages

%0
%1.59
%5.56
%50.59

Codes

Color #7E7C77 in popluar color models

7E7C77
RGB126124119
HSL43°2.86%48.04%
HSB/HSV43°5.56%49.41%
CMYK0.00%1.59%5.56%
50.59%

Color #7E7C77 in popluar number systems.

HEX7E7C77
Decimal126124119
Binary111111011111001110111
Octal176174167

Shades and tints

Shades of #7E7C77

#7E7C77
(126,124,119)
#73716D
(115,113,109)
#686663
(104,102,99)
#5D5B59
(93,91,89)
#52504F
(82,80,79)
#474545
(71,69,69)
#3C3A3B
(60,58,59)
#312F31
(49,47,49)
#262427
(38,36,39)
#1B191D
(27,25,29)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #7E7C77

#7E7C77
(126,124,119)
#898783
(137,135,131)
#94928F
(148,146,143)
#9F9D9B
(159,157,155)
#AAA8A7
(170,168,167)
#B5B3B3
(181,179,179)
#C0BEBF
(192,190,191)
#CBC9CB
(203,201,203)
#D6D4D7
(214,212,215)
#E1DFE3
(225,223,227)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7C77; }

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

This text font color is #7E7C77.


Background Color

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

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

This div background color is #7E7C77.


Border color

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

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

This div border color is #7E7C77.


Opacity

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

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

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

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

This text has shadow with #7E7C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7C77 on black background.


Color preview on white background

This text has color #7E7C77 on white background.



Black color preview on #7E7C77 background

This text has black color on #7E7C77 background.


White color preview on #7E7C77 background

This text has white color on #7E7C77 background.