COLOR #772991

HEX: #772991
RGB: (119,41,145)

Color info

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

RGB color model

#772991 color RGB value is (119,41,145).

  • red value is 119;
  • green value is 41;
  • blue value is 145.
RGB:
(119,41,145)
(47%,16%,57%)

RGB channels and saturation

R 119 of 255 = 47%
G 41 of 255 = 16%
B 145 of 255 = 57%

119
41
145

R + G + B ~ 40%. #772991 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 41 + 145 = 305 (100%)
R 119 of 305 ~ 39.02%
G 41 of 305 ~ 13.44%
B 145 of 305 ~ 47.54%

%39.02
%13.44
%47.54

CMYK color model

#772991 color CMYK value is (18,72,0,43).

  • cyan value is 17.93%
  • magenta value is 71.72%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(18,72,0,43)
C18M72Y0K43 
(18%,72%,0%,43%)
(0.18/0.72/0.00/0.43)	

CMYK percentages

%17.93
%71.72
%0
%43.14

Codes

Color #772991 in popluar color models

772991
RGB11941145
HSL285°55.91%36.47%
HSB/HSV285°71.72%56.86%
CMYK17.93%71.72%0.00%
43.14%

Color #772991 in popluar number systems.

HEX772991
Decimal11941145
Binary111011110100110010001
Octal16751221

Shades and tints

Shades of #772991

#772991
(119,41,145)
#6D2684
(109,38,132)
#632377
(99,35,119)
#59206A
(89,32,106)
#4F1D5D
(79,29,93)
#451A50
(69,26,80)
#3B1743
(59,23,67)
#311436
(49,20,54)
#271129
(39,17,41)
#1D0E1C
(29,14,28)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #772991

#772991
(119,41,145)
#833C9B
(131,60,155)
#8F4FA5
(143,79,165)
#9B62AF
(155,98,175)
#A775B9
(167,117,185)
#B388C3
(179,136,195)
#BF9BCD
(191,155,205)
#CBAED7
(203,174,215)
#D7C1E1
(215,193,225)
#E3D4EB
(227,212,235)
#EFE7F5
(239,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #772991 color. Also use rgb(119,41,145) instead hex code.

Text Font Color

.myTextColor { color: #772991; }

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

This text font color is #772991.


Background Color

.myBgColor { background-color: #772991; }

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

This div background color is #772991.


Border color

.myBorderColor { border: 1px solid #772991; }

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

This div border color is #772991.


Opacity

.myOpacity80 { color: #772991; opacity: 0.8; }

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

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

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

This text has shadow with #772991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #772991 on black background.


Color preview on white background

This text has color #772991 on white background.



Black color preview on #772991 background

This text has black color on #772991 background.


White color preview on #772991 background

This text has white color on #772991 background.