COLOR #776491

HEX: #776491
RGB: (119,100,145)

Renk bilgisi

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

RGB renk modeli

#776491 color RGB value is (119,100,145).

  • kırmız ton 119;
  • yeşil ton 100;
  • mavi ton 145.
RGB:
(119,100,145)
(47%,39%,57%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 100 of 255 = 39%
B 145 of 255 = 57%

119
100
145

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 100 + 145 = 364 (100%)
R 119 of 364 ~ 32.69%
G 100 of 364 ~ 27.47%
B 145 of 364 ~ 39.84%

%32.69
%27.47
%39.84

CMYK RENK MODELİ

#776491 rengi CMYK tonu (18,31,0,43).

  • camgöbeği tonu 17.93%
  • eflatun tonu 31.03%
  • sarı tonu 0.00%
  • ana renk tonu 43.14%
CMYK:
(18,31,0,43)
C18M31Y0K43 
(18%,31%,0%,43%)
(0.18/0.31/0.00/0.43)	

CMYK yüzdeleri

%17.93
%31.03
%0
%43.14

Codes

Color #776491 in popluar color models

776491
RGB119100145
HSL265°18.37%48.04%
HSB/HSV265°31.03%56.86%
CMYK17.93%31.03%0.00%
43.14%

Color #776491 in popluar number systems.

HEX776491
Decimal119100145
Binary1110111110010010010001
Octal167144221

Shades and tints

Shades of #776491

#776491
(119,100,145)
#6D5B84
(109,91,132)
#635277
(99,82,119)
#59496A
(89,73,106)
#4F405D
(79,64,93)
#453750
(69,55,80)
#3B2E43
(59,46,67)
#312536
(49,37,54)
#271C29
(39,28,41)
#1D131C
(29,19,28)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #776491

#776491
(119,100,145)
#83729B
(131,114,155)
#8F80A5
(143,128,165)
#9B8EAF
(155,142,175)
#A79CB9
(167,156,185)
#B3AAC3
(179,170,195)
#BFB8CD
(191,184,205)
#CBC6D7
(203,198,215)
#D7D4E1
(215,212,225)
#E3E2EB
(227,226,235)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776491 color. Also use rgb(119,100,145) instead hex code.

Text Font Color

.myTextColor { color: #776491; }

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

This text font color is #776491.


Background Color

.myBgColor { background-color: #776491; }

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

This div background color is #776491.


Border color

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

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

This div border color is #776491.


Opacity

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

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

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

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

This text has shadow with #776491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776491 on black background.


Color preview on white background

This text has color #776491 on white background.



Black color preview on #776491 background

This text has black color on #776491 background.


White color preview on #776491 background

This text has white color on #776491 background.