COLOR #776B94

HEX: #776B94
RGB: (119,107,148)

Renk bilgisi

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

RGB renk modeli

#776B94 color RGB value is (119,107,148).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 107 of 255 = 42%
B 148 of 255 = 58%

119
107
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 107 + 148 = 374 (100%)
R 119 of 374 ~ 31.82%
G 107 of 374 ~ 28.61%
B 148 of 374 ~ 39.57%

%31.82
%28.61
%39.57

CMYK RENK MODELİ

#776B94 rengi CMYK tonu (20,28,0,42).

  • camgöbeği tonu 19.59%
  • eflatun tonu 27.70%
  • sarı tonu 0.00%
  • ana renk tonu 41.96%
CMYK:
(20,28,0,42)
C20M28Y0K42 
(20%,28%,0%,42%)
(0.20/0.28/0.00/0.42)	

CMYK yüzdeleri

%19.59
%27.7
%0
%41.96

Codes

Color #776B94 in popluar color models

776B94
RGB119107148
HSL258°16.08%50.00%
HSB/HSV258°27.70%58.04%
CMYK19.59%27.70%0.00%
41.96%

Color #776B94 in popluar number systems.

HEX776B94
Decimal119107148
Binary1110111110101110010100
Octal167153224

Shades and tints

Shades of #776B94

#776B94
(119,107,148)
#6D6287
(109,98,135)
#63597A
(99,89,122)
#59506D
(89,80,109)
#4F4760
(79,71,96)
#453E53
(69,62,83)
#3B3546
(59,53,70)
#312C39
(49,44,57)
#27232C
(39,35,44)
#1D1A1F
(29,26,31)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #776B94

#776B94
(119,107,148)
#83789D
(131,120,157)
#8F85A6
(143,133,166)
#9B92AF
(155,146,175)
#A79FB8
(167,159,184)
#B3ACC1
(179,172,193)
#BFB9CA
(191,185,202)
#CBC6D3
(203,198,211)
#D7D3DC
(215,211,220)
#E3E0E5
(227,224,229)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776B94; }

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

This text font color is #776B94.


Background Color

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

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

This div background color is #776B94.


Border color

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

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

This div border color is #776B94.


Opacity

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

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

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

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

This text has shadow with #776B94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776B94 on black background.


Color preview on white background

This text has color #776B94 on white background.



Black color preview on #776B94 background

This text has black color on #776B94 background.


White color preview on #776B94 background

This text has white color on #776B94 background.