COLOR #7E726A

HEX: #7E726A
RGB: (126,114,106)

Color info

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

RGB color model

#7E726A color RGB value is (126,114,106).

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

RGB channels and saturation

R 126 of 255 = 49%
G 114 of 255 = 45%
B 106 of 255 = 42%

126
114
106

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

Portions of RGB colors in percentages

R + G + B =
126 + 114 + 106 = 346 (100%)
R 126 of 346 ~ 36.42%
G 114 of 346 ~ 32.95%
B 106 of 346 ~ 30.64%

%36.42
%32.95
%30.64

CMYK color model

#7E726A color CMYK value is (0,10,16,51).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 15.87%
  • key color value is 50.59%
CMYK:
(0,10,16,51)
C0M10Y16K51 
(0%,10%,16%,51%)
(0.00/0.10/0.16/0.51)	

CMYK percentages

%0
%9.52
%15.87
%50.59

Codes

Color #7E726A in popluar color models

7E726A
RGB126114106
HSL24°8.62%45.49%
HSB/HSV24°15.87%49.41%
CMYK0.00%9.52%15.87%
50.59%

Color #7E726A in popluar number systems.

HEX7E726A
Decimal126114106
Binary111111011100101101010
Octal176162152

Shades and tints

Shades of #7E726A

#7E726A
(126,114,106)
#736861
(115,104,97)
#685E58
(104,94,88)
#5D544F
(93,84,79)
#524A46
(82,74,70)
#47403D
(71,64,61)
#3C3634
(60,54,52)
#312C2B
(49,44,43)
#262222
(38,34,34)
#1B1819
(27,24,25)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #7E726A

#7E726A
(126,114,106)
#897E77
(137,126,119)
#948A84
(148,138,132)
#9F9691
(159,150,145)
#AAA29E
(170,162,158)
#B5AEAB
(181,174,171)
#C0BAB8
(192,186,184)
#CBC6C5
(203,198,197)
#D6D2D2
(214,210,210)
#E1DEDF
(225,222,223)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E726A; }

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

This text font color is #7E726A.


Background Color

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

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

This div background color is #7E726A.


Border color

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

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

This div border color is #7E726A.


Opacity

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

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

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

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

This text has shadow with #7E726A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E726A on black background.


Color preview on white background

This text has color #7E726A on white background.



Black color preview on #7E726A background

This text has black color on #7E726A background.


White color preview on #7E726A background

This text has white color on #7E726A background.