COLOR #7E5159

HEX: #7E5159 RGB: (126,81,89)

Color info

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

RGB color model

#7E5159 color RGB value is (126,81,89).

RGB: (126,81,89) (49%, 32%, 35%)

RGB channels and saturation

R 126 of 255 = 49%
G 81 of 255 = 32%
B 89 of 255 = 35%

126
81
89

R + G + B ~ 39%. #7E5159 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 81 + 89 = 296 (100%)
R 126 of 296 ~ 42.57%
G 81 of 296 ~ 27.36%
B 89 of 296 ~ 30.07'%

%42.57
%27.36
%30.07

CMYK color model

#7E5159 color CMYK value is (0,36,29,51).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 29.37%
  • key color value is 50.59%

CMYK: (0,36,29,51)
C0M36Y29K51 (0%, 36%, 29%, 51%)
(0.00 / 0.36 / 0.29 / 0.51)

CMYK percentages

%0
%35.71
%29.37
%50.59

Codes

Color #7E5159 in popluar color models

7E 51 59
RGB 126 81 89
HSL 349° 21.74% 40.59%
HSB/HSV 349° 35.71% 49.41%
CMYK 0.00% 35.71% 29.37%
50.59%

Color #7E5159 in popluar number systems.

HEX 7E 51 59
Decimal 126 81 89
Binary 1111110 1010001 1011001
Octal 176 121 131

Shades and tints

Shades of #7E5159

#7E5159
(126,81,89)
#734A51
(115,74,81)
#684349
(104,67,73)
#5D3C41
(93,60,65)
#523539
(82,53,57)
#472E31
(71,46,49)
#3C2729
(60,39,41)
#312021
(49,32,33)
#261919
(38,25,25)
#1B1211
(27,18,17)
#100B09
(16,11,9)
#000000
(0,0,0)

Tints of #7E5159

#7E5159
(126,81,89)
#896068
(137,96,104)
#946F77
(148,111,119)
#9F7E86
(159,126,134)
#AA8D95
(170,141,149)
#B59CA4
(181,156,164)
#C0ABB3
(192,171,179)
#CBBAC2
(203,186,194)
#D6C9D1
(214,201,209)
#E1D8E0
(225,216,224)
#ECE7EF
(236,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5159 color. Also use rgb(126,81,89) instead hex code.

Text Font Color

.myTextColor { color: #7E5159; }

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

This text font color is #7E5159.

Background Color

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

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

This div background color is #7E5159.

Border color

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

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

This div border color is #7E5159.

Opacity

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

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

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

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

This text has shadow with #7E5159 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E5159.

Preview

Color preview on black background

This text has color #7E5159 on black background.


Color preview on white background

This text has color #7E5159 on white background.


Black color preview on #7E5159 background

This text has black color on #7E5159 background.


White color preview on #7E5159 background

This text has white color on #7E5159 background.


Related colors

Complementary color

Complementary color for #hex is #81AEA6.


I love getcolorcode.com

Triadic colors

1 #597E51 and #51597E with #7E5159 are triadic colors.

2 #59517E and #517E59 with #7E5159 are triadic colors.