COLOR #773C5C

HEX: #773C5C RGB: (119,60,92)

Color info

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

RGB color model

#773C5C color RGB value is (119,60,92).

RGB: (119,60,92) (47%, 24%, 36%)

RGB channels and saturation

R 119 of 255 = 47%
G 60 of 255 = 24%
B 92 of 255 = 36%

119
60
92

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

Portions of RGB colors in percentages

R + G + B = 119 + 60 + 92 = 271 (100%)
R 119 of 271 ~ 43.91%
G 60 of 271 ~ 22.14%
B 92 of 271 ~ 33.95'%

%43.91
%22.14
%33.95

CMYK color model

#773C5C color CMYK value is (0,50,23,53).

  • cyan value is 0.00%
  • magenta value is 49.58%
  • yellow value is 22.69%
  • key color value is 53.33%
CMYK: (0,50,23,53) C0M50Y23K53 (0%,50%,23%,53%) (0.00/0.50/0.23/0.53) 

CMYK percentages

%0
%49.58
%22.69
%53.33

Codes

Color #773C5C in popluar color models

77 3C 5C
RGB 119 60 92
HSL 327° 32.96% 35.10%
HSB/HSV 327° 49.58% 46.67%
CMYK 0.00% 49.58% 22.69%
53.33%

Color #773C5C in popluar number systems.

HEX 77 3C 5C
Decimal 119 60 92
Binary 1110111 111100 1011100
Octal 167 74 134

Shades and tints

Shades of #773C5C

#773C5C
(119,60,92)
#6D3754
(109,55,84)
#63324C
(99,50,76)
#592D44
(89,45,68)
#4F283C
(79,40,60)
#452334
(69,35,52)
#3B1E2C
(59,30,44)
#311924
(49,25,36)
#27141C
(39,20,28)
#1D0F14
(29,15,20)
#130A0C
(19,10,12)
#000000
(0,0,0)

Tints of #773C5C

#773C5C
(119,60,92)
#834D6A
(131,77,106)
#8F5E78
(143,94,120)
#9B6F86
(155,111,134)
#A78094
(167,128,148)
#B391A2
(179,145,162)
#BFA2B0
(191,162,176)
#CBB3BE
(203,179,190)
#D7C4CC
(215,196,204)
#E3D5DA
(227,213,218)
#EFE6E8
(239,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #773C5C; }

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

This text font color is #773C5C.

Background Color

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

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

This div background color is #773C5C.

Border color

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

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

This div border color is #773C5C.

Opacity

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

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

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

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

This text has shadow with #773C5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #773C5C.

Preview

Color preview on black background

This text has color #773C5C on black background.


Color preview on white background

This text has color #773C5C on white background.


Black color preview on #773C5C background

This text has black color on #773C5C background.


White color preview on #773C5C background

This text has white color on #773C5C background.


Related colors

Complementary color

Complementary color for #hex is #88C3A3.


I love getcolorcode.com

Triadic colors

1 #5C773C and #3C5C77 with #773C5C are triadic colors.

2 #5C3C77 and #3C775C with #773C5C are triadic colors.