COLOR #773F5C

HEX: #773F5C RGB: (119,63,92)

Color info

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

RGB color model

#773F5C color RGB value is (119,63,92).

RGB: (119,63,92) (47%, 25%, 36%)

RGB channels and saturation

R 119 of 255 = 47%
G 63 of 255 = 25%
B 92 of 255 = 36%

119
63
92

R + G + B ~ 36%. #773F5C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 119 + 63 + 92 = 274 (100%)
R 119 of 274 ~ 43.43%
G 63 of 274 ~ 22.99%
B 92 of 274 ~ 33.58'%

%43.43
%22.99
%33.58

CMYK color model

#773F5C color CMYK value is (0,47,23,53).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 22.69%
  • key color value is 53.33%
CMYK: (0,47,23,53) C0M47Y23K53 (0%,47%,23%,53%) (0.00/0.47/0.23/0.53) 

CMYK percentages

%0
%47.06
%22.69
%53.33

Codes

Color #773F5C in popluar color models

77 3F 5C
RGB 119 63 92
HSL 329° 30.77% 35.69%
HSB/HSV 329° 47.06% 46.67%
CMYK 0.00% 47.06% 22.69%
53.33%

Color #773F5C in popluar number systems.

HEX 77 3F 5C
Decimal 119 63 92
Binary 1110111 111111 1011100
Octal 167 77 134

Shades and tints

Shades of #773F5C

#773F5C
(119,63,92)
#6D3A54
(109,58,84)
#63354C
(99,53,76)
#593044
(89,48,68)
#4F2B3C
(79,43,60)
#452634
(69,38,52)
#3B212C
(59,33,44)
#311C24
(49,28,36)
#27171C
(39,23,28)
#1D1214
(29,18,20)
#130D0C
(19,13,12)
#000000
(0,0,0)

Tints of #773F5C

#773F5C
(119,63,92)
#83506A
(131,80,106)
#8F6178
(143,97,120)
#9B7286
(155,114,134)
#A78394
(167,131,148)
#B394A2
(179,148,162)
#BFA5B0
(191,165,176)
#CBB6BE
(203,182,190)
#D7C7CC
(215,199,204)
#E3D8DA
(227,216,218)
#EFE9E8
(239,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #773F5C; }

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

This text font color is #773F5C.

Background Color

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

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

This div background color is #773F5C.

Border color

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

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

This div border color is #773F5C.

Opacity

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

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

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

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

This text has shadow with #773F5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #773F5C.

Preview

Color preview on black background

This text has color #773F5C on black background.


Color preview on white background

This text has color #773F5C on white background.


Black color preview on #773F5C background

This text has black color on #773F5C background.


White color preview on #773F5C background

This text has white color on #773F5C background.


Related colors

Complementary color

Complementary color for #hex is #88C0A3.


I love getcolorcode.com

Triadic colors

1 #5C773F and #3F5C77 with #773F5C are triadic colors.

2 #5C3F77 and #3F775C with #773F5C are triadic colors.