COLOR #7E5175

HEX: #7E5175 RGB: (126,81,117)

Color info

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

RGB color model

#7E5175 color RGB value is (126,81,117).

RGB: (126,81,117) (49%, 32%, 46%)

RGB channels and saturation

R 126 of 255 = 49%
G 81 of 255 = 32%
B 117 of 255 = 46%

126
81
117

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

Portions of RGB colors in percentages

R + G + B = 126 + 81 + 117 = 324 (100%)
R 126 of 324 ~ 38.89%
G 81 of 324 ~ 25%
B 117 of 324 ~ 36.11'%

%38.89
%25
%36.11

CMYK color model

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

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

CMYK: (0,36,7,51)
C0M36Y7K51 (0%, 36%, 7%, 51%)
(0.00 / 0.36 / 0.07 / 0.51)

CMYK percentages

%0
%35.71
%7.14
%50.59

Codes

Color #7E5175 in popluar color models

7E 51 75
RGB 126 81 117
HSL 312° 21.74% 40.59%
HSB/HSV 312° 35.71% 49.41%
CMYK 0.00% 35.71% 7.14%
50.59%

Color #7E5175 in popluar number systems.

HEX 7E 51 75
Decimal 126 81 117
Binary 1111110 1010001 1110101
Octal 176 121 165

Shades and tints

Shades of #7E5175

#7E5175
(126,81,117)
#734A6B
(115,74,107)
#684361
(104,67,97)
#5D3C57
(93,60,87)
#52354D
(82,53,77)
#472E43
(71,46,67)
#3C2739
(60,39,57)
#31202F
(49,32,47)
#261925
(38,25,37)
#1B121B
(27,18,27)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #7E5175

#7E5175
(126,81,117)
#896081
(137,96,129)
#946F8D
(148,111,141)
#9F7E99
(159,126,153)
#AA8DA5
(170,141,165)
#B59CB1
(181,156,177)
#C0ABBD
(192,171,189)
#CBBAC9
(203,186,201)
#D6C9D5
(214,201,213)
#E1D8E1
(225,216,225)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5175; }

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

This text font color is #7E5175.

Background Color

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

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

This div background color is #7E5175.

Border color

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

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

This div border color is #7E5175.

Opacity

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

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

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

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

This text has shadow with #7E5175 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E5175.

Preview

Color preview on black background

This text has color #7E5175 on black background.


Color preview on white background

This text has color #7E5175 on white background.


Black color preview on #7E5175 background

This text has black color on #7E5175 background.


White color preview on #7E5175 background

This text has white color on #7E5175 background.


Related colors

Complementary color

Complementary color for #hex is #81AE8A.


I love getcolorcode.com

Triadic colors

1 #757E51 and #51757E with #7E5175 are triadic colors.

2 #75517E and #517E75 with #7E5175 are triadic colors.