COLOR #776394

HEX: #776394
RGB: (119,99,148)

Renk bilgisi

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

RGB renk modeli

#776394 color RGB value is (119,99,148).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 99 of 255 = 39%
B 148 of 255 = 58%

119
99
148

R + G + B ~ 48%. #776394 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 99 + 148 = 366 (100%)
R 119 of 366 ~ 32.51%
G 99 of 366 ~ 27.05%
B 148 of 366 ~ 40.44%

%32.51
%27.05
%40.44

CMYK RENK MODELİ

#776394 rengi CMYK tonu (20,33,0,42).

  • camgöbeği tonu 19.59%
  • eflatun tonu 33.11%
  • sarı tonu 0.00%
  • ana renk tonu 41.96%
CMYK:
(20,33,0,42)
C20M33Y0K42 
(20%,33%,0%,42%)
(0.20/0.33/0.00/0.42)	

CMYK yüzdeleri

%19.59
%33.11
%0
%41.96

Codes

Color #776394 in popluar color models

776394
RGB11999148
HSL264°19.84%48.43%
HSB/HSV264°33.11%58.04%
CMYK19.59%33.11%0.00%
41.96%

Color #776394 in popluar number systems.

HEX776394
Decimal11999148
Binary1110111110001110010100
Octal167143224

Shades and tints

Shades of #776394

#776394
(119,99,148)
#6D5A87
(109,90,135)
#63517A
(99,81,122)
#59486D
(89,72,109)
#4F3F60
(79,63,96)
#453653
(69,54,83)
#3B2D46
(59,45,70)
#312439
(49,36,57)
#271B2C
(39,27,44)
#1D121F
(29,18,31)
#130912
(19,9,18)
#000000
(0,0,0)

Tints of #776394

#776394
(119,99,148)
#83719D
(131,113,157)
#8F7FA6
(143,127,166)
#9B8DAF
(155,141,175)
#A79BB8
(167,155,184)
#B3A9C1
(179,169,193)
#BFB7CA
(191,183,202)
#CBC5D3
(203,197,211)
#D7D3DC
(215,211,220)
#E3E1E5
(227,225,229)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776394; }

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

This text font color is #776394.


Background Color

.myBgColor { background-color: #776394; }

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

This div background color is #776394.


Border color

.myBorderColor { border: 1px solid #776394; }

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

This div border color is #776394.


Opacity

.myOpacity80 { color: #776394; opacity: 0.8; }

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

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

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

This text has shadow with #776394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776394 on black background.


Color preview on white background

This text has color #776394 on white background.



Black color preview on #776394 background

This text has black color on #776394 background.


White color preview on #776394 background

This text has white color on #776394 background.