COLOR #773662

HEX: #773662
RGB: (119,54,98)

Color info

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

RGB color model

#773662 color RGB value is (119,54,98).

  • red value is 119;
  • green value is 54;
  • blue value is 98.
RGB:
(119,54,98)
(47%,21%,38%)

RGB channels and saturation

R 119 of 255 = 47%
G 54 of 255 = 21%
B 98 of 255 = 38%

119
54
98

R + G + B ~ 35%. #773662 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 54 + 98 = 271 (100%)
R 119 of 271 ~ 43.91%
G 54 of 271 ~ 19.93%
B 98 of 271 ~ 36.16%

%43.91
%19.93
%36.16

CMYK color model

#773662 color CMYK value is (0,55,18,53).

  • cyan value is 0.00%
  • magenta value is 54.62%
  • yellow value is 17.65%
  • key color value is 53.33%
CMYK:
(0,55,18,53)
C0M55Y18K53 
(0%,55%,18%,53%)
(0.00/0.55/0.18/0.53)	

CMYK percentages

%0
%54.62
%17.65
%53.33

Codes

Color #773662 in popluar color models

773662
RGB1195498
HSL319°37.57%33.92%
HSB/HSV319°54.62%46.67%
CMYK0.00%54.62%17.65%
53.33%

Color #773662 in popluar number systems.

HEX773662
Decimal1195498
Binary11101111101101100010
Octal16766142

Shades and tints

Shades of #773662

#773662
(119,54,98)
#6D325A
(109,50,90)
#632E52
(99,46,82)
#592A4A
(89,42,74)
#4F2642
(79,38,66)
#45223A
(69,34,58)
#3B1E32
(59,30,50)
#311A2A
(49,26,42)
#271622
(39,22,34)
#1D121A
(29,18,26)
#130E12
(19,14,18)
#000000
(0,0,0)

Tints of #773662

#773662
(119,54,98)
#834870
(131,72,112)
#8F5A7E
(143,90,126)
#9B6C8C
(155,108,140)
#A77E9A
(167,126,154)
#B390A8
(179,144,168)
#BFA2B6
(191,162,182)
#CBB4C4
(203,180,196)
#D7C6D2
(215,198,210)
#E3D8E0
(227,216,224)
#EFEAEE
(239,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #773662 color. Also use rgb(119,54,98) instead hex code.

Text Font Color

.myTextColor { color: #773662; }

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

This text font color is #773662.


Background Color

.myBgColor { background-color: #773662; }

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

This div background color is #773662.


Border color

.myBorderColor { border: 1px solid #773662; }

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

This div border color is #773662.


Opacity

.myOpacity80 { color: #773662; opacity: 0.8; }

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

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

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

This text has shadow with #773662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773662 on black background.


Color preview on white background

This text has color #773662 on white background.



Black color preview on #773662 background

This text has black color on #773662 background.


White color preview on #773662 background

This text has white color on #773662 background.