COLOR #771B7E

HEX: #771B7E
RGB: (119,27,126)

Color info

#771B7E contains mainly red and blue colors. Web safe color of #771B7E is #663366 (or #636).

RGB color model

#771B7E color RGB value is (119,27,126).

  • red value is 119;
  • green value is 27;
  • blue value is 126.
RGB:
(119,27,126)
(47%,11%,49%)

RGB channels and saturation

R 119 of 255 = 47%
G 27 of 255 = 11%
B 126 of 255 = 49%

119
27
126

R + G + B ~ 36%. #771B7E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 27 + 126 = 272 (100%)
R 119 of 272 ~ 43.75%
G 27 of 272 ~ 9.93%
B 126 of 272 ~ 46.32%

%43.75
%9.93
%46.32

CMYK color model

#771B7E color CMYK value is (6,79,0,51).

  • cyan value is 5.56%
  • magenta value is 78.57%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(6,79,0,51)
C6M79Y0K51 
(6%,79%,0%,51%)
(0.06/0.79/0.00/0.51)	

CMYK percentages

%5.56
%78.57
%0
%50.59

Codes

Color #771B7E in popluar color models

771B7E
RGB11927126
HSL296°64.71%30.00%
HSB/HSV296°78.57%49.41%
CMYK5.56%78.57%0.00%
50.59%

Color #771B7E in popluar number systems.

HEX771B7E
Decimal11927126
Binary1110111110111111110
Octal16733176

Shades and tints

Shades of #771B7E

#771B7E
(119,27,126)
#6D1973
(109,25,115)
#631768
(99,23,104)
#59155D
(89,21,93)
#4F1352
(79,19,82)
#451147
(69,17,71)
#3B0F3C
(59,15,60)
#310D31
(49,13,49)
#270B26
(39,11,38)
#1D091B
(29,9,27)
#130710
(19,7,16)
#000000
(0,0,0)

Tints of #771B7E

#771B7E
(119,27,126)
#832F89
(131,47,137)
#8F4394
(143,67,148)
#9B579F
(155,87,159)
#A76BAA
(167,107,170)
#B37FB5
(179,127,181)
#BF93C0
(191,147,192)
#CBA7CB
(203,167,203)
#D7BBD6
(215,187,214)
#E3CFE1
(227,207,225)
#EFE3EC
(239,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #771B7E color. Also use rgb(119,27,126) instead hex code.

Text Font Color

.myTextColor { color: #771B7E; }

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

This text font color is #771B7E.


Background Color

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

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

This div background color is #771B7E.


Border color

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

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

This div border color is #771B7E.


Opacity

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

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

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

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

This text has shadow with #771B7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #771B7E on black background.


Color preview on white background

This text has color #771B7E on white background.



Black color preview on #771B7E background

This text has black color on #771B7E background.


White color preview on #771B7E background

This text has white color on #771B7E background.