COLOR #7E485F

HEX: #7E485F RGB: (126,72,95)

Color info

#7E485F contains red, green and blue colors in about the same proportion. Web safe color of #7E485F is #663366 (or #636).

RGB color model

#7E485F color RGB value is (126,72,95).

RGB: (126,72,95) (49%, 28%, 37%)

RGB channels and saturation

R 126 of 255 = 49%
G 72 of 255 = 28%
B 95 of 255 = 37%

126
72
95

R + G + B ~ 38%. #7E485F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 72 + 95 = 293 (100%)
R 126 of 293 ~ 43%
G 72 of 293 ~ 24.57%
B 95 of 293 ~ 32.42'%

%43
%24.57
%32.42

CMYK color model

#7E485F color CMYK value is (0,43,25,51).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 24.60%
  • key color value is 50.59%

CMYK: (0,43,25,51)
C0M43Y25K51 (0%, 43%, 25%, 51%)
(0.00 / 0.43 / 0.25 / 0.51)

CMYK percentages

%0
%42.86
%24.6
%50.59

Codes

Color #7E485F in popluar color models

7E 48 5F
RGB 126 72 95
HSL 334° 27.27% 38.82%
HSB/HSV 334° 42.86% 49.41%
CMYK 0.00% 42.86% 24.60%
50.59%

Color #7E485F in popluar number systems.

HEX 7E 48 5F
Decimal 126 72 95
Binary 1111110 1001000 1011111
Octal 176 110 137

Shades and tints

Shades of #7E485F

#7E485F
(126,72,95)
#734257
(115,66,87)
#683C4F
(104,60,79)
#5D3647
(93,54,71)
#52303F
(82,48,63)
#472A37
(71,42,55)
#3C242F
(60,36,47)
#311E27
(49,30,39)
#26181F
(38,24,31)
#1B1217
(27,18,23)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #7E485F

#7E485F
(126,72,95)
#89586D
(137,88,109)
#94687B
(148,104,123)
#9F7889
(159,120,137)
#AA8897
(170,136,151)
#B598A5
(181,152,165)
#C0A8B3
(192,168,179)
#CBB8C1
(203,184,193)
#D6C8CF
(214,200,207)
#E1D8DD
(225,216,221)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E485F color. Also use rgb(126,72,95) instead hex code.

Text Font Color

.myTextColor { color: #7E485F; }

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

This text font color is #7E485F.

Background Color

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

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

This div background color is #7E485F.

Border color

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

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

This div border color is #7E485F.

Opacity

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

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

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

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

This text has shadow with #7E485F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E485F.

Preview

Color preview on black background

This text has color #7E485F on black background.


Color preview on white background

This text has color #7E485F on white background.


Black color preview on #7E485F background

This text has black color on #7E485F background.


White color preview on #7E485F background

This text has white color on #7E485F background.


Related colors

Complementary color

Complementary color for #hex is #81B7A0.


I love getcolorcode.com

Triadic colors

1 #5F7E48 and #485F7E with #7E485F are triadic colors.

2 #5F487E and #487E5F with #7E485F are triadic colors.