COLOR #7E696A

HEX: #7E696A
RGB: (126,105,106)

Color info

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

RGB color model

#7E696A color RGB value is (126,105,106).

  • red value is 126;
  • green value is 105;
  • blue value is 106.
RGB:
(126,105,106)
(49%,41%,42%)

RGB channels and saturation

R 126 of 255 = 49%
G 105 of 255 = 41%
B 106 of 255 = 42%

126
105
106

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

Portions of RGB colors in percentages

R + G + B =
126 + 105 + 106 = 337 (100%)
R 126 of 337 ~ 37.39%
G 105 of 337 ~ 31.16%
B 106 of 337 ~ 31.45%

%37.39
%31.16
%31.45

CMYK color model

#7E696A color CMYK value is (0,17,16,51).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 15.87%
  • key color value is 50.59%
CMYK:
(0,17,16,51)
C0M17Y16K51 
(0%,17%,16%,51%)
(0.00/0.17/0.16/0.51)	

CMYK percentages

%0
%16.67
%15.87
%50.59

Codes

Color #7E696A in popluar color models

7E696A
RGB126105106
HSL357°9.09%45.29%
HSB/HSV357°16.67%49.41%
CMYK0.00%16.67%15.87%
50.59%

Color #7E696A in popluar number systems.

HEX7E696A
Decimal126105106
Binary111111011010011101010
Octal176151152

Shades and tints

Shades of #7E696A

#7E696A
(126,105,106)
#736061
(115,96,97)
#685758
(104,87,88)
#5D4E4F
(93,78,79)
#524546
(82,69,70)
#473C3D
(71,60,61)
#3C3334
(60,51,52)
#312A2B
(49,42,43)
#262122
(38,33,34)
#1B1819
(27,24,25)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #7E696A

#7E696A
(126,105,106)
#897677
(137,118,119)
#948384
(148,131,132)
#9F9091
(159,144,145)
#AA9D9E
(170,157,158)
#B5AAAB
(181,170,171)
#C0B7B8
(192,183,184)
#CBC4C5
(203,196,197)
#D6D1D2
(214,209,210)
#E1DEDF
(225,222,223)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E696A color. Also use rgb(126,105,106) instead hex code.

Text Font Color

.myTextColor { color: #7E696A; }

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

This text font color is #7E696A.


Background Color

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

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

This div background color is #7E696A.


Border color

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

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

This div border color is #7E696A.


Opacity

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

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

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

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

This text has shadow with #7E696A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E696A on black background.


Color preview on white background

This text has color #7E696A on white background.



Black color preview on #7E696A background

This text has black color on #7E696A background.


White color preview on #7E696A background

This text has white color on #7E696A background.