COLOR #7E3675

HEX: #7E3675
RGB: (126,54,117)

Color info

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

RGB color model

#7E3675 color RGB value is (126,54,117).

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

RGB channels and saturation

R 126 of 255 = 49%
G 54 of 255 = 21%
B 117 of 255 = 46%

126
54
117

R + G + B ~ 39%. #7E3675 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 54 + 117 = 297 (100%)
R 126 of 297 ~ 42.42%
G 54 of 297 ~ 18.18%
B 117 of 297 ~ 39.39%

%42.42
%18.18
%39.39

CMYK color model

#7E3675 color CMYK value is (0,57,7,51).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 7.14%
  • key color value is 50.59%
CMYK:
(0,57,7,51)
C0M57Y7K51 
(0%,57%,7%,51%)
(0.00/0.57/0.07/0.51)	

CMYK percentages

%0
%57.14
%7.14
%50.59

Codes

Color #7E3675 in popluar color models

7E3675
RGB12654117
HSL308°40.00%35.29%
HSB/HSV308°57.14%49.41%
CMYK0.00%57.14%7.14%
50.59%

Color #7E3675 in popluar number systems.

HEX7E3675
Decimal12654117
Binary11111101101101110101
Octal17666165

Shades and tints

Shades of #7E3675

#7E3675
(126,54,117)
#73326B
(115,50,107)
#682E61
(104,46,97)
#5D2A57
(93,42,87)
#52264D
(82,38,77)
#472243
(71,34,67)
#3C1E39
(60,30,57)
#311A2F
(49,26,47)
#261625
(38,22,37)
#1B121B
(27,18,27)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #7E3675

#7E3675
(126,54,117)
#894881
(137,72,129)
#945A8D
(148,90,141)
#9F6C99
(159,108,153)
#AA7EA5
(170,126,165)
#B590B1
(181,144,177)
#C0A2BD
(192,162,189)
#CBB4C9
(203,180,201)
#D6C6D5
(214,198,213)
#E1D8E1
(225,216,225)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E3675; }

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

This text font color is #7E3675.


Background Color

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

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

This div background color is #7E3675.


Border color

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

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

This div border color is #7E3675.


Opacity

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

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

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

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

This text has shadow with #7E3675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3675 on black background.


Color preview on white background

This text has color #7E3675 on white background.



Black color preview on #7E3675 background

This text has black color on #7E3675 background.


White color preview on #7E3675 background

This text has white color on #7E3675 background.