COLOR #7E2D75

HEX: #7E2D75
RGB: (126,45,117)

Color info

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

RGB color model

#7E2D75 color RGB value is (126,45,117).

  • red value is 126;
  • green value is 45;
  • blue value is 117.
RGB:
(126,45,117)
(49%,18%,46%)

RGB channels and saturation

R 126 of 255 = 49%
G 45 of 255 = 18%
B 117 of 255 = 46%

126
45
117

R + G + B ~ 38%. #7E2D75 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 45 + 117 = 288 (100%)
R 126 of 288 ~ 43.75%
G 45 of 288 ~ 15.63%
B 117 of 288 ~ 40.63%

%43.75
%15.63
%40.63

CMYK color model

#7E2D75 color CMYK value is (0,64,7,51).

  • cyan value is 0.00%
  • magenta value is 64.29%
  • yellow value is 7.14%
  • key color value is 50.59%
CMYK:
(0,64,7,51)
C0M64Y7K51 
(0%,64%,7%,51%)
(0.00/0.64/0.07/0.51)	

CMYK percentages

%0
%64.29
%7.14
%50.59

Codes

Color #7E2D75 in popluar color models

7E2D75
RGB12645117
HSL307°47.37%33.53%
HSB/HSV307°64.29%49.41%
CMYK0.00%64.29%7.14%
50.59%

Color #7E2D75 in popluar number systems.

HEX7E2D75
Decimal12645117
Binary11111101011011110101
Octal17655165

Shades and tints

Shades of #7E2D75

#7E2D75
(126,45,117)
#73296B
(115,41,107)
#682561
(104,37,97)
#5D2157
(93,33,87)
#521D4D
(82,29,77)
#471943
(71,25,67)
#3C1539
(60,21,57)
#31112F
(49,17,47)
#260D25
(38,13,37)
#1B091B
(27,9,27)
#100511
(16,5,17)
#000000
(0,0,0)

Tints of #7E2D75

#7E2D75
(126,45,117)
#894081
(137,64,129)
#94538D
(148,83,141)
#9F6699
(159,102,153)
#AA79A5
(170,121,165)
#B58CB1
(181,140,177)
#C09FBD
(192,159,189)
#CBB2C9
(203,178,201)
#D6C5D5
(214,197,213)
#E1D8E1
(225,216,225)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E2D75; }

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

This text font color is #7E2D75.


Background Color

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

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

This div background color is #7E2D75.


Border color

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

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

This div border color is #7E2D75.


Opacity

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

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

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

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

This text has shadow with #7E2D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E2D75 on black background.


Color preview on white background

This text has color #7E2D75 on white background.



Black color preview on #7E2D75 background

This text has black color on #7E2D75 background.


White color preview on #7E2D75 background

This text has white color on #7E2D75 background.