COLOR #7E378C

HEX: #7E378C
RGB: (126,55,140)

Renk bilgisi

#7E378C contains mainly red and blue colors. #7E378C ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#7E378C color RGB value is (126,55,140).

  • kırmız ton 126;
  • yeşil ton 55;
  • mavi ton 140.
RGB:
(126,55,140)
(49%,22%,55%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 55 of 255 = 22%
B 140 of 255 = 55%

126
55
140

R + G + B ~ 42%. #7E378C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 55 + 140 = 321 (100%)
R 126 of 321 ~ 39.25%
G 55 of 321 ~ 17.13%
B 140 of 321 ~ 43.61%

%39.25
%17.13
%43.61

CMYK RENK MODELİ

#7E378C rengi CMYK tonu (10,61,0,45).

  • camgöbeği tonu 10.00%
  • eflatun tonu 60.71%
  • sarı tonu 0.00%
  • ana renk tonu 45.10%
CMYK:
(10,61,0,45)
C10M61Y0K45 
(10%,61%,0%,45%)
(0.10/0.61/0.00/0.45)	

CMYK yüzdeleri

%10
%60.71
%0
%45.1

Codes

Color #7E378C in popluar color models

7E378C
RGB12655140
HSL290°43.59%38.24%
HSB/HSV290°60.71%54.90%
CMYK10.00%60.71%0.00%
45.10%

Color #7E378C in popluar number systems.

HEX7E378C
Decimal12655140
Binary111111011011110001100
Octal17667214

Shades and tints

Shades of #7E378C

#7E378C
(126,55,140)
#733280
(115,50,128)
#682D74
(104,45,116)
#5D2868
(93,40,104)
#52235C
(82,35,92)
#471E50
(71,30,80)
#3C1944
(60,25,68)
#311438
(49,20,56)
#260F2C
(38,15,44)
#1B0A20
(27,10,32)
#100514
(16,5,20)
#000000
(0,0,0)

Tints of #7E378C

#7E378C
(126,55,140)
#894996
(137,73,150)
#945BA0
(148,91,160)
#9F6DAA
(159,109,170)
#AA7FB4
(170,127,180)
#B591BE
(181,145,190)
#C0A3C8
(192,163,200)
#CBB5D2
(203,181,210)
#D6C7DC
(214,199,220)
#E1D9E6
(225,217,230)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E378C color. Also use rgb(126,55,140) instead hex code.

Text Font Color

.myTextColor { color: #7E378C; }

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

This text font color is #7E378C.


Background Color

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

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

This div background color is #7E378C.


Border color

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

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

This div border color is #7E378C.


Opacity

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

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

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

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

This text has shadow with #7E378C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E378C on black background.


Color preview on white background

This text has color #7E378C on white background.



Black color preview on #7E378C background

This text has black color on #7E378C background.


White color preview on #7E378C background

This text has white color on #7E378C background.