COLOR #773B57

HEX: #773B57
RGB: (119,59,87)

Color info

#773B57 contains mainly red and blue colors. Web safe color of #773B57 is #663366 (or #636).

RGB color model

#773B57 color RGB value is (119,59,87).

  • red value is 119;
  • green value is 59;
  • blue value is 87.
RGB:
(119,59,87)
(47%,23%,34%)

RGB channels and saturation

R 119 of 255 = 47%
G 59 of 255 = 23%
B 87 of 255 = 34%

119
59
87

R + G + B ~ 35%. #773B57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 59 + 87 = 265 (100%)
R 119 of 265 ~ 44.91%
G 59 of 265 ~ 22.26%
B 87 of 265 ~ 32.83%

%44.91
%22.26
%32.83

CMYK color model

#773B57 color CMYK value is (0,50,27,53).

  • cyan value is 0.00%
  • magenta value is 50.42%
  • yellow value is 26.89%
  • key color value is 53.33%
CMYK:
(0,50,27,53)
C0M50Y27K53 
(0%,50%,27%,53%)
(0.00/0.50/0.27/0.53)	

CMYK percentages

%0
%50.42
%26.89
%53.33

Codes

Color #773B57 in popluar color models

773B57
RGB1195987
HSL332°33.71%34.90%
HSB/HSV332°50.42%46.67%
CMYK0.00%50.42%26.89%
53.33%

Color #773B57 in popluar number systems.

HEX773B57
Decimal1195987
Binary11101111110111010111
Octal16773127

Shades and tints

Shades of #773B57

#773B57
(119,59,87)
#6D3650
(109,54,80)
#633149
(99,49,73)
#592C42
(89,44,66)
#4F273B
(79,39,59)
#452234
(69,34,52)
#3B1D2D
(59,29,45)
#311826
(49,24,38)
#27131F
(39,19,31)
#1D0E18
(29,14,24)
#130911
(19,9,17)
#000000
(0,0,0)

Tints of #773B57

#773B57
(119,59,87)
#834C66
(131,76,102)
#8F5D75
(143,93,117)
#9B6E84
(155,110,132)
#A77F93
(167,127,147)
#B390A2
(179,144,162)
#BFA1B1
(191,161,177)
#CBB2C0
(203,178,192)
#D7C3CF
(215,195,207)
#E3D4DE
(227,212,222)
#EFE5ED
(239,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #773B57 color. Also use rgb(119,59,87) instead hex code.

Text Font Color

.myTextColor { color: #773B57; }

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

This text font color is #773B57.


Background Color

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

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

This div background color is #773B57.


Border color

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

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

This div border color is #773B57.


Opacity

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

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

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

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

This text has shadow with #773B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773B57 on black background.


Color preview on white background

This text has color #773B57 on white background.



Black color preview on #773B57 background

This text has black color on #773B57 background.


White color preview on #773B57 background

This text has white color on #773B57 background.