COLOR #771B72

HEX: #771B72
RGB: (119,27,114)

Color info

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

RGB color model

#771B72 color RGB value is (119,27,114).

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

RGB channels and saturation

R 119 of 255 = 47%
G 27 of 255 = 11%
B 114 of 255 = 45%

119
27
114

R + G + B ~ 34%. #771B72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 27 + 114 = 260 (100%)
R 119 of 260 ~ 45.77%
G 27 of 260 ~ 10.38%
B 114 of 260 ~ 43.85%

%45.77
%10.38
%43.85

CMYK color model

#771B72 color CMYK value is (0,77,4,53).

  • cyan value is 0.00%
  • magenta value is 77.31%
  • yellow value is 4.20%
  • key color value is 53.33%
CMYK:
(0,77,4,53)
C0M77Y4K53 
(0%,77%,4%,53%)
(0.00/0.77/0.04/0.53)	

CMYK percentages

%0
%77.31
%4.2
%53.33

Codes

Color #771B72 in popluar color models

771B72
RGB11927114
HSL303°63.01%28.63%
HSB/HSV303°77.31%46.67%
CMYK0.00%77.31%4.20%
53.33%

Color #771B72 in popluar number systems.

HEX771B72
Decimal11927114
Binary1110111110111110010
Octal16733162

Shades and tints

Shades of #771B72

#771B72
(119,27,114)
#6D1968
(109,25,104)
#63175E
(99,23,94)
#591554
(89,21,84)
#4F134A
(79,19,74)
#451140
(69,17,64)
#3B0F36
(59,15,54)
#310D2C
(49,13,44)
#270B22
(39,11,34)
#1D0918
(29,9,24)
#13070E
(19,7,14)
#000000
(0,0,0)

Tints of #771B72

#771B72
(119,27,114)
#832F7E
(131,47,126)
#8F438A
(143,67,138)
#9B5796
(155,87,150)
#A76BA2
(167,107,162)
#B37FAE
(179,127,174)
#BF93BA
(191,147,186)
#CBA7C6
(203,167,198)
#D7BBD2
(215,187,210)
#E3CFDE
(227,207,222)
#EFE3EA
(239,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #771B72; }

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

This text font color is #771B72.


Background Color

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

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

This div background color is #771B72.


Border color

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

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

This div border color is #771B72.


Opacity

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

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

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

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

This text has shadow with #771B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #771B72 on black background.


Color preview on white background

This text has color #771B72 on white background.



Black color preview on #771B72 background

This text has black color on #771B72 background.


White color preview on #771B72 background

This text has white color on #771B72 background.