COLOR #7E7A71

HEX: #7E7A71
RGB: (126,122,113)

Color info

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

RGB color model

#7E7A71 color RGB value is (126,122,113).

  • red value is 126;
  • green value is 122;
  • blue value is 113.
RGB:
(126,122,113)
(49%,48%,44%)

RGB channels and saturation

R 126 of 255 = 49%
G 122 of 255 = 48%
B 113 of 255 = 44%

126
122
113

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

Portions of RGB colors in percentages

R + G + B =
126 + 122 + 113 = 361 (100%)
R 126 of 361 ~ 34.9%
G 122 of 361 ~ 33.8%
B 113 of 361 ~ 31.3%

%34.9
%33.8
%31.3

CMYK color model

#7E7A71 color CMYK value is (0,3,10,51).

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 10.32%
  • key color value is 50.59%
CMYK:
(0,3,10,51)
C0M3Y10K51 
(0%,3%,10%,51%)
(0.00/0.03/0.10/0.51)	

CMYK percentages

%0
%3.17
%10.32
%50.59

Codes

Color #7E7A71 in popluar color models

7E7A71
RGB126122113
HSL42°5.44%46.86%
HSB/HSV42°10.32%49.41%
CMYK0.00%3.17%10.32%
50.59%

Color #7E7A71 in popluar number systems.

HEX7E7A71
Decimal126122113
Binary111111011110101110001
Octal176172161

Shades and tints

Shades of #7E7A71

#7E7A71
(126,122,113)
#736F67
(115,111,103)
#68645D
(104,100,93)
#5D5953
(93,89,83)
#524E49
(82,78,73)
#47433F
(71,67,63)
#3C3835
(60,56,53)
#312D2B
(49,45,43)
#262221
(38,34,33)
#1B1717
(27,23,23)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #7E7A71

#7E7A71
(126,122,113)
#89867D
(137,134,125)
#949289
(148,146,137)
#9F9E95
(159,158,149)
#AAAAA1
(170,170,161)
#B5B6AD
(181,182,173)
#C0C2B9
(192,194,185)
#CBCEC5
(203,206,197)
#D6DAD1
(214,218,209)
#E1E6DD
(225,230,221)
#ECF2E9
(236,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7A71; }

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

This text font color is #7E7A71.


Background Color

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

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

This div background color is #7E7A71.


Border color

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

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

This div border color is #7E7A71.


Opacity

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

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

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

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

This text has shadow with #7E7A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7A71 on black background.


Color preview on white background

This text has color #7E7A71 on white background.



Black color preview on #7E7A71 background

This text has black color on #7E7A71 background.


White color preview on #7E7A71 background

This text has white color on #7E7A71 background.