COLOR #773D64

HEX: #773D64
RGB: (119,61,100)

Color info

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

RGB color model

#773D64 color RGB value is (119,61,100).

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

RGB channels and saturation

R 119 of 255 = 47%
G 61 of 255 = 24%
B 100 of 255 = 39%

119
61
100

R + G + B ~ 37%. #773D64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 61 + 100 = 280 (100%)
R 119 of 280 ~ 42.5%
G 61 of 280 ~ 21.79%
B 100 of 280 ~ 35.71%

%42.5
%21.79
%35.71

CMYK color model

#773D64 color CMYK value is (0,49,16,53).

  • cyan value is 0.00%
  • magenta value is 48.74%
  • yellow value is 15.97%
  • key color value is 53.33%
CMYK:
(0,49,16,53)
C0M49Y16K53 
(0%,49%,16%,53%)
(0.00/0.49/0.16/0.53)	

CMYK percentages

%0
%48.74
%15.97
%53.33

Codes

Color #773D64 in popluar color models

773D64
RGB11961100
HSL320°32.22%35.29%
HSB/HSV320°48.74%46.67%
CMYK0.00%48.74%15.97%
53.33%

Color #773D64 in popluar number systems.

HEX773D64
Decimal11961100
Binary11101111111011100100
Octal16775144

Shades and tints

Shades of #773D64

#773D64
(119,61,100)
#6D385B
(109,56,91)
#633352
(99,51,82)
#592E49
(89,46,73)
#4F2940
(79,41,64)
#452437
(69,36,55)
#3B1F2E
(59,31,46)
#311A25
(49,26,37)
#27151C
(39,21,28)
#1D1013
(29,16,19)
#130B0A
(19,11,10)
#000000
(0,0,0)

Tints of #773D64

#773D64
(119,61,100)
#834E72
(131,78,114)
#8F5F80
(143,95,128)
#9B708E
(155,112,142)
#A7819C
(167,129,156)
#B392AA
(179,146,170)
#BFA3B8
(191,163,184)
#CBB4C6
(203,180,198)
#D7C5D4
(215,197,212)
#E3D6E2
(227,214,226)
#EFE7F0
(239,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #773D64; }

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

This text font color is #773D64.


Background Color

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

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

This div background color is #773D64.


Border color

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

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

This div border color is #773D64.


Opacity

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

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

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

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

This text has shadow with #773D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773D64 on black background.


Color preview on white background

This text has color #773D64 on white background.



Black color preview on #773D64 background

This text has black color on #773D64 background.


White color preview on #773D64 background

This text has white color on #773D64 background.