COLOR #776DA0

HEX: #776DA0 RGB: (119,109,160)

Renk bilgisi

#776DA0 contains red, green and blue colors in about the same proportion. #776DA0 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#776DA0 color RGB value is (119,109,160).

RGB: (119,109,160) (47%, 43%, 63%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 109 of 255 = 43%
B 160 of 255 = 63%

119
109
160

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

Yüzdelerle RGB renk parçaları

R + G + B = 119 + 109 + 160 = 388 (100%)
R 119 of 388 ~ 30.67%
G 109 of 388 ~ 28.09%
B 160 of 388 ~ 41.24'%

%30.67
%28.09
%41.24

CMYK RENK MODELİ

#776DA0 rengi CMYK tonu (26,32,0,37).

  • camgöbeği tonu 25.63%
  • eflatun tonu 31.88%
  • sarı tonu 0.00%
  • ana renk tonu 37.25%

CMYK: (26,32,0,37)
C26M32Y0K37 (26%, 32%, 0%, 37%)
(0.26 / 0.32 / 0.00 / 0.37)

CMYK yüzdeleri

%25.63
%31.88
%0
%37.25

Codes

Color #776DA0 in popluar color models

77 6D A0
RGB 119 109 160
HSL 252° 21.16% 52.75%
HSB/HSV 252° 31.88% 62.75%
CMYK 25.63% 31.88% 0.00%
37.25%

Color #776DA0 in popluar number systems.

HEX 77 6D A0
Decimal 119 109 160
Binary 1110111 1101101 10100000
Octal 167 155 240

Shades and tints

Shades of #776DA0

#776DA0
(119,109,160)
#6D6492
(109,100,146)
#635B84
(99,91,132)
#595276
(89,82,118)
#4F4968
(79,73,104)
#45405A
(69,64,90)
#3B374C
(59,55,76)
#312E3E
(49,46,62)
#272530
(39,37,48)
#1D1C22
(29,28,34)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #776DA0

#776DA0
(119,109,160)
#837AA8
(131,122,168)
#8F87B0
(143,135,176)
#9B94B8
(155,148,184)
#A7A1C0
(167,161,192)
#B3AEC8
(179,174,200)
#BFBBD0
(191,187,208)
#CBC8D8
(203,200,216)
#D7D5E0
(215,213,224)
#E3E2E8
(227,226,232)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776DA0; }

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

This text font color is #776DA0.

Background Color

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

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

This div background color is #776DA0.

Border color

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

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

This div border color is #776DA0.

Opacity

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

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

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

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

This text has shadow with #776DA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #776DA0.

Preview

Color preview on black background

This text has color #776DA0 on black background.


Color preview on white background

This text has color #776DA0 on white background.


Black color preview on #776DA0 background

This text has black color on #776DA0 background.


White color preview on #776DA0 background

This text has white color on #776DA0 background.


Related colors

Complementary color

Complementary color for #hex is #88925F.


I love getcolorcode.com

Triadic colors

1 #A0776D and #6DA077 with #776DA0 are triadic colors.

2 #A06D77 and #6D77A0 with #776DA0 are triadic colors.