COLOR #771047

HEX: #771047
RGB: (119,16,71)

Color info

#771047 contains mainly red and blue colors. Web safe color of #771047 is #660033 (or #603).

RGB color model

#771047 color RGB value is (119,16,71).

  • red value is 119;
  • green value is 16;
  • blue value is 71.
RGB:
(119,16,71)
(47%,6%,28%)

RGB channels and saturation

R 119 of 255 = 47%
G 16 of 255 = 6%
B 71 of 255 = 28%

119
16
71

R + G + B ~ 27%. #771047 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 16 + 71 = 206 (100%)
R 119 of 206 ~ 57.77%
G 16 of 206 ~ 7.77%
B 71 of 206 ~ 34.47%

%57.77
%34.47

CMYK color model

#771047 color CMYK value is (0,87,40,53).

  • cyan value is 0.00%
  • magenta value is 86.55%
  • yellow value is 40.34%
  • key color value is 53.33%
CMYK:
(0,87,40,53)
C0M87Y40K53 
(0%,87%,40%,53%)
(0.00/0.87/0.40/0.53)	

CMYK percentages

%0
%86.55
%40.34
%53.33

Codes

Color #771047 in popluar color models

771047
RGB1191671
HSL328°76.30%26.47%
HSB/HSV328°86.55%46.67%
CMYK0.00%86.55%40.34%
53.33%

Color #771047 in popluar number systems.

HEX771047
Decimal1191671
Binary1110111100001000111
Octal16720107

Shades and tints

Shades of #771047

#771047
(119,16,71)
#6D0F41
(109,15,65)
#630E3B
(99,14,59)
#590D35
(89,13,53)
#4F0C2F
(79,12,47)
#450B29
(69,11,41)
#3B0A23
(59,10,35)
#31091D
(49,9,29)
#270817
(39,8,23)
#1D0711
(29,7,17)
#13060B
(19,6,11)
#000000
(0,0,0)

Tints of #771047

#771047
(119,16,71)
#832557
(131,37,87)
#8F3A67
(143,58,103)
#9B4F77
(155,79,119)
#A76487
(167,100,135)
#B37997
(179,121,151)
#BF8EA7
(191,142,167)
#CBA3B7
(203,163,183)
#D7B8C7
(215,184,199)
#E3CDD7
(227,205,215)
#EFE2E7
(239,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #771047 color. Also use rgb(119,16,71) instead hex code.

Text Font Color

.myTextColor { color: #771047; }

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

This text font color is #771047.


Background Color

.myBgColor { background-color: #771047; }

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

This div background color is #771047.


Border color

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

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

This div border color is #771047.


Opacity

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

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

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

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

This text has shadow with #771047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #771047 on black background.


Color preview on white background

This text has color #771047 on white background.



Black color preview on #771047 background

This text has black color on #771047 background.


White color preview on #771047 background

This text has white color on #771047 background.