COLOR #7E2760

HEX: #7E2760
RGB: (126,39,96)

Color info

#7E2760 contains mainly red and blue colors. Web safe color of #7E2760 is #663366 (or #636).

RGB color model

#7E2760 color RGB value is (126,39,96).

  • red value is 126;
  • green value is 39;
  • blue value is 96.
RGB:
(126,39,96)
(49%,15%,38%)

RGB channels and saturation

R 126 of 255 = 49%
G 39 of 255 = 15%
B 96 of 255 = 38%

126
39
96

R + G + B ~ 34%. #7E2760 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 39 + 96 = 261 (100%)
R 126 of 261 ~ 48.28%
G 39 of 261 ~ 14.94%
B 96 of 261 ~ 36.78%

%48.28
%14.94
%36.78

CMYK color model

#7E2760 color CMYK value is (0,69,24,51).

  • cyan value is 0.00%
  • magenta value is 69.05%
  • yellow value is 23.81%
  • key color value is 50.59%
CMYK:
(0,69,24,51)
C0M69Y24K51 
(0%,69%,24%,51%)
(0.00/0.69/0.24/0.51)	

CMYK percentages

%0
%69.05
%23.81
%50.59

Codes

Color #7E2760 in popluar color models

7E2760
RGB1263996
HSL321°52.73%32.35%
HSB/HSV321°69.05%49.41%
CMYK0.00%69.05%23.81%
50.59%

Color #7E2760 in popluar number systems.

HEX7E2760
Decimal1263996
Binary11111101001111100000
Octal17647140

Shades and tints

Shades of #7E2760

#7E2760
(126,39,96)
#732458
(115,36,88)
#682150
(104,33,80)
#5D1E48
(93,30,72)
#521B40
(82,27,64)
#471838
(71,24,56)
#3C1530
(60,21,48)
#311228
(49,18,40)
#260F20
(38,15,32)
#1B0C18
(27,12,24)
#100910
(16,9,16)
#000000
(0,0,0)

Tints of #7E2760

#7E2760
(126,39,96)
#893A6E
(137,58,110)
#944D7C
(148,77,124)
#9F608A
(159,96,138)
#AA7398
(170,115,152)
#B586A6
(181,134,166)
#C099B4
(192,153,180)
#CBACC2
(203,172,194)
#D6BFD0
(214,191,208)
#E1D2DE
(225,210,222)
#ECE5EC
(236,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E2760; }

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

This text font color is #7E2760.


Background Color

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

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

This div background color is #7E2760.


Border color

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

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

This div border color is #7E2760.


Opacity

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

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

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

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

This text has shadow with #7E2760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E2760 on black background.


Color preview on white background

This text has color #7E2760 on white background.



Black color preview on #7E2760 background

This text has black color on #7E2760 background.


White color preview on #7E2760 background

This text has white color on #7E2760 background.