COLOR #7E7274

HEX: #7E7274 RGB: (126,114,116)

Color info

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

RGB color model

#7E7274 color RGB value is (126,114,116).

RGB: (126,114,116) (49%, 45%, 45%)

RGB channels and saturation

R 126 of 255 = 49%
G 114 of 255 = 45%
B 116 of 255 = 45%

126
114
116

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

Portions of RGB colors in percentages

R + G + B = 126 + 114 + 116 = 356 (100%)
R 126 of 356 ~ 35.39%
G 114 of 356 ~ 32.02%
B 116 of 356 ~ 32.58'%

%35.39
%32.02
%32.58

CMYK color model

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

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

CMYK: (0,10,8,51)
C0M10Y8K51 (0%, 10%, 8%, 51%)
(0.00 / 0.10 / 0.08 / 0.51)

CMYK percentages

%0
%9.52
%7.94
%50.59

Codes

Color #7E7274 in popluar color models

7E 72 74
RGB 126 114 116
HSL 350° 5.00% 47.06%
HSB/HSV 350° 9.52% 49.41%
CMYK 0.00% 9.52% 7.94%
50.59%

Color #7E7274 in popluar number systems.

HEX 7E 72 74
Decimal 126 114 116
Binary 1111110 1110010 1110100
Octal 176 162 164

Shades and tints

Shades of #7E7274

#7E7274
(126,114,116)
#73686A
(115,104,106)
#685E60
(104,94,96)
#5D5456
(93,84,86)
#524A4C
(82,74,76)
#474042
(71,64,66)
#3C3638
(60,54,56)
#312C2E
(49,44,46)
#262224
(38,34,36)
#1B181A
(27,24,26)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #7E7274

#7E7274
(126,114,116)
#897E80
(137,126,128)
#948A8C
(148,138,140)
#9F9698
(159,150,152)
#AAA2A4
(170,162,164)
#B5AEB0
(181,174,176)
#C0BABC
(192,186,188)
#CBC6C8
(203,198,200)
#D6D2D4
(214,210,212)
#E1DEE0
(225,222,224)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7274; }

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

This text font color is #7E7274.

Background Color

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

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

This div background color is #7E7274.

Border color

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

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

This div border color is #7E7274.

Opacity

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

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

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

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

This text has shadow with #7E7274 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7274.

Preview

Color preview on black background

This text has color #7E7274 on black background.


Color preview on white background

This text has color #7E7274 on white background.


Black color preview on #7E7274 background

This text has black color on #7E7274 background.


White color preview on #7E7274 background

This text has white color on #7E7274 background.


Related colors

Complementary color

Complementary color for #hex is #818D8B.


I love getcolorcode.com

Triadic colors

1 #747E72 and #72747E with #7E7274 are triadic colors.

2 #74727E and #727E74 with #7E7274 are triadic colors.