COLOR #776D94

HEX: #776D94
RGB: (119,109,148)

Renk bilgisi

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

RGB renk modeli

#776D94 color RGB value is (119,109,148).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 109 of 255 = 43%
B 148 of 255 = 58%

119
109
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 109 + 148 = 376 (100%)
R 119 of 376 ~ 31.65%
G 109 of 376 ~ 28.99%
B 148 of 376 ~ 39.36%

%31.65
%28.99
%39.36

CMYK RENK MODELİ

#776D94 rengi CMYK tonu (20,26,0,42).

  • camgöbeği tonu 19.59%
  • eflatun tonu 26.35%
  • sarı tonu 0.00%
  • ana renk tonu 41.96%
CMYK:
(20,26,0,42)
C20M26Y0K42 
(20%,26%,0%,42%)
(0.20/0.26/0.00/0.42)	

CMYK yüzdeleri

%19.59
%26.35
%0
%41.96

Codes

Color #776D94 in popluar color models

776D94
RGB119109148
HSL255°15.42%50.39%
HSB/HSV255°26.35%58.04%
CMYK19.59%26.35%0.00%
41.96%

Color #776D94 in popluar number systems.

HEX776D94
Decimal119109148
Binary1110111110110110010100
Octal167155224

Shades and tints

Shades of #776D94

#776D94
(119,109,148)
#6D6487
(109,100,135)
#635B7A
(99,91,122)
#59526D
(89,82,109)
#4F4960
(79,73,96)
#454053
(69,64,83)
#3B3746
(59,55,70)
#312E39
(49,46,57)
#27252C
(39,37,44)
#1D1C1F
(29,28,31)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #776D94

#776D94
(119,109,148)
#837A9D
(131,122,157)
#8F87A6
(143,135,166)
#9B94AF
(155,148,175)
#A7A1B8
(167,161,184)
#B3AEC1
(179,174,193)
#BFBBCA
(191,187,202)
#CBC8D3
(203,200,211)
#D7D5DC
(215,213,220)
#E3E2E5
(227,226,229)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776D94; }

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

This text font color is #776D94.


Background Color

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

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

This div background color is #776D94.


Border color

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

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

This div border color is #776D94.


Opacity

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

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

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

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

This text has shadow with #776D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776D94 on black background.


Color preview on white background

This text has color #776D94 on white background.



Black color preview on #776D94 background

This text has black color on #776D94 background.


White color preview on #776D94 background

This text has white color on #776D94 background.