COLOR #776DE2

HEX: #776DE2
RGB: (119,109,226)

Renk bilgisi

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

RGB renk modeli

#776DE2 color RGB value is (119,109,226).

  • kırmız ton 119;
  • yeşil ton 109;
  • mavi ton 226.
RGB:
(119,109,226)
(47%,43%,89%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 109 of 255 = 43%
B 226 of 255 = 89%

119
109
226

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 109 + 226 = 454 (100%)
R 119 of 454 ~ 26.21%
G 109 of 454 ~ 24.01%
B 226 of 454 ~ 49.78%

%26.21
%24.01
%49.78

CMYK RENK MODELİ

#776DE2 rengi CMYK tonu (47,52,0,11).

  • camgöbeği tonu 47.35%
  • eflatun tonu 51.77%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(47,52,0,11)
C47M52Y0K11 
(47%,52%,0%,11%)
(0.47/0.52/0.00/0.11)	

CMYK yüzdeleri

%47.35
%51.77
%0
%11.37

Codes

Color #776DE2 in popluar color models

776DE2
RGB119109226
HSL245°66.86%65.69%
HSB/HSV245°51.77%88.63%
CMYK47.35%51.77%0.00%
11.37%

Color #776DE2 in popluar number systems.

HEX776DE2
Decimal119109226
Binary1110111110110111100010
Octal167155342

Shades and tints

Shades of #776DE2

#776DE2
(119,109,226)
#6D64CE
(109,100,206)
#635BBA
(99,91,186)
#5952A6
(89,82,166)
#4F4992
(79,73,146)
#45407E
(69,64,126)
#3B376A
(59,55,106)
#312E56
(49,46,86)
#272542
(39,37,66)
#1D1C2E
(29,28,46)
#13131A
(19,19,26)
#000000
(0,0,0)

Tints of #776DE2

#776DE2
(119,109,226)
#837AE4
(131,122,228)
#8F87E6
(143,135,230)
#9B94E8
(155,148,232)
#A7A1EA
(167,161,234)
#B3AEEC
(179,174,236)
#BFBBEE
(191,187,238)
#CBC8F0
(203,200,240)
#D7D5F2
(215,213,242)
#E3E2F4
(227,226,244)
#EFEFF6
(239,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776DE2 color. Also use rgb(119,109,226) instead hex code.

Text Font Color

.myTextColor { color: #776DE2; }

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

This text font color is #776DE2.


Background Color

.myBgColor { background-color: #776DE2; }

<div style="background-color:#776DE2">Inner text</div>

This div background color is #776DE2.


Border color

.myBorderColor { border: 1px solid #776DE2; }

<div style="border:3px solid #776DE2">Div</div>

This div border color is #776DE2.


Opacity

.myOpacity80 { color: #776DE2; opacity: 0.8; }

<p style="color:#776DE2;opacity:0.8;">80%</p>

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

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

This text has shadow with #776DE2 color.

.textShadow {text-shadow: 3px 3px 1px #776DE2, 3px 3px 1px red;}

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

This text has shadow with #776DE2 primary color and red secondary color.


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

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

This text has shadow with #776DE2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776DE2 on black background.


Color preview on white background

This text has color #776DE2 on white background.



Black color preview on #776DE2 background

This text has black color on #776DE2 background.


White color preview on #776DE2 background

This text has white color on #776DE2 background.