COLOR #7E3676

HEX: #7E3676
RGB: (126,54,118)

Renk bilgisi

#7E3676 contains mainly red and blue colors. #7E3676 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#7E3676 color RGB value is (126,54,118).

  • kırmız ton 126;
  • yeşil ton 54;
  • mavi ton 118.
RGB:
(126,54,118)
(49%,21%,46%)

RGB bağlantıları ve doygunluk

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

126
54
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 54 + 118 = 298 (100%)
R 126 of 298 ~ 42.28%
G 54 of 298 ~ 18.12%
B 118 of 298 ~ 39.6%

%42.28
%18.12
%39.6

CMYK RENK MODELİ

#7E3676 rengi CMYK tonu (0,57,6,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 57.14%
  • sarı tonu 6.35%
  • ana renk tonu 50.59%
CMYK:
(0,57,6,51)
C0M57Y6K51 
(0%,57%,6%,51%)
(0.00/0.57/0.06/0.51)	

CMYK yüzdeleri

%0
%57.14
%6.35
%50.59

Codes

Color #7E3676 in popluar color models

7E3676
RGB12654118
HSL307°40.00%35.29%
HSB/HSV307°57.14%49.41%
CMYK0.00%57.14%6.35%
50.59%

Color #7E3676 in popluar number systems.

HEX7E3676
Decimal12654118
Binary11111101101101110110
Octal17666166

Shades and tints

Shades of #7E3676

#7E3676
(126,54,118)
#73326C
(115,50,108)
#682E62
(104,46,98)
#5D2A58
(93,42,88)
#52264E
(82,38,78)
#472244
(71,34,68)
#3C1E3A
(60,30,58)
#311A30
(49,26,48)
#261626
(38,22,38)
#1B121C
(27,18,28)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #7E3676

#7E3676
(126,54,118)
#894882
(137,72,130)
#945A8E
(148,90,142)
#9F6C9A
(159,108,154)
#AA7EA6
(170,126,166)
#B590B2
(181,144,178)
#C0A2BE
(192,162,190)
#CBB4CA
(203,180,202)
#D6C6D6
(214,198,214)
#E1D8E2
(225,216,226)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E3676; }

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

This text font color is #7E3676.


Background Color

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

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

This div background color is #7E3676.


Border color

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

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

This div border color is #7E3676.


Opacity

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

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

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

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

This text has shadow with #7E3676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3676 on black background.


Color preview on white background

This text has color #7E3676 on white background.



Black color preview on #7E3676 background

This text has black color on #7E3676 background.


White color preview on #7E3676 background

This text has white color on #7E3676 background.