COLOR #7E6A73

HEX: #7E6A73
RGB: (126,106,115)

Color info

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

RGB color model

#7E6A73 color RGB value is (126,106,115).

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

RGB channels and saturation

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

126
106
115

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

Portions of RGB colors in percentages

R + G + B =
126 + 106 + 115 = 347 (100%)
R 126 of 347 ~ 36.31%
G 106 of 347 ~ 30.55%
B 115 of 347 ~ 33.14%

%36.31
%30.55
%33.14

CMYK color model

#7E6A73 color CMYK value is (0,16,9,51).

  • cyan value is 0.00%
  • magenta value is 15.87%
  • yellow value is 8.73%
  • key color value is 50.59%
CMYK: (0,16,9,51) C0M16Y9K51 (0%,16%,9%,51%) (0.00/0.16/0.09/0.51)

CMYK percentages

%0
%15.87
%8.73
%50.59

Codes

Color #7E6A73 in popluar color models

7E6A73
RGB126106115
HSL333°8.62%45.49%
HSB/HSV333°15.87%49.41%
CMYK0.00%15.87%8.73%
50.59%

Color #7E6A73 in popluar number systems.

HEX7E6A73
Decimal126106115
Binary111111011010101110011
Octal176152163

Shades and tints

Shades of #7E6A73

#7E6A73
(126,106,115)
#736169
(115,97,105)
#68585F
(104,88,95)
#5D4F55
(93,79,85)
#52464B
(82,70,75)
#473D41
(71,61,65)
#3C3437
(60,52,55)
#312B2D
(49,43,45)
#262223
(38,34,35)
#1B1919
(27,25,25)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #7E6A73

#7E6A73
(126,106,115)
#89777F
(137,119,127)
#94848B
(148,132,139)
#9F9197
(159,145,151)
#AA9EA3
(170,158,163)
#B5ABAF
(181,171,175)
#C0B8BB
(192,184,187)
#CBC5C7
(203,197,199)
#D6D2D3
(214,210,211)
#E1DFDF
(225,223,223)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6A73; }

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

This text font color is #7E6A73.


Background Color

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

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

This div background color is #7E6A73.


Border color

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

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

This div border color is #7E6A73.


Opacity

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

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

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

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

This text has shadow with #7E6A73 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7E6A73 on black background.


Color preview on white background

This text has color #7E6A73 on white background.



Black color preview on #7E6A73 background

This text has black color on #7E6A73 background.


White color preview on #7E6A73 background

This text has white color on #7E6A73 background.