COLOR #7E7B73

HEX: #7E7B73
RGB: (126,123,115)

Color info

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

RGB color model

#7E7B73 color RGB value is (126,123,115).

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

RGB channels and saturation

R 126 of 255 = 49%
G 123 of 255 = 48%
B 115 of 255 = 45%

126
123
115

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

Portions of RGB colors in percentages

R + G + B =
126 + 123 + 115 = 364 (100%)
R 126 of 364 ~ 34.62%
G 123 of 364 ~ 33.79%
B 115 of 364 ~ 31.59%

%34.62
%33.79
%31.59

CMYK color model

#7E7B73 color CMYK value is (0,2,9,51).

  • cyan value is 0.00%
  • magenta value is 2.38%
  • yellow value is 8.73%
  • key color value is 50.59%
CMYK:
(0,2,9,51)
C0M2Y9K51 
(0%,2%,9%,51%)
(0.00/0.02/0.09/0.51)	

CMYK percentages

%0
%2.38
%8.73
%50.59

Codes

Color #7E7B73 in popluar color models

7E7B73
RGB126123115
HSL44°4.56%47.25%
HSB/HSV44°8.73%49.41%
CMYK0.00%2.38%8.73%
50.59%

Color #7E7B73 in popluar number systems.

HEX7E7B73
Decimal126123115
Binary111111011110111110011
Octal176173163

Shades and tints

Shades of #7E7B73

#7E7B73
(126,123,115)
#737069
(115,112,105)
#68655F
(104,101,95)
#5D5A55
(93,90,85)
#524F4B
(82,79,75)
#474441
(71,68,65)
#3C3937
(60,57,55)
#312E2D
(49,46,45)
#262323
(38,35,35)
#1B1819
(27,24,25)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #7E7B73

#7E7B73
(126,123,115)
#89877F
(137,135,127)
#94938B
(148,147,139)
#9F9F97
(159,159,151)
#AAABA3
(170,171,163)
#B5B7AF
(181,183,175)
#C0C3BB
(192,195,187)
#CBCFC7
(203,207,199)
#D6DBD3
(214,219,211)
#E1E7DF
(225,231,223)
#ECF3EB
(236,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7B73; }

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

This text font color is #7E7B73.


Background Color

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

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

This div background color is #7E7B73.


Border color

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

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

This div border color is #7E7B73.


Opacity

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

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

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

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

This text has shadow with #7E7B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7B73 on black background.


Color preview on white background

This text has color #7E7B73 on white background.



Black color preview on #7E7B73 background

This text has black color on #7E7B73 background.


White color preview on #7E7B73 background

This text has white color on #7E7B73 background.