COLOR #773D73

HEX: #773D73
RGB: (119,61,115)

Color info

#773D73 contains red, green and blue colors in about the same proportion. Web safe color of #773D73 is #663366 (or #636).

RGB color model

#773D73 color RGB value is (119,61,115).

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

RGB channels and saturation

R 119 of 255 = 47%
G 61 of 255 = 24%
B 115 of 255 = 45%

119
61
115

R + G + B ~ 39%. #773D73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 61 + 115 = 295 (100%)
R 119 of 295 ~ 40.34%
G 61 of 295 ~ 20.68%
B 115 of 295 ~ 38.98%

%40.34
%20.68
%38.98

CMYK color model

#773D73 color CMYK value is (0,49,3,53).

  • cyan value is 0.00%
  • magenta value is 48.74%
  • yellow value is 3.36%
  • key color value is 53.33%
CMYK:
(0,49,3,53)
C0M49Y3K53 
(0%,49%,3%,53%)
(0.00/0.49/0.03/0.53)	

CMYK percentages

%0
%48.74
%3.36
%53.33

Codes

Color #773D73 in popluar color models

773D73
RGB11961115
HSL304°32.22%35.29%
HSB/HSV304°48.74%46.67%
CMYK0.00%48.74%3.36%
53.33%

Color #773D73 in popluar number systems.

HEX773D73
Decimal11961115
Binary11101111111011110011
Octal16775163

Shades and tints

Shades of #773D73

#773D73
(119,61,115)
#6D3869
(109,56,105)
#63335F
(99,51,95)
#592E55
(89,46,85)
#4F294B
(79,41,75)
#452441
(69,36,65)
#3B1F37
(59,31,55)
#311A2D
(49,26,45)
#271523
(39,21,35)
#1D1019
(29,16,25)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #773D73

#773D73
(119,61,115)
#834E7F
(131,78,127)
#8F5F8B
(143,95,139)
#9B7097
(155,112,151)
#A781A3
(167,129,163)
#B392AF
(179,146,175)
#BFA3BB
(191,163,187)
#CBB4C7
(203,180,199)
#D7C5D3
(215,197,211)
#E3D6DF
(227,214,223)
#EFE7EB
(239,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #773D73; }

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

This text font color is #773D73.


Background Color

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

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

This div background color is #773D73.


Border color

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

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

This div border color is #773D73.


Opacity

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

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

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

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

This text has shadow with #773D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773D73 on black background.


Color preview on white background

This text has color #773D73 on white background.



Black color preview on #773D73 background

This text has black color on #773D73 background.


White color preview on #773D73 background

This text has white color on #773D73 background.