COLOR #776190

HEX: #776190
RGB: (119,97,144)

Color info

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

RGB color model

#776190 color RGB value is (119,97,144).

  • red value is 119;
  • green value is 97;
  • blue value is 144.
RGB:
(119,97,144)
(47%,38%,56%)

RGB channels and saturation

R 119 of 255 = 47%
G 97 of 255 = 38%
B 144 of 255 = 56%

119
97
144

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

Portions of RGB colors in percentages

R + G + B =
119 + 97 + 144 = 360 (100%)
R 119 of 360 ~ 33.06%
G 97 of 360 ~ 26.94%
B 144 of 360 ~ 40%

%33.06
%26.94
%40

CMYK color model

#776190 color CMYK value is (17,33,0,44).

  • cyan value is 17.36%
  • magenta value is 32.64%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(17,33,0,44)
C17M33Y0K44 
(17%,33%,0%,44%)
(0.17/0.33/0.00/0.44)	

CMYK percentages

%17.36
%32.64
%0
%43.53

Codes

Color #776190 in popluar color models

776190
RGB11997144
HSL268°19.50%47.25%
HSB/HSV268°32.64%56.47%
CMYK17.36%32.64%0.00%
43.53%

Color #776190 in popluar number systems.

HEX776190
Decimal11997144
Binary1110111110000110010000
Octal167141220

Shades and tints

Shades of #776190

#776190
(119,97,144)
#6D5983
(109,89,131)
#635176
(99,81,118)
#594969
(89,73,105)
#4F415C
(79,65,92)
#45394F
(69,57,79)
#3B3142
(59,49,66)
#312935
(49,41,53)
#272128
(39,33,40)
#1D191B
(29,25,27)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #776190

#776190
(119,97,144)
#836F9A
(131,111,154)
#8F7DA4
(143,125,164)
#9B8BAE
(155,139,174)
#A799B8
(167,153,184)
#B3A7C2
(179,167,194)
#BFB5CC
(191,181,204)
#CBC3D6
(203,195,214)
#D7D1E0
(215,209,224)
#E3DFEA
(227,223,234)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776190 color. Also use rgb(119,97,144) instead hex code.

Text Font Color

.myTextColor { color: #776190; }

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

This text font color is #776190.


Background Color

.myBgColor { background-color: #776190; }

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

This div background color is #776190.


Border color

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

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

This div border color is #776190.


Opacity

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

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

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

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

This text has shadow with #776190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776190 on black background.


Color preview on white background

This text has color #776190 on white background.



Black color preview on #776190 background

This text has black color on #776190 background.


White color preview on #776190 background

This text has white color on #776190 background.