COLOR #773B6C

HEX: #773B6C
RGB: (119,59,108)

Color info

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

RGB color model

#773B6C color RGB value is (119,59,108).

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

RGB channels and saturation

R 119 of 255 = 47%
G 59 of 255 = 23%
B 108 of 255 = 42%

119
59
108

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

Portions of RGB colors in percentages

R + G + B =
119 + 59 + 108 = 286 (100%)
R 119 of 286 ~ 41.61%
G 59 of 286 ~ 20.63%
B 108 of 286 ~ 37.76%

%41.61
%20.63
%37.76

CMYK color model

#773B6C color CMYK value is (0,50,9,53).

  • cyan value is 0.00%
  • magenta value is 50.42%
  • yellow value is 9.24%
  • key color value is 53.33%
CMYK:
(0,50,9,53)
C0M50Y9K53 
(0%,50%,9%,53%)
(0.00/0.50/0.09/0.53)	

CMYK percentages

%0
%50.42
%9.24
%53.33

Codes

Color #773B6C in popluar color models

773B6C
RGB11959108
HSL311°33.71%34.90%
HSB/HSV311°50.42%46.67%
CMYK0.00%50.42%9.24%
53.33%

Color #773B6C in popluar number systems.

HEX773B6C
Decimal11959108
Binary11101111110111101100
Octal16773154

Shades and tints

Shades of #773B6C

#773B6C
(119,59,108)
#6D3663
(109,54,99)
#63315A
(99,49,90)
#592C51
(89,44,81)
#4F2748
(79,39,72)
#45223F
(69,34,63)
#3B1D36
(59,29,54)
#31182D
(49,24,45)
#271324
(39,19,36)
#1D0E1B
(29,14,27)
#130912
(19,9,18)
#000000
(0,0,0)

Tints of #773B6C

#773B6C
(119,59,108)
#834C79
(131,76,121)
#8F5D86
(143,93,134)
#9B6E93
(155,110,147)
#A77FA0
(167,127,160)
#B390AD
(179,144,173)
#BFA1BA
(191,161,186)
#CBB2C7
(203,178,199)
#D7C3D4
(215,195,212)
#E3D4E1
(227,212,225)
#EFE5EE
(239,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #773B6C; }

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

This text font color is #773B6C.


Background Color

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

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

This div background color is #773B6C.


Border color

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

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

This div border color is #773B6C.


Opacity

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

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

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

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

This text has shadow with #773B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773B6C on black background.


Color preview on white background

This text has color #773B6C on white background.



Black color preview on #773B6C background

This text has black color on #773B6C background.


White color preview on #773B6C background

This text has white color on #773B6C background.