COLOR #7E7A73

HEX: #7E7A73 RGB: (126,122,115)

Color info

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

RGB color model

#7E7A73 color RGB value is (126,122,115).

RGB: (126,122,115) (49%, 48%, 45%)

RGB channels and saturation

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

126
122
115

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

Portions of RGB colors in percentages

R + G + B = 126 + 122 + 115 = 363 (100%)
R 126 of 363 ~ 34.71%
G 122 of 363 ~ 33.61%
B 115 of 363 ~ 31.68'%

%34.71
%33.61
%31.68

CMYK color model

#7E7A73 color CMYK value is (0,3,9,51).

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 8.73%
  • key color value is 50.59%

CMYK: (0,3,9,51)
C0M3Y9K51 (0%, 3%, 9%, 51%)
(0.00 / 0.03 / 0.09 / 0.51)

CMYK percentages

%0
%3.17
%8.73
%50.59

Codes

Color #7E7A73 in popluar color models

7E 7A 73
RGB 126 122 115
HSL 38° 4.56% 47.25%
HSB/HSV 38° 8.73% 49.41%
CMYK 0.00% 3.17% 8.73%
50.59%

Color #7E7A73 in popluar number systems.

HEX 7E 7A 73
Decimal 126 122 115
Binary 1111110 1111010 1110011
Octal 176 172 163

Shades and tints

Shades of #7E7A73

#7E7A73
(126,122,115)
#736F69
(115,111,105)
#68645F
(104,100,95)
#5D5955
(93,89,85)
#524E4B
(82,78,75)
#474341
(71,67,65)
#3C3837
(60,56,55)
#312D2D
(49,45,45)
#262223
(38,34,35)
#1B1719
(27,23,25)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #7E7A73

#7E7A73
(126,122,115)
#89867F
(137,134,127)
#94928B
(148,146,139)
#9F9E97
(159,158,151)
#AAAAA3
(170,170,163)
#B5B6AF
(181,182,175)
#C0C2BB
(192,194,187)
#CBCEC7
(203,206,199)
#D6DAD3
(214,218,211)
#E1E6DF
(225,230,223)
#ECF2EB
(236,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7A73; }

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

This text font color is #7E7A73.

Background Color

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

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

This div background color is #7E7A73.

Border color

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

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

This div border color is #7E7A73.

Opacity

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

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

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

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

This text has shadow with #7E7A73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7A73.

Preview

Color preview on black background

This text has color #7E7A73 on black background.


Color preview on white background

This text has color #7E7A73 on white background.


Black color preview on #7E7A73 background

This text has black color on #7E7A73 background.


White color preview on #7E7A73 background

This text has white color on #7E7A73 background.


Related colors

Complementary color

Complementary color for #hex is #81858C.


I love getcolorcode.com

Triadic colors

1 #737E7A and #7A737E with #7E7A73 are triadic colors.

2 #737A7E and #7A7E73 with #7E7A73 are triadic colors.