COLOR #7E6F77

HEX: #7E6F77
RGB: (126,111,119)

Color info

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

RGB color model

#7E6F77 color RGB value is (126,111,119).

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

RGB channels and saturation

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

126
111
119

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

Portions of RGB colors in percentages

R + G + B =
126 + 111 + 119 = 356 (100%)
R 126 of 356 ~ 35.39%
G 111 of 356 ~ 31.18%
B 119 of 356 ~ 33.43%

%35.39
%31.18
%33.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.90%
  • yellow value is 5.56%
  • key color value is 50.59%
CMYK:
(0,12,6,51)
C0M12Y6K51 
(0%,12%,6%,51%)
(0.00/0.12/0.06/0.51)	

CMYK percentages

%0
%11.9
%5.56
%50.59

Codes

Color #7E6F77 in popluar color models

7E6F77
RGB126111119
HSL328°6.33%46.47%
HSB/HSV328°11.90%49.41%
CMYK0.00%11.90%5.56%
50.59%

Color #7E6F77 in popluar number systems.

HEX7E6F77
Decimal126111119
Binary111111011011111110111
Octal176157167

Shades and tints

Shades of #7E6F77

#7E6F77
(126,111,119)
#73656D
(115,101,109)
#685B63
(104,91,99)
#5D5159
(93,81,89)
#52474F
(82,71,79)
#473D45
(71,61,69)
#3C333B
(60,51,59)
#312931
(49,41,49)
#261F27
(38,31,39)
#1B151D
(27,21,29)
#100B13
(16,11,19)
#000000
(0,0,0)

Tints of #7E6F77

#7E6F77
(126,111,119)
#897C83
(137,124,131)
#94898F
(148,137,143)
#9F969B
(159,150,155)
#AAA3A7
(170,163,167)
#B5B0B3
(181,176,179)
#C0BDBF
(192,189,191)
#CBCACB
(203,202,203)
#D6D7D7
(214,215,215)
#E1E4E3
(225,228,227)
#ECF1EF
(236,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6F77; }

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

This text font color is #7E6F77.


Background Color

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

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

This div background color is #7E6F77.


Border color

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

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

This div border color is #7E6F77.


Opacity

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

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

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

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

This text has shadow with #7E6F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6F77 on black background.


Color preview on white background

This text has color #7E6F77 on white background.



Black color preview on #7E6F77 background

This text has black color on #7E6F77 background.


White color preview on #7E6F77 background

This text has white color on #7E6F77 background.