COLOR #776BA1

HEX: #776BA1
RGB: (119,107,161)

Renk bilgisi

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

RGB renk modeli

#776BA1 color RGB value is (119,107,161).

  • kırmız ton 119;
  • yeşil ton 107;
  • mavi ton 161.
RGB:
(119,107,161)
(47%,42%,63%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 107 of 255 = 42%
B 161 of 255 = 63%

119
107
161

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 107 + 161 = 387 (100%)
R 119 of 387 ~ 30.75%
G 107 of 387 ~ 27.65%
B 161 of 387 ~ 41.6%

%30.75
%27.65
%41.6

CMYK RENK MODELİ

#776BA1 rengi CMYK tonu (26,34,0,37).

  • camgöbeği tonu 26.09%
  • eflatun tonu 33.54%
  • sarı tonu 0.00%
  • ana renk tonu 36.86%
CMYK:
(26,34,0,37)
C26M34Y0K37 
(26%,34%,0%,37%)
(0.26/0.34/0.00/0.37)	

CMYK yüzdeleri

%26.09
%33.54
%0
%36.86

Codes

Color #776BA1 in popluar color models

776BA1
RGB119107161
HSL253°22.31%52.55%
HSB/HSV253°33.54%63.14%
CMYK26.09%33.54%0.00%
36.86%

Color #776BA1 in popluar number systems.

HEX776BA1
Decimal119107161
Binary1110111110101110100001
Octal167153241

Shades and tints

Shades of #776BA1

#776BA1
(119,107,161)
#6D6293
(109,98,147)
#635985
(99,89,133)
#595077
(89,80,119)
#4F4769
(79,71,105)
#453E5B
(69,62,91)
#3B354D
(59,53,77)
#312C3F
(49,44,63)
#272331
(39,35,49)
#1D1A23
(29,26,35)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #776BA1

#776BA1
(119,107,161)
#8378A9
(131,120,169)
#8F85B1
(143,133,177)
#9B92B9
(155,146,185)
#A79FC1
(167,159,193)
#B3ACC9
(179,172,201)
#BFB9D1
(191,185,209)
#CBC6D9
(203,198,217)
#D7D3E1
(215,211,225)
#E3E0E9
(227,224,233)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776BA1 color. Also use rgb(119,107,161) instead hex code.

Text Font Color

.myTextColor { color: #776BA1; }

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

This text font color is #776BA1.


Background Color

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

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

This div background color is #776BA1.


Border color

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

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

This div border color is #776BA1.


Opacity

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

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

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

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

This text has shadow with #776BA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776BA1 on black background.


Color preview on white background

This text has color #776BA1 on white background.



Black color preview on #776BA1 background

This text has black color on #776BA1 background.


White color preview on #776BA1 background

This text has white color on #776BA1 background.