COLOR #7E77D6

HEX: #7E77D6
RGB: (126,119,214)

Renk bilgisi

#7E77D6 contains mainly blue color. #7E77D6 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#7E77D6 color RGB value is (126,119,214).

  • kırmız ton 126;
  • yeşil ton 119;
  • mavi ton 214.
RGB:
(126,119,214)
(49%,47%,84%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 119 of 255 = 47%
B 214 of 255 = 84%

126
119
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 119 + 214 = 459 (100%)
R 126 of 459 ~ 27.45%
G 119 of 459 ~ 25.93%
B 214 of 459 ~ 46.62%

%27.45
%25.93
%46.62

CMYK RENK MODELİ

#7E77D6 rengi CMYK tonu (41,44,0,16).

  • camgöbeği tonu 41.12%
  • eflatun tonu 44.39%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(41,44,0,16)
C41M44Y0K16 
(41%,44%,0%,16%)
(0.41/0.44/0.00/0.16)	

CMYK yüzdeleri

%41.12
%44.39
%0
%16.08

Codes

Color #7E77D6 in popluar color models

7E77D6
RGB126119214
HSL244°53.67%65.29%
HSB/HSV244°44.39%83.92%
CMYK41.12%44.39%0.00%
16.08%

Color #7E77D6 in popluar number systems.

HEX7E77D6
Decimal126119214
Binary1111110111011111010110
Octal176167326

Shades and tints

Shades of #7E77D6

#7E77D6
(126,119,214)
#736DC3
(115,109,195)
#6863B0
(104,99,176)
#5D599D
(93,89,157)
#524F8A
(82,79,138)
#474577
(71,69,119)
#3C3B64
(60,59,100)
#313151
(49,49,81)
#26273E
(38,39,62)
#1B1D2B
(27,29,43)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #7E77D6

#7E77D6
(126,119,214)
#8983D9
(137,131,217)
#948FDC
(148,143,220)
#9F9BDF
(159,155,223)
#AAA7E2
(170,167,226)
#B5B3E5
(181,179,229)
#C0BFE8
(192,191,232)
#CBCBEB
(203,203,235)
#D6D7EE
(214,215,238)
#E1E3F1
(225,227,241)
#ECEFF4
(236,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E77D6 color. Also use rgb(126,119,214) instead hex code.

Text Font Color

.myTextColor { color: #7E77D6; }

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

This text font color is #7E77D6.


Background Color

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

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

This div background color is #7E77D6.


Border color

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

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

This div border color is #7E77D6.


Opacity

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

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

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

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

This text has shadow with #7E77D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E77D6 on black background.


Color preview on white background

This text has color #7E77D6 on white background.



Black color preview on #7E77D6 background

This text has black color on #7E77D6 background.


White color preview on #7E77D6 background

This text has white color on #7E77D6 background.