COLOR #776EAD

HEX: #776EAD
RGB: (119,110,173)

Renk bilgisi

#776EAD contains mainly red and blue colors. #776EAD ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#776EAD color RGB value is (119,110,173).

  • kırmız ton 119;
  • yeşil ton 110;
  • mavi ton 173.
RGB:
(119,110,173)
(47%,43%,68%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 110 of 255 = 43%
B 173 of 255 = 68%

119
110
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 110 + 173 = 402 (100%)
R 119 of 402 ~ 29.6%
G 110 of 402 ~ 27.36%
B 173 of 402 ~ 43.03%

%29.6
%27.36
%43.03

CMYK RENK MODELİ

#776EAD rengi CMYK tonu (31,36,0,32).

  • camgöbeği tonu 31.21%
  • eflatun tonu 36.42%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(31,36,0,32)
C31M36Y0K32 
(31%,36%,0%,32%)
(0.31/0.36/0.00/0.32)	

CMYK yüzdeleri

%31.21
%36.42
%0
%32.16

Codes

Color #776EAD in popluar color models

776EAD
RGB119110173
HSL249°27.75%55.49%
HSB/HSV249°36.42%67.84%
CMYK31.21%36.42%0.00%
32.16%

Color #776EAD in popluar number systems.

HEX776EAD
Decimal119110173
Binary1110111110111010101101
Octal167156255

Shades and tints

Shades of #776EAD

#776EAD
(119,110,173)
#6D649E
(109,100,158)
#635A8F
(99,90,143)
#595080
(89,80,128)
#4F4671
(79,70,113)
#453C62
(69,60,98)
#3B3253
(59,50,83)
#312844
(49,40,68)
#271E35
(39,30,53)
#1D1426
(29,20,38)
#130A17
(19,10,23)
#000000
(0,0,0)

Tints of #776EAD

#776EAD
(119,110,173)
#837BB4
(131,123,180)
#8F88BB
(143,136,187)
#9B95C2
(155,149,194)
#A7A2C9
(167,162,201)
#B3AFD0
(179,175,208)
#BFBCD7
(191,188,215)
#CBC9DE
(203,201,222)
#D7D6E5
(215,214,229)
#E3E3EC
(227,227,236)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776EAD color. Also use rgb(119,110,173) instead hex code.

Text Font Color

.myTextColor { color: #776EAD; }

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

This text font color is #776EAD.


Background Color

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

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

This div background color is #776EAD.


Border color

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

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

This div border color is #776EAD.


Opacity

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

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

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

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

This text has shadow with #776EAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776EAD on black background.


Color preview on white background

This text has color #776EAD on white background.



Black color preview on #776EAD background

This text has black color on #776EAD background.


White color preview on #776EAD background

This text has white color on #776EAD background.