COLOR #773ABC

HEX: #773ABC RGB: (119,58,188)

Color info

#773ABC contains mainly blue color. Web safe color of #773ABC is #6633CC (or #63C).

RGB color model

#773ABC color RGB value is (119,58,188).

RGB: (119,58,188) (47%, 23%, 74%)

RGB channels and saturation

R 119 of 255 = 47%
G 58 of 255 = 23%
B 188 of 255 = 74%

119
58
188

R + G + B ~ 48%. #773ABC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 58 + 188 = 365 (100%)
R 119 of 365 ~ 32.6%
G 58 of 365 ~ 15.89%
B 188 of 365 ~ 51.51'%

%32.6
%15.89
%51.51

CMYK color model

#773ABC color CMYK value is (37,69,0,26).

  • cyan value is 36.70%
  • magenta value is 69.15%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (37,69,0,26) C37M69Y0K26 (37%,69%,0%,26%) (0.37/0.69/0.00/0.26) 

CMYK percentages

%36.7
%69.15
%0
%26.27

Codes

Color #773ABC in popluar color models

77 3A BC
RGB 119 58 188
HSL 268° 52.85% 48.24%
HSB/HSV 268° 69.15% 73.73%
CMYK 36.70% 69.15% 0.00%
26.27%

Color #773ABC in popluar number systems.

HEX 77 3A BC
Decimal 119 58 188
Binary 1110111 111010 10111100
Octal 167 72 274

Shades and tints

Shades of #773ABC

#773ABC
(119,58,188)
#6D35AB
(109,53,171)
#63309A
(99,48,154)
#592B89
(89,43,137)
#4F2678
(79,38,120)
#452167
(69,33,103)
#3B1C56
(59,28,86)
#311745
(49,23,69)
#271234
(39,18,52)
#1D0D23
(29,13,35)
#130812
(19,8,18)
#000000
(0,0,0)

Tints of #773ABC

#773ABC
(119,58,188)
#834BC2
(131,75,194)
#8F5CC8
(143,92,200)
#9B6DCE
(155,109,206)
#A77ED4
(167,126,212)
#B38FDA
(179,143,218)
#BFA0E0
(191,160,224)
#CBB1E6
(203,177,230)
#D7C2EC
(215,194,236)
#E3D3F2
(227,211,242)
#EFE4F8
(239,228,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #773ABC color. Also use rgb(119,58,188) instead hex code.

Text Font Color

.myTextColor { color: #773ABC; }

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

This text font color is #773ABC.

Background Color

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

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

This div background color is #773ABC.

Border color

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

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

This div border color is #773ABC.

Opacity

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

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

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

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

This text has shadow with #773ABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #773ABC.

Preview

Color preview on black background

This text has color #773ABC on black background.


Color preview on white background

This text has color #773ABC on white background.


Black color preview on #773ABC background

This text has black color on #773ABC background.


White color preview on #773ABC background

This text has white color on #773ABC background.


Related colors

Complementary color

Complementary color for #hex is #88C543.


I love getcolorcode.com

Triadic colors

1 #BC773A and #3ABC77 with #773ABC are triadic colors.

2 #BC3A77 and #3A77BC with #773ABC are triadic colors.