COLOR #7E1760

HEX: #7E1760 RGB: (126,23,96)

Color info

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

RGB color model

#7E1760 color RGB value is (126,23,96).

RGB: (126,23,96) (49%, 9%, 38%)

RGB channels and saturation

R 126 of 255 = 49%
G 23 of 255 = 9%
B 96 of 255 = 38%

126
23
96

R + G + B ~ 32%. #7E1760 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 23 + 96 = 245 (100%)
R 126 of 245 ~ 51.43%
G 23 of 245 ~ 9.39%
B 96 of 245 ~ 39.18'%

%51.43
%39.18

CMYK color model

#7E1760 color CMYK value is (0,82,24,51).

  • cyan value is 0.00%
  • magenta value is 81.75%
  • yellow value is 23.81%
  • key color value is 50.59%

CMYK: (0,82,24,51)
C0M82Y24K51 (0%, 82%, 24%, 51%)
(0.00 / 0.82 / 0.24 / 0.51)

CMYK percentages

%0
%81.75
%23.81
%50.59

Codes

Color #7E1760 in popluar color models

7E 17 60
RGB 126 23 96
HSL 317° 69.13% 29.22%
HSB/HSV 317° 81.75% 49.41%
CMYK 0.00% 81.75% 23.81%
50.59%

Color #7E1760 in popluar number systems.

HEX 7E 17 60
Decimal 126 23 96
Binary 1111110 10111 1100000
Octal 176 27 140

Shades and tints

Shades of #7E1760

#7E1760
(126,23,96)
#731558
(115,21,88)
#681350
(104,19,80)
#5D1148
(93,17,72)
#520F40
(82,15,64)
#470D38
(71,13,56)
#3C0B30
(60,11,48)
#310928
(49,9,40)
#260720
(38,7,32)
#1B0518
(27,5,24)
#100310
(16,3,16)
#000000
(0,0,0)

Tints of #7E1760

#7E1760
(126,23,96)
#892C6E
(137,44,110)
#94417C
(148,65,124)
#9F568A
(159,86,138)
#AA6B98
(170,107,152)
#B580A6
(181,128,166)
#C095B4
(192,149,180)
#CBAAC2
(203,170,194)
#D6BFD0
(214,191,208)
#E1D4DE
(225,212,222)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E1760; }

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

This text font color is #7E1760.

Background Color

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

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

This div background color is #7E1760.

Border color

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

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

This div border color is #7E1760.

Opacity

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

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

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

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

This text has shadow with #7E1760 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E1760.

Preview

Color preview on black background

This text has color #7E1760 on black background.


Color preview on white background

This text has color #7E1760 on white background.


Black color preview on #7E1760 background

This text has black color on #7E1760 background.


White color preview on #7E1760 background

This text has white color on #7E1760 background.


Related colors

Complementary color

Complementary color for #hex is #81E89F.


I love getcolorcode.com

Triadic colors

1 #607E17 and #17607E with #7E1760 are triadic colors.

2 #60177E and #177E60 with #7E1760 are triadic colors.