COLOR #771F82

HEX: #771F82
RGB: (119,31,130)

Color info

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

RGB color model

#771F82 color RGB value is (119,31,130).

  • red value is 119;
  • green value is 31;
  • blue value is 130.
RGB:
(119,31,130)
(47%,12%,51%)

RGB channels and saturation

R 119 of 255 = 47%
G 31 of 255 = 12%
B 130 of 255 = 51%

119
31
130

R + G + B ~ 37%. #771F82 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 31 + 130 = 280 (100%)
R 119 of 280 ~ 42.5%
G 31 of 280 ~ 11.07%
B 130 of 280 ~ 46.43%

%42.5
%11.07
%46.43

CMYK color model

#771F82 color CMYK value is (8,76,0,49).

  • cyan value is 8.46%
  • magenta value is 76.15%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(8,76,0,49)
C8M76Y0K49 
(8%,76%,0%,49%)
(0.08/0.76/0.00/0.49)	

CMYK percentages

%8.46
%76.15
%0
%49.02

Codes

Color #771F82 in popluar color models

771F82
RGB11931130
HSL293°61.49%31.57%
HSB/HSV293°76.15%50.98%
CMYK8.46%76.15%0.00%
49.02%

Color #771F82 in popluar number systems.

HEX771F82
Decimal11931130
Binary11101111111110000010
Octal16737202

Shades and tints

Shades of #771F82

#771F82
(119,31,130)
#6D1D77
(109,29,119)
#631B6C
(99,27,108)
#591961
(89,25,97)
#4F1756
(79,23,86)
#45154B
(69,21,75)
#3B1340
(59,19,64)
#311135
(49,17,53)
#270F2A
(39,15,42)
#1D0D1F
(29,13,31)
#130B14
(19,11,20)
#000000
(0,0,0)

Tints of #771F82

#771F82
(119,31,130)
#83338D
(131,51,141)
#8F4798
(143,71,152)
#9B5BA3
(155,91,163)
#A76FAE
(167,111,174)
#B383B9
(179,131,185)
#BF97C4
(191,151,196)
#CBABCF
(203,171,207)
#D7BFDA
(215,191,218)
#E3D3E5
(227,211,229)
#EFE7F0
(239,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #771F82 color. Also use rgb(119,31,130) instead hex code.

Text Font Color

.myTextColor { color: #771F82; }

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

This text font color is #771F82.


Background Color

.myBgColor { background-color: #771F82; }

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

This div background color is #771F82.


Border color

.myBorderColor { border: 1px solid #771F82; }

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

This div border color is #771F82.


Opacity

.myOpacity80 { color: #771F82; opacity: 0.8; }

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

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

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

This text has shadow with #771F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #771F82 on black background.


Color preview on white background

This text has color #771F82 on white background.



Black color preview on #771F82 background

This text has black color on #771F82 background.


White color preview on #771F82 background

This text has white color on #771F82 background.