COLOR #774AC3

HEX: #774AC3 RGB: (119,74,195)

Color info

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

RGB color model

#774AC3 color RGB value is (119,74,195).

RGB: (119,74,195) (47%, 29%, 76%)

RGB channels and saturation

R 119 of 255 = 47%
G 74 of 255 = 29%
B 195 of 255 = 76%

119
74
195

R + G + B ~ 51%. #774AC3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 74 + 195 = 388 (100%)
R 119 of 388 ~ 30.67%
G 74 of 388 ~ 19.07%
B 195 of 388 ~ 50.26'%

%30.67
%19.07
%50.26

CMYK color model

#774AC3 color CMYK value is (39,62,0,24).

  • cyan value is 38.97%
  • magenta value is 62.05%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (39,62,0,24)
C39M62Y0K24 (39%, 62%, 0%, 24%)
(0.39 / 0.62 / 0.00 / 0.24)

CMYK percentages

%38.97
%62.05
%0
%23.53

Codes

Color #774AC3 in popluar color models

77 4A C3
RGB 119 74 195
HSL 262° 50.21% 52.75%
HSB/HSV 262° 62.05% 76.47%
CMYK 38.97% 62.05% 0.00%
23.53%

Color #774AC3 in popluar number systems.

HEX 77 4A C3
Decimal 119 74 195
Binary 1110111 1001010 11000011
Octal 167 112 303

Shades and tints

Shades of #774AC3

#774AC3
(119,74,195)
#6D44B2
(109,68,178)
#633EA1
(99,62,161)
#593890
(89,56,144)
#4F327F
(79,50,127)
#452C6E
(69,44,110)
#3B265D
(59,38,93)
#31204C
(49,32,76)
#271A3B
(39,26,59)
#1D142A
(29,20,42)
#130E19
(19,14,25)
#000000
(0,0,0)

Tints of #774AC3

#774AC3
(119,74,195)
#835AC8
(131,90,200)
#8F6ACD
(143,106,205)
#9B7AD2
(155,122,210)
#A78AD7
(167,138,215)
#B39ADC
(179,154,220)
#BFAAE1
(191,170,225)
#CBBAE6
(203,186,230)
#D7CAEB
(215,202,235)
#E3DAF0
(227,218,240)
#EFEAF5
(239,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774AC3 color. Also use rgb(119,74,195) instead hex code.

Text Font Color

.myTextColor { color: #774AC3; }

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

This text font color is #774AC3.

Background Color

.myBgColor { background-color: #774AC3; }

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

This div background color is #774AC3.

Border color

.myBorderColor { border: 1px solid #774AC3; }

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

This div border color is #774AC3.

Opacity

.myOpacity80 { color: #774AC3; opacity: 0.8; }

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

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

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

This text has shadow with #774AC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #774AC3.

Preview

Color preview on black background

This text has color #774AC3 on black background.


Color preview on white background

This text has color #774AC3 on white background.


Black color preview on #774AC3 background

This text has black color on #774AC3 background.


White color preview on #774AC3 background

This text has white color on #774AC3 background.


Related colors

Complementary color

Complementary color for #hex is #88B53C.


I love getcolorcode.com

Triadic colors

1 #C3774A and #4AC377 with #774AC3 are triadic colors.

2 #C34A77 and #4A77C3 with #774AC3 are triadic colors.