COLOR #773F86

HEX: #773F86
RGB: (119,63,134)

Color info

#773F86 contains mainly red and blue colors. Web safe color of #773F86 is #663399 (or #639).

RGB color model

#773F86 color RGB value is (119,63,134).

  • red value is 119;
  • green value is 63;
  • blue value is 134.
RGB:
(119,63,134)
(47%,25%,53%)

RGB channels and saturation

R 119 of 255 = 47%
G 63 of 255 = 25%
B 134 of 255 = 53%

119
63
134

R + G + B ~ 42%. #773F86 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 63 + 134 = 316 (100%)
R 119 of 316 ~ 37.66%
G 63 of 316 ~ 19.94%
B 134 of 316 ~ 42.41%

%37.66
%19.94
%42.41

CMYK color model

#773F86 color CMYK value is (11,53,0,47).

  • cyan value is 11.19%
  • magenta value is 52.99%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(11,53,0,47)
C11M53Y0K47 
(11%,53%,0%,47%)
(0.11/0.53/0.00/0.47)	

CMYK percentages

%11.19
%52.99
%0
%47.45

Codes

Color #773F86 in popluar color models

773F86
RGB11963134
HSL287°36.04%38.63%
HSB/HSV287°52.99%52.55%
CMYK11.19%52.99%0.00%
47.45%

Color #773F86 in popluar number systems.

HEX773F86
Decimal11963134
Binary111011111111110000110
Octal16777206

Shades and tints

Shades of #773F86

#773F86
(119,63,134)
#6D3A7A
(109,58,122)
#63356E
(99,53,110)
#593062
(89,48,98)
#4F2B56
(79,43,86)
#45264A
(69,38,74)
#3B213E
(59,33,62)
#311C32
(49,28,50)
#271726
(39,23,38)
#1D121A
(29,18,26)
#130D0E
(19,13,14)
#000000
(0,0,0)

Tints of #773F86

#773F86
(119,63,134)
#835091
(131,80,145)
#8F619C
(143,97,156)
#9B72A7
(155,114,167)
#A783B2
(167,131,178)
#B394BD
(179,148,189)
#BFA5C8
(191,165,200)
#CBB6D3
(203,182,211)
#D7C7DE
(215,199,222)
#E3D8E9
(227,216,233)
#EFE9F4
(239,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #773F86 color. Also use rgb(119,63,134) instead hex code.

Text Font Color

.myTextColor { color: #773F86; }

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

This text font color is #773F86.


Background Color

.myBgColor { background-color: #773F86; }

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

This div background color is #773F86.


Border color

.myBorderColor { border: 1px solid #773F86; }

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

This div border color is #773F86.


Opacity

.myOpacity80 { color: #773F86; opacity: 0.8; }

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

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

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

This text has shadow with #773F86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773F86 on black background.


Color preview on white background

This text has color #773F86 on white background.



Black color preview on #773F86 background

This text has black color on #773F86 background.


White color preview on #773F86 background

This text has white color on #773F86 background.