COLOR #772AC2

HEX: #772AC2
RGB: (119,42,194)

Color info

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

RGB color model

#772AC2 color RGB value is (119,42,194).

  • red value is 119;
  • green value is 42;
  • blue value is 194.
RGB:
(119,42,194)
(47%,16%,76%)

RGB channels and saturation

R 119 of 255 = 47%
G 42 of 255 = 16%
B 194 of 255 = 76%

119
42
194

R + G + B ~ 46%. #772AC2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 42 + 194 = 355 (100%)
R 119 of 355 ~ 33.52%
G 42 of 355 ~ 11.83%
B 194 of 355 ~ 54.65%

%33.52
%11.83
%54.65

CMYK color model

#772AC2 color CMYK value is (39,78,0,24).

  • cyan value is 38.66%
  • magenta value is 78.35%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(39,78,0,24)
C39M78Y0K24 
(39%,78%,0%,24%)
(0.39/0.78/0.00/0.24)	

CMYK percentages

%38.66
%78.35
%0
%23.92

Codes

Color #772AC2 in popluar color models

772AC2
RGB11942194
HSL270°64.41%46.27%
HSB/HSV270°78.35%76.08%
CMYK38.66%78.35%0.00%
23.92%

Color #772AC2 in popluar number systems.

HEX772AC2
Decimal11942194
Binary111011110101011000010
Octal16752302

Shades and tints

Shades of #772AC2

#772AC2
(119,42,194)
#6D27B1
(109,39,177)
#6324A0
(99,36,160)
#59218F
(89,33,143)
#4F1E7E
(79,30,126)
#451B6D
(69,27,109)
#3B185C
(59,24,92)
#31154B
(49,21,75)
#27123A
(39,18,58)
#1D0F29
(29,15,41)
#130C18
(19,12,24)
#000000
(0,0,0)

Tints of #772AC2

#772AC2
(119,42,194)
#833DC7
(131,61,199)
#8F50CC
(143,80,204)
#9B63D1
(155,99,209)
#A776D6
(167,118,214)
#B389DB
(179,137,219)
#BF9CE0
(191,156,224)
#CBAFE5
(203,175,229)
#D7C2EA
(215,194,234)
#E3D5EF
(227,213,239)
#EFE8F4
(239,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #772AC2 color. Also use rgb(119,42,194) instead hex code.

Text Font Color

.myTextColor { color: #772AC2; }

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

This text font color is #772AC2.


Background Color

.myBgColor { background-color: #772AC2; }

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

This div background color is #772AC2.


Border color

.myBorderColor { border: 1px solid #772AC2; }

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

This div border color is #772AC2.


Opacity

.myOpacity80 { color: #772AC2; opacity: 0.8; }

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

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

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

This text has shadow with #772AC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #772AC2 on black background.


Color preview on white background

This text has color #772AC2 on white background.



Black color preview on #772AC2 background

This text has black color on #772AC2 background.


White color preview on #772AC2 background

This text has white color on #772AC2 background.