COLOR #776C94

HEX: #776C94
RGB: (119,108,148)

Renk bilgisi

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

RGB renk modeli

#776C94 color RGB value is (119,108,148).

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

RGB bağlantıları ve doygunluk

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

119
108
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 108 + 148 = 375 (100%)
R 119 of 375 ~ 31.73%
G 108 of 375 ~ 28.8%
B 148 of 375 ~ 39.47%

%31.73
%28.8
%39.47

CMYK RENK MODELİ

#776C94 rengi CMYK tonu (20,27,0,42).

  • camgöbeği tonu 19.59%
  • eflatun tonu 27.03%
  • sarı tonu 0.00%
  • ana renk tonu 41.96%
CMYK:
(20,27,0,42)
C20M27Y0K42 
(20%,27%,0%,42%)
(0.20/0.27/0.00/0.42)	

CMYK yüzdeleri

%19.59
%27.03
%0
%41.96

Codes

Color #776C94 in popluar color models

776C94
RGB119108148
HSL257°15.75%50.20%
HSB/HSV257°27.03%58.04%
CMYK19.59%27.03%0.00%
41.96%

Color #776C94 in popluar number systems.

HEX776C94
Decimal119108148
Binary1110111110110010010100
Octal167154224

Shades and tints

Shades of #776C94

#776C94
(119,108,148)
#6D6387
(109,99,135)
#635A7A
(99,90,122)
#59516D
(89,81,109)
#4F4860
(79,72,96)
#453F53
(69,63,83)
#3B3646
(59,54,70)
#312D39
(49,45,57)
#27242C
(39,36,44)
#1D1B1F
(29,27,31)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #776C94

#776C94
(119,108,148)
#83799D
(131,121,157)
#8F86A6
(143,134,166)
#9B93AF
(155,147,175)
#A7A0B8
(167,160,184)
#B3ADC1
(179,173,193)
#BFBACA
(191,186,202)
#CBC7D3
(203,199,211)
#D7D4DC
(215,212,220)
#E3E1E5
(227,225,229)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776C94; }

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

This text font color is #776C94.


Background Color

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

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

This div background color is #776C94.


Border color

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

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

This div border color is #776C94.


Opacity

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

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

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

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

This text has shadow with #776C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776C94 on black background.


Color preview on white background

This text has color #776C94 on white background.



Black color preview on #776C94 background

This text has black color on #776C94 background.


White color preview on #776C94 background

This text has white color on #776C94 background.