COLOR #776494

HEX: #776494
RGB: (119,100,148)

Color info

#776494 contains red, green and blue colors in about the same proportion. Web safe color of #776494 is #666699 (or #669).

RGB color model

#776494 color RGB value is (119,100,148).

  • red value is 119;
  • green value is 100;
  • blue value is 148.
RGB:
(119,100,148)
(47%,39%,58%)

RGB channels and saturation

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

119
100
148

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

Portions of RGB colors in percentages

R + G + B =
119 + 100 + 148 = 367 (100%)
R 119 of 367 ~ 32.43%
G 100 of 367 ~ 27.25%
B 148 of 367 ~ 40.33%

%32.43
%27.25
%40.33

CMYK color model

#776494 color CMYK value is (20,32,0,42).

  • cyan value is 19.59%
  • magenta value is 32.43%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(20,32,0,42)
C20M32Y0K42 
(20%,32%,0%,42%)
(0.20/0.32/0.00/0.42)	

CMYK percentages

%19.59
%32.43
%0
%41.96

Codes

Color #776494 in popluar color models

776494
RGB119100148
HSL264°19.35%48.63%
HSB/HSV264°32.43%58.04%
CMYK19.59%32.43%0.00%
41.96%

Color #776494 in popluar number systems.

HEX776494
Decimal119100148
Binary1110111110010010010100
Octal167144224

Shades and tints

Shades of #776494

#776494
(119,100,148)
#6D5B87
(109,91,135)
#63527A
(99,82,122)
#59496D
(89,73,109)
#4F4060
(79,64,96)
#453753
(69,55,83)
#3B2E46
(59,46,70)
#312539
(49,37,57)
#271C2C
(39,28,44)
#1D131F
(29,19,31)
#130A12
(19,10,18)
#000000
(0,0,0)

Tints of #776494

#776494
(119,100,148)
#83729D
(131,114,157)
#8F80A6
(143,128,166)
#9B8EAF
(155,142,175)
#A79CB8
(167,156,184)
#B3AAC1
(179,170,193)
#BFB8CA
(191,184,202)
#CBC6D3
(203,198,211)
#D7D4DC
(215,212,220)
#E3E2E5
(227,226,229)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776494; }

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

This text font color is #776494.


Background Color

.myBgColor { background-color: #776494; }

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

This div background color is #776494.


Border color

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

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

This div border color is #776494.


Opacity

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

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

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

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

This text has shadow with #776494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776494 on black background.


Color preview on white background

This text has color #776494 on white background.



Black color preview on #776494 background

This text has black color on #776494 background.


White color preview on #776494 background

This text has white color on #776494 background.