COLOR #7E424E

HEX: #7E424E RGB: (126,66,78)

Color info

#7E424E contains mainly red and blue colors. Web safe color of #7E424E is #663366 (or #636).

RGB color model

#7E424E color RGB value is (126,66,78).

RGB: (126,66,78) (49%, 26%, 31%)

RGB channels and saturation

R 126 of 255 = 49%
G 66 of 255 = 26%
B 78 of 255 = 31%

126
66
78

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

Portions of RGB colors in percentages

R + G + B = 126 + 66 + 78 = 270 (100%)
R 126 of 270 ~ 46.67%
G 66 of 270 ~ 24.44%
B 78 of 270 ~ 28.89'%

%46.67
%24.44
%28.89

CMYK color model

#7E424E color CMYK value is (0,48,38,51).

  • cyan value is 0.00%
  • magenta value is 47.62%
  • yellow value is 38.10%
  • key color value is 50.59%

CMYK: (0,48,38,51)
C0M48Y38K51 (0%, 48%, 38%, 51%)
(0.00 / 0.48 / 0.38 / 0.51)

CMYK percentages

%0
%47.62
%38.1
%50.59

Codes

Color #7E424E in popluar color models

7E 42 4E
RGB 126 66 78
HSL 348° 31.25% 37.65%
HSB/HSV 348° 47.62% 49.41%
CMYK 0.00% 47.62% 38.10%
50.59%

Color #7E424E in popluar number systems.

HEX 7E 42 4E
Decimal 126 66 78
Binary 1111110 1000010 1001110
Octal 176 102 116

Shades and tints

Shades of #7E424E

#7E424E
(126,66,78)
#733C47
(115,60,71)
#683640
(104,54,64)
#5D3039
(93,48,57)
#522A32
(82,42,50)
#47242B
(71,36,43)
#3C1E24
(60,30,36)
#31181D
(49,24,29)
#261216
(38,18,22)
#1B0C0F
(27,12,15)
#100608
(16,6,8)
#000000
(0,0,0)

Tints of #7E424E

#7E424E
(126,66,78)
#89535E
(137,83,94)
#94646E
(148,100,110)
#9F757E
(159,117,126)
#AA868E
(170,134,142)
#B5979E
(181,151,158)
#C0A8AE
(192,168,174)
#CBB9BE
(203,185,190)
#D6CACE
(214,202,206)
#E1DBDE
(225,219,222)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E424E color. Also use rgb(126,66,78) instead hex code.

Text Font Color

.myTextColor { color: #7E424E; }

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

This text font color is #7E424E.

Background Color

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

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

This div background color is #7E424E.

Border color

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

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

This div border color is #7E424E.

Opacity

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

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

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

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

This text has shadow with #7E424E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E424E.

Preview

Color preview on black background

This text has color #7E424E on black background.


Color preview on white background

This text has color #7E424E on white background.


Black color preview on #7E424E background

This text has black color on #7E424E background.


White color preview on #7E424E background

This text has white color on #7E424E background.


Related colors

Complementary color

Complementary color for #hex is #81BDB1.


I love getcolorcode.com

Triadic colors

1 #4E7E42 and #424E7E with #7E424E are triadic colors.

2 #4E427E and #427E4E with #7E424E are triadic colors.