COLOR #771DB8

HEX: #771DB8 RGB: (119,29,184)

Color info

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

RGB color model

#771DB8 color RGB value is (119,29,184).

RGB: (119,29,184) (47%, 11%, 72%)

RGB channels and saturation

R 119 of 255 = 47%
G 29 of 255 = 11%
B 184 of 255 = 72%

119
29
184

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

Portions of RGB colors in percentages

R + G + B = 119 + 29 + 184 = 332 (100%)
R 119 of 332 ~ 35.84%
G 29 of 332 ~ 8.73%
B 184 of 332 ~ 55.42'%

%35.84
%55.42

CMYK color model

#771DB8 color CMYK value is (35,84,0,28).

  • cyan value is 35.33%
  • magenta value is 84.24%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (35,84,0,28)
C35M84Y0K28 (35%, 84%, 0%, 28%)
(0.35 / 0.84 / 0.00 / 0.28)

CMYK percentages

%35.33
%84.24
%0
%27.84

Codes

Color #771DB8 in popluar color models

77 1D B8
RGB 119 29 184
HSL 275° 72.77% 41.76%
HSB/HSV 275° 84.24% 72.16%
CMYK 35.33% 84.24% 0.00%
27.84%

Color #771DB8 in popluar number systems.

HEX 77 1D B8
Decimal 119 29 184
Binary 1110111 11101 10111000
Octal 167 35 270

Shades and tints

Shades of #771DB8

#771DB8
(119,29,184)
#6D1BA8
(109,27,168)
#631998
(99,25,152)
#591788
(89,23,136)
#4F1578
(79,21,120)
#451368
(69,19,104)
#3B1158
(59,17,88)
#310F48
(49,15,72)
#270D38
(39,13,56)
#1D0B28
(29,11,40)
#130918
(19,9,24)
#000000
(0,0,0)

Tints of #771DB8

#771DB8
(119,29,184)
#8331BE
(131,49,190)
#8F45C4
(143,69,196)
#9B59CA
(155,89,202)
#A76DD0
(167,109,208)
#B381D6
(179,129,214)
#BF95DC
(191,149,220)
#CBA9E2
(203,169,226)
#D7BDE8
(215,189,232)
#E3D1EE
(227,209,238)
#EFE5F4
(239,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #771DB8 color. Also use rgb(119,29,184) instead hex code.

Text Font Color

.myTextColor { color: #771DB8; }

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

This text font color is #771DB8.

Background Color

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

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

This div background color is #771DB8.

Border color

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

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

This div border color is #771DB8.

Opacity

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

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

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

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

This text has shadow with #771DB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #771DB8.

Preview

Color preview on black background

This text has color #771DB8 on black background.


Color preview on white background

This text has color #771DB8 on white background.


Black color preview on #771DB8 background

This text has black color on #771DB8 background.


White color preview on #771DB8 background

This text has white color on #771DB8 background.


Related colors

Complementary color

Complementary color for #hex is #88E247.


I love getcolorcode.com

Triadic colors

1 #B8771D and #1DB877 with #771DB8 are triadic colors.

2 #B81D77 and #1D77B8 with #771DB8 are triadic colors.