COLOR #7E6474

HEX: #7E6474 RGB: (126,100,116)

Color info

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

RGB color model

#7E6474 color RGB value is (126,100,116).

RGB: (126,100,116) (49%, 39%, 45%)

RGB channels and saturation

R 126 of 255 = 49%
G 100 of 255 = 39%
B 116 of 255 = 45%

126
100
116

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

Portions of RGB colors in percentages

R + G + B = 126 + 100 + 116 = 342 (100%)
R 126 of 342 ~ 36.84%
G 100 of 342 ~ 29.24%
B 116 of 342 ~ 33.92'%

%36.84
%29.24
%33.92

CMYK color model

#7E6474 color CMYK value is (0,21,8,51).

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

CMYK: (0,21,8,51)
C0M21Y8K51 (0%, 21%, 8%, 51%)
(0.00 / 0.21 / 0.08 / 0.51)

CMYK percentages

%0
%20.63
%7.94
%50.59

Codes

Color #7E6474 in popluar color models

7E 64 74
RGB 126 100 116
HSL 323° 11.50% 44.31%
HSB/HSV 323° 20.63% 49.41%
CMYK 0.00% 20.63% 7.94%
50.59%

Color #7E6474 in popluar number systems.

HEX 7E 64 74
Decimal 126 100 116
Binary 1111110 1100100 1110100
Octal 176 144 164

Shades and tints

Shades of #7E6474

#7E6474
(126,100,116)
#735B6A
(115,91,106)
#685260
(104,82,96)
#5D4956
(93,73,86)
#52404C
(82,64,76)
#473742
(71,55,66)
#3C2E38
(60,46,56)
#31252E
(49,37,46)
#261C24
(38,28,36)
#1B131A
(27,19,26)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #7E6474

#7E6474
(126,100,116)
#897280
(137,114,128)
#94808C
(148,128,140)
#9F8E98
(159,142,152)
#AA9CA4
(170,156,164)
#B5AAB0
(181,170,176)
#C0B8BC
(192,184,188)
#CBC6C8
(203,198,200)
#D6D4D4
(214,212,212)
#E1E2E0
(225,226,224)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6474; }

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

This text font color is #7E6474.

Background Color

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

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

This div background color is #7E6474.

Border color

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

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

This div border color is #7E6474.

Opacity

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

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

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

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

This text has shadow with #7E6474 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E6474.

Preview

Color preview on black background

This text has color #7E6474 on black background.


Color preview on white background

This text has color #7E6474 on white background.


Black color preview on #7E6474 background

This text has black color on #7E6474 background.


White color preview on #7E6474 background

This text has white color on #7E6474 background.


Related colors

Complementary color

Complementary color for #hex is #819B8B.


I love getcolorcode.com

Triadic colors

1 #747E64 and #64747E with #7E6474 are triadic colors.

2 #74647E and #647E74 with #7E6474 are triadic colors.