COLOR #7E175C

HEX: #7E175C
RGB: (126,23,92)

Color info

#7E175C contains mainly red and blue colors. Web safe color of #7E175C is #660066 (or #606).

RGB color model

#7E175C color RGB value is (126,23,92).

  • red value is 126;
  • green value is 23;
  • blue value is 92.
RGB:
(126,23,92)
(49%,9%,36%)

RGB channels and saturation

R 126 of 255 = 49%
G 23 of 255 = 9%
B 92 of 255 = 36%

126
23
92

R + G + B ~ 31%. #7E175C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 23 + 92 = 241 (100%)
R 126 of 241 ~ 52.28%
G 23 of 241 ~ 9.54%
B 92 of 241 ~ 38.17%

%52.28
%9.54
%38.17

CMYK color model

#7E175C color CMYK value is (0,82,27,51).

  • cyan value is 0.00%
  • magenta value is 81.75%
  • yellow value is 26.98%
  • key color value is 50.59%
CMYK:
(0,82,27,51)
C0M82Y27K51 
(0%,82%,27%,51%)
(0.00/0.82/0.27/0.51)	

CMYK percentages

%0
%81.75
%26.98
%50.59

Codes

Color #7E175C in popluar color models

7E175C
RGB1262392
HSL320°69.13%29.22%
HSB/HSV320°81.75%49.41%
CMYK0.00%81.75%26.98%
50.59%

Color #7E175C in popluar number systems.

HEX7E175C
Decimal1262392
Binary1111110101111011100
Octal17627134

Shades and tints

Shades of #7E175C

#7E175C
(126,23,92)
#731554
(115,21,84)
#68134C
(104,19,76)
#5D1144
(93,17,68)
#520F3C
(82,15,60)
#470D34
(71,13,52)
#3C0B2C
(60,11,44)
#310924
(49,9,36)
#26071C
(38,7,28)
#1B0514
(27,5,20)
#10030C
(16,3,12)
#000000
(0,0,0)

Tints of #7E175C

#7E175C
(126,23,92)
#892C6A
(137,44,106)
#944178
(148,65,120)
#9F5686
(159,86,134)
#AA6B94
(170,107,148)
#B580A2
(181,128,162)
#C095B0
(192,149,176)
#CBAABE
(203,170,190)
#D6BFCC
(214,191,204)
#E1D4DA
(225,212,218)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E175C color. Also use rgb(126,23,92) instead hex code.

Text Font Color

.myTextColor { color: #7E175C; }

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

This text font color is #7E175C.


Background Color

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

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

This div background color is #7E175C.


Border color

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

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

This div border color is #7E175C.


Opacity

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

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

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

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

This text has shadow with #7E175C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E175C on black background.


Color preview on white background

This text has color #7E175C on white background.



Black color preview on #7E175C background

This text has black color on #7E175C background.


White color preview on #7E175C background

This text has white color on #7E175C background.