COLOR #773C61

HEX: #773C61
RGB: (119,60,97)

Color info

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

RGB color model

#773C61 color RGB value is (119,60,97).

  • red value is 119;
  • green value is 60;
  • blue value is 97.
RGB:
(119,60,97)
(47%,24%,38%)

RGB channels and saturation

R 119 of 255 = 47%
G 60 of 255 = 24%
B 97 of 255 = 38%

119
60
97

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

Portions of RGB colors in percentages

R + G + B =
119 + 60 + 97 = 276 (100%)
R 119 of 276 ~ 43.12%
G 60 of 276 ~ 21.74%
B 97 of 276 ~ 35.14%

%43.12
%21.74
%35.14

CMYK color model

#773C61 color CMYK value is (0,50,18,53).

  • cyan value is 0.00%
  • magenta value is 49.58%
  • yellow value is 18.49%
  • key color value is 53.33%
CMYK:
(0,50,18,53)
C0M50Y18K53 
(0%,50%,18%,53%)
(0.00/0.50/0.18/0.53)	

CMYK percentages

%0
%49.58
%18.49
%53.33

Codes

Color #773C61 in popluar color models

773C61
RGB1196097
HSL322°32.96%35.10%
HSB/HSV322°49.58%46.67%
CMYK0.00%49.58%18.49%
53.33%

Color #773C61 in popluar number systems.

HEX773C61
Decimal1196097
Binary11101111111001100001
Octal16774141

Shades and tints

Shades of #773C61

#773C61
(119,60,97)
#6D3759
(109,55,89)
#633251
(99,50,81)
#592D49
(89,45,73)
#4F2841
(79,40,65)
#452339
(69,35,57)
#3B1E31
(59,30,49)
#311929
(49,25,41)
#271421
(39,20,33)
#1D0F19
(29,15,25)
#130A11
(19,10,17)
#000000
(0,0,0)

Tints of #773C61

#773C61
(119,60,97)
#834D6F
(131,77,111)
#8F5E7D
(143,94,125)
#9B6F8B
(155,111,139)
#A78099
(167,128,153)
#B391A7
(179,145,167)
#BFA2B5
(191,162,181)
#CBB3C3
(203,179,195)
#D7C4D1
(215,196,209)
#E3D5DF
(227,213,223)
#EFE6ED
(239,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #773C61; }

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

This text font color is #773C61.


Background Color

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

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

This div background color is #773C61.


Border color

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

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

This div border color is #773C61.


Opacity

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

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

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

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

This text has shadow with #773C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773C61 on black background.


Color preview on white background

This text has color #773C61 on white background.



Black color preview on #773C61 background

This text has black color on #773C61 background.


White color preview on #773C61 background

This text has white color on #773C61 background.