COLOR #772CA7

HEX: #772CA7 RGB: (119,44,167)

Color info

#772CA7 contains mainly red and blue colors. Web safe color of #772CA7 is #663399 (or #639).

RGB color model

#772CA7 color RGB value is (119,44,167).

RGB: (119,44,167) (47%, 17%, 65%)

RGB channels and saturation

R 119 of 255 = 47%
G 44 of 255 = 17%
B 167 of 255 = 65%

119
44
167

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

Portions of RGB colors in percentages

R + G + B = 119 + 44 + 167 = 330 (100%)
R 119 of 330 ~ 36.06%
G 44 of 330 ~ 13.33%
B 167 of 330 ~ 50.61'%

%36.06
%13.33
%50.61

CMYK color model

#772CA7 color CMYK value is (29,74,0,35).

  • cyan value is 28.74%
  • magenta value is 73.65%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (29,74,0,35)
C29M74Y0K35 (29%, 74%, 0%, 35%)
(0.29 / 0.74 / 0.00 / 0.35)

CMYK percentages

%28.74
%73.65
%0
%34.51

Codes

Color #772CA7 in popluar color models

77 2C A7
RGB 119 44 167
HSL 277° 58.29% 41.37%
HSB/HSV 277° 73.65% 65.49%
CMYK 28.74% 73.65% 0.00%
34.51%

Color #772CA7 in popluar number systems.

HEX 77 2C A7
Decimal 119 44 167
Binary 1110111 101100 10100111
Octal 167 54 247

Shades and tints

Shades of #772CA7

#772CA7
(119,44,167)
#6D2898
(109,40,152)
#632489
(99,36,137)
#59207A
(89,32,122)
#4F1C6B
(79,28,107)
#45185C
(69,24,92)
#3B144D
(59,20,77)
#31103E
(49,16,62)
#270C2F
(39,12,47)
#1D0820
(29,8,32)
#130411
(19,4,17)
#000000
(0,0,0)

Tints of #772CA7

#772CA7
(119,44,167)
#833FAF
(131,63,175)
#8F52B7
(143,82,183)
#9B65BF
(155,101,191)
#A778C7
(167,120,199)
#B38BCF
(179,139,207)
#BF9ED7
(191,158,215)
#CBB1DF
(203,177,223)
#D7C4E7
(215,196,231)
#E3D7EF
(227,215,239)
#EFEAF7
(239,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #772CA7 color. Also use rgb(119,44,167) instead hex code.

Text Font Color

.myTextColor { color: #772CA7; }

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

This text font color is #772CA7.

Background Color

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

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

This div background color is #772CA7.

Border color

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

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

This div border color is #772CA7.

Opacity

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

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

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

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

This text has shadow with #772CA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #772CA7.

Preview

Color preview on black background

This text has color #772CA7 on black background.


Color preview on white background

This text has color #772CA7 on white background.


Black color preview on #772CA7 background

This text has black color on #772CA7 background.


White color preview on #772CA7 background

This text has white color on #772CA7 background.


Related colors

Complementary color

Complementary color for #hex is #88D358.


I love getcolorcode.com

Triadic colors

1 #A7772C and #2CA777 with #772CA7 are triadic colors.

2 #A72C77 and #2C77A7 with #772CA7 are triadic colors.