COLOR #7E7271

HEX: #7E7271 RGB: (126,114,113)

Color info

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

RGB color model

#7E7271 color RGB value is (126,114,113).

RGB: (126,114,113) (49%, 45%, 44%)

RGB channels and saturation

R 126 of 255 = 49%
G 114 of 255 = 45%
B 113 of 255 = 44%

126
114
113

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

Portions of RGB colors in percentages

R + G + B = 126 + 114 + 113 = 353 (100%)
R 126 of 353 ~ 35.69%
G 114 of 353 ~ 32.29%
B 113 of 353 ~ 32.01'%

%35.69
%32.29
%32.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 10.32%
  • key color value is 50.59%

CMYK: (0,10,10,51)
C0M10Y10K51 (0%, 10%, 10%, 51%)
(0.00 / 0.10 / 0.10 / 0.51)

CMYK percentages

%0
%9.52
%10.32
%50.59

Codes

Color #7E7271 in popluar color models

7E 72 71
RGB 126 114 113
HSL 5.44% 46.86%
HSB/HSV 10.32% 49.41%
CMYK 0.00% 9.52% 10.32%
50.59%

Color #7E7271 in popluar number systems.

HEX 7E 72 71
Decimal 126 114 113
Binary 1111110 1110010 1110001
Octal 176 162 161

Shades and tints

Shades of #7E7271

#7E7271
(126,114,113)
#736867
(115,104,103)
#685E5D
(104,94,93)
#5D5453
(93,84,83)
#524A49
(82,74,73)
#47403F
(71,64,63)
#3C3635
(60,54,53)
#312C2B
(49,44,43)
#262221
(38,34,33)
#1B1817
(27,24,23)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #7E7271

#7E7271
(126,114,113)
#897E7D
(137,126,125)
#948A89
(148,138,137)
#9F9695
(159,150,149)
#AAA2A1
(170,162,161)
#B5AEAD
(181,174,173)
#C0BAB9
(192,186,185)
#CBC6C5
(203,198,197)
#D6D2D1
(214,210,209)
#E1DEDD
(225,222,221)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7271; }

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

This text font color is #7E7271.

Background Color

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

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

This div background color is #7E7271.

Border color

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

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

This div border color is #7E7271.

Opacity

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

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

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

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

This text has shadow with #7E7271 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7271.

Preview

Color preview on black background

This text has color #7E7271 on black background.


Color preview on white background

This text has color #7E7271 on white background.


Black color preview on #7E7271 background

This text has black color on #7E7271 background.


White color preview on #7E7271 background

This text has white color on #7E7271 background.


Related colors

Complementary color

Complementary color for #hex is #818D8E.


I love getcolorcode.com

Triadic colors

1 #717E72 and #72717E with #7E7271 are triadic colors.

2 #71727E and #727E71 with #7E7271 are triadic colors.