COLOR #773D87

HEX: #773D87
RGB: (119,61,135)

Color info

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

RGB color model

#773D87 color RGB value is (119,61,135).

  • red value is 119;
  • green value is 61;
  • blue value is 135.
RGB:
(119,61,135)
(47%,24%,53%)

RGB channels and saturation

R 119 of 255 = 47%
G 61 of 255 = 24%
B 135 of 255 = 53%

119
61
135

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

Portions of RGB colors in percentages

R + G + B =
119 + 61 + 135 = 315 (100%)
R 119 of 315 ~ 37.78%
G 61 of 315 ~ 19.37%
B 135 of 315 ~ 42.86%

%37.78
%19.37
%42.86

CMYK color model

#773D87 color CMYK value is (12,55,0,47).

  • cyan value is 11.85%
  • magenta value is 54.81%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(12,55,0,47)
C12M55Y0K47 
(12%,55%,0%,47%)
(0.12/0.55/0.00/0.47)	

CMYK percentages

%11.85
%54.81
%0
%47.06

Codes

Color #773D87 in popluar color models

773D87
RGB11961135
HSL287°37.76%38.43%
HSB/HSV287°54.81%52.94%
CMYK11.85%54.81%0.00%
47.06%

Color #773D87 in popluar number systems.

HEX773D87
Decimal11961135
Binary111011111110110000111
Octal16775207

Shades and tints

Shades of #773D87

#773D87
(119,61,135)
#6D387B
(109,56,123)
#63336F
(99,51,111)
#592E63
(89,46,99)
#4F2957
(79,41,87)
#45244B
(69,36,75)
#3B1F3F
(59,31,63)
#311A33
(49,26,51)
#271527
(39,21,39)
#1D101B
(29,16,27)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #773D87

#773D87
(119,61,135)
#834E91
(131,78,145)
#8F5F9B
(143,95,155)
#9B70A5
(155,112,165)
#A781AF
(167,129,175)
#B392B9
(179,146,185)
#BFA3C3
(191,163,195)
#CBB4CD
(203,180,205)
#D7C5D7
(215,197,215)
#E3D6E1
(227,214,225)
#EFE7EB
(239,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #773D87 color. Also use rgb(119,61,135) instead hex code.

Text Font Color

.myTextColor { color: #773D87; }

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

This text font color is #773D87.


Background Color

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

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

This div background color is #773D87.


Border color

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

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

This div border color is #773D87.


Opacity

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

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

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

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

This text has shadow with #773D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773D87 on black background.


Color preview on white background

This text has color #773D87 on white background.



Black color preview on #773D87 background

This text has black color on #773D87 background.


White color preview on #773D87 background

This text has white color on #773D87 background.