COLOR #7E414C

HEX: #7E414C RGB: (126,65,76)

Color info

#7E414C contains mainly red and blue colors. Web safe color of #7E414C is #663333 (or #633).

RGB color model

#7E414C color RGB value is (126,65,76).

RGB: (126,65,76) (49%, 25%, 30%)

RGB channels and saturation

R 126 of 255 = 49%
G 65 of 255 = 25%
B 76 of 255 = 30%

126
65
76

R + G + B ~ 35%. #7E414C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 65 + 76 = 267 (100%)
R 126 of 267 ~ 47.19%
G 65 of 267 ~ 24.34%
B 76 of 267 ~ 28.46'%

%47.19
%24.34
%28.46

CMYK color model

#7E414C color CMYK value is (0,48,40,51).

  • cyan value is 0.00%
  • magenta value is 48.41%
  • yellow value is 39.68%
  • key color value is 50.59%
CMYK: (0,48,40,51) C0M48Y40K51 (0%,48%,40%,51%) (0.00/0.48/0.40/0.51) 

CMYK percentages

%0
%48.41
%39.68
%50.59

Codes

Color #7E414C in popluar color models

7E 41 4C
RGB 126 65 76
HSL 349° 31.94% 37.45%
HSB/HSV 349° 48.41% 49.41%
CMYK 0.00% 48.41% 39.68%
50.59%

Color #7E414C in popluar number systems.

HEX 7E 41 4C
Decimal 126 65 76
Binary 1111110 1000001 1001100
Octal 176 101 114

Shades and tints

Shades of #7E414C

#7E414C
(126,65,76)
#733C46
(115,60,70)
#683740
(104,55,64)
#5D323A
(93,50,58)
#522D34
(82,45,52)
#47282E
(71,40,46)
#3C2328
(60,35,40)
#311E22
(49,30,34)
#26191C
(38,25,28)
#1B1416
(27,20,22)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #7E414C

#7E414C
(126,65,76)
#89525C
(137,82,92)
#94636C
(148,99,108)
#9F747C
(159,116,124)
#AA858C
(170,133,140)
#B5969C
(181,150,156)
#C0A7AC
(192,167,172)
#CBB8BC
(203,184,188)
#D6C9CC
(214,201,204)
#E1DADC
(225,218,220)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E414C color. Also use rgb(126,65,76) instead hex code.

Text Font Color

.myTextColor { color: #7E414C; }

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

This text font color is #7E414C.

Background Color

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

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

This div background color is #7E414C.

Border color

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

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

This div border color is #7E414C.

Opacity

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

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

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

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

This text has shadow with #7E414C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E414C.

Preview

Color preview on black background

This text has color #7E414C on black background.


Color preview on white background

This text has color #7E414C on white background.


Black color preview on #7E414C background

This text has black color on #7E414C background.


White color preview on #7E414C background

This text has white color on #7E414C background.


Related colors

Complementary color

Complementary color for #hex is #81BEB3.


I love getcolorcode.com

Triadic colors

1 #4C7E41 and #414C7E with #7E414C are triadic colors.

2 #4C417E and #417E4C with #7E414C are triadic colors.