COLOR #771787

HEX: #771787
RGB: (119,23,135)

Color info

#771787 contains mainly red and blue colors. Web safe color of #771787 is #660099 (or #609).

RGB color model

#771787 color RGB value is (119,23,135).

  • red value is 119;
  • green value is 23;
  • blue value is 135.
RGB:
(119,23,135)
(47%,9%,53%)

RGB channels and saturation

R 119 of 255 = 47%
G 23 of 255 = 9%
B 135 of 255 = 53%

119
23
135

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

Portions of RGB colors in percentages

R + G + B =
119 + 23 + 135 = 277 (100%)
R 119 of 277 ~ 42.96%
G 23 of 277 ~ 8.3%
B 135 of 277 ~ 48.74%

%42.96
%48.74

CMYK color model

#771787 color CMYK value is (12,83,0,47).

  • cyan value is 11.85%
  • magenta value is 82.96%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(12,83,0,47)
C12M83Y0K47 
(12%,83%,0%,47%)
(0.12/0.83/0.00/0.47)	

CMYK percentages

%11.85
%82.96
%0
%47.06

Codes

Color #771787 in popluar color models

771787
RGB11923135
HSL291°70.89%30.98%
HSB/HSV291°82.96%52.94%
CMYK11.85%82.96%0.00%
47.06%

Color #771787 in popluar number systems.

HEX771787
Decimal11923135
Binary11101111011110000111
Octal16727207

Shades and tints

Shades of #771787

#771787
(119,23,135)
#6D157B
(109,21,123)
#63136F
(99,19,111)
#591163
(89,17,99)
#4F0F57
(79,15,87)
#450D4B
(69,13,75)
#3B0B3F
(59,11,63)
#310933
(49,9,51)
#270727
(39,7,39)
#1D051B
(29,5,27)
#13030F
(19,3,15)
#000000
(0,0,0)

Tints of #771787

#771787
(119,23,135)
#832C91
(131,44,145)
#8F419B
(143,65,155)
#9B56A5
(155,86,165)
#A76BAF
(167,107,175)
#B380B9
(179,128,185)
#BF95C3
(191,149,195)
#CBAACD
(203,170,205)
#D7BFD7
(215,191,215)
#E3D4E1
(227,212,225)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #771787 color. Also use rgb(119,23,135) instead hex code.

Text Font Color

.myTextColor { color: #771787; }

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

This text font color is #771787.


Background Color

.myBgColor { background-color: #771787; }

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

This div background color is #771787.


Border color

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

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

This div border color is #771787.


Opacity

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

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

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

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

This text has shadow with #771787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #771787 on black background.


Color preview on white background

This text has color #771787 on white background.



Black color preview on #771787 background

This text has black color on #771787 background.


White color preview on #771787 background

This text has white color on #771787 background.