COLOR #7E6F6E

HEX: #7E6F6E
RGB: (126,111,110)

Color info

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

RGB color model

#7E6F6E color RGB value is (126,111,110).

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

RGB channels and saturation

R 126 of 255 = 49%
G 111 of 255 = 44%
B 110 of 255 = 43%

126
111
110

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

Portions of RGB colors in percentages

R + G + B =
126 + 111 + 110 = 347 (100%)
R 126 of 347 ~ 36.31%
G 111 of 347 ~ 31.99%
B 110 of 347 ~ 31.7%

%36.31
%31.99
%31.7

CMYK color model

#7E6F6E color CMYK value is (0,12,13,51).

  • cyan value is 0.00%
  • magenta value is 11.90%
  • yellow value is 12.70%
  • key color value is 50.59%
CMYK:
(0,12,13,51)
C0M12Y13K51 
(0%,12%,13%,51%)
(0.00/0.12/0.13/0.51)	

CMYK percentages

%0
%11.9
%12.7
%50.59

Codes

Color #7E6F6E in popluar color models

7E6F6E
RGB126111110
HSL6.78%46.27%
HSB/HSV12.70%49.41%
CMYK0.00%11.90%12.70%
50.59%

Color #7E6F6E in popluar number systems.

HEX7E6F6E
Decimal126111110
Binary111111011011111101110
Octal176157156

Shades and tints

Shades of #7E6F6E

#7E6F6E
(126,111,110)
#736564
(115,101,100)
#685B5A
(104,91,90)
#5D5150
(93,81,80)
#524746
(82,71,70)
#473D3C
(71,61,60)
#3C3332
(60,51,50)
#312928
(49,41,40)
#261F1E
(38,31,30)
#1B1514
(27,21,20)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #7E6F6E

#7E6F6E
(126,111,110)
#897C7B
(137,124,123)
#948988
(148,137,136)
#9F9695
(159,150,149)
#AAA3A2
(170,163,162)
#B5B0AF
(181,176,175)
#C0BDBC
(192,189,188)
#CBCAC9
(203,202,201)
#D6D7D6
(214,215,214)
#E1E4E3
(225,228,227)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6F6E; }

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

This text font color is #7E6F6E.


Background Color

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

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

This div background color is #7E6F6E.


Border color

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

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

This div border color is #7E6F6E.


Opacity

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

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

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

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

This text has shadow with #7E6F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6F6E on black background.


Color preview on white background

This text has color #7E6F6E on white background.



Black color preview on #7E6F6E background

This text has black color on #7E6F6E background.


White color preview on #7E6F6E background

This text has white color on #7E6F6E background.