COLOR #774CB3

HEX: #774CB3
RGB: (119,76,179)

Color info

#774CB3 contains mainly blue color. Web safe color of #774CB3 is #663399 (or #639).

RGB color model

#774CB3 color RGB value is (119,76,179).

  • red value is 119;
  • green value is 76;
  • blue value is 179.
RGB:
(119,76,179)
(47%,30%,70%)

RGB channels and saturation

R 119 of 255 = 47%
G 76 of 255 = 30%
B 179 of 255 = 70%

119
76
179

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

Portions of RGB colors in percentages

R + G + B =
119 + 76 + 179 = 374 (100%)
R 119 of 374 ~ 31.82%
G 76 of 374 ~ 20.32%
B 179 of 374 ~ 47.86%

%31.82
%20.32
%47.86

CMYK color model

#774CB3 color CMYK value is (34,58,0,30).

  • cyan value is 33.52%
  • magenta value is 57.54%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(34,58,0,30)
C34M58Y0K30 
(34%,58%,0%,30%)
(0.34/0.58/0.00/0.30)	

CMYK percentages

%33.52
%57.54
%0
%29.8

Codes

Color #774CB3 in popluar color models

774CB3
RGB11976179
HSL265°40.39%50.00%
HSB/HSV265°57.54%70.20%
CMYK33.52%57.54%0.00%
29.80%

Color #774CB3 in popluar number systems.

HEX774CB3
Decimal11976179
Binary1110111100110010110011
Octal167114263

Shades and tints

Shades of #774CB3

#774CB3
(119,76,179)
#6D46A3
(109,70,163)
#634093
(99,64,147)
#593A83
(89,58,131)
#4F3473
(79,52,115)
#452E63
(69,46,99)
#3B2853
(59,40,83)
#312243
(49,34,67)
#271C33
(39,28,51)
#1D1623
(29,22,35)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #774CB3

#774CB3
(119,76,179)
#835CB9
(131,92,185)
#8F6CBF
(143,108,191)
#9B7CC5
(155,124,197)
#A78CCB
(167,140,203)
#B39CD1
(179,156,209)
#BFACD7
(191,172,215)
#CBBCDD
(203,188,221)
#D7CCE3
(215,204,227)
#E3DCE9
(227,220,233)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774CB3 color. Also use rgb(119,76,179) instead hex code.

Text Font Color

.myTextColor { color: #774CB3; }

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

This text font color is #774CB3.


Background Color

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

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

This div background color is #774CB3.


Border color

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

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

This div border color is #774CB3.


Opacity

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

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

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

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

This text has shadow with #774CB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774CB3 on black background.


Color preview on white background

This text has color #774CB3 on white background.



Black color preview on #774CB3 background

This text has black color on #774CB3 background.


White color preview on #774CB3 background

This text has white color on #774CB3 background.