COLOR #771141

HEX: #771141
RGB: (119,17,65)

Color info

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

RGB color model

#771141 color RGB value is (119,17,65).

  • red value is 119;
  • green value is 17;
  • blue value is 65.
RGB:
(119,17,65)
(47%,7%,25%)

RGB channels and saturation

R 119 of 255 = 47%
G 17 of 255 = 7%
B 65 of 255 = 25%

119
17
65

R + G + B ~ 26%. #771141 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 17 + 65 = 201 (100%)
R 119 of 201 ~ 59.2%
G 17 of 201 ~ 8.46%
B 65 of 201 ~ 32.34%

%59.2
%32.34

CMYK color model

#771141 color CMYK value is (0,86,45,53).

  • cyan value is 0.00%
  • magenta value is 85.71%
  • yellow value is 45.38%
  • key color value is 53.33%
CMYK:
(0,86,45,53)
C0M86Y45K53 
(0%,86%,45%,53%)
(0.00/0.86/0.45/0.53)	

CMYK percentages

%0
%85.71
%45.38
%53.33

Codes

Color #771141 in popluar color models

771141
RGB1191765
HSL332°75.00%26.67%
HSB/HSV332°85.71%46.67%
CMYK0.00%85.71%45.38%
53.33%

Color #771141 in popluar number systems.

HEX771141
Decimal1191765
Binary1110111100011000001
Octal16721101

Shades and tints

Shades of #771141

#771141
(119,17,65)
#6D103C
(109,16,60)
#630F37
(99,15,55)
#590E32
(89,14,50)
#4F0D2D
(79,13,45)
#450C28
(69,12,40)
#3B0B23
(59,11,35)
#310A1E
(49,10,30)
#270919
(39,9,25)
#1D0814
(29,8,20)
#13070F
(19,7,15)
#000000
(0,0,0)

Tints of #771141

#771141
(119,17,65)
#832652
(131,38,82)
#8F3B63
(143,59,99)
#9B5074
(155,80,116)
#A76585
(167,101,133)
#B37A96
(179,122,150)
#BF8FA7
(191,143,167)
#CBA4B8
(203,164,184)
#D7B9C9
(215,185,201)
#E3CEDA
(227,206,218)
#EFE3EB
(239,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #771141 color. Also use rgb(119,17,65) instead hex code.

Text Font Color

.myTextColor { color: #771141; }

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

This text font color is #771141.


Background Color

.myBgColor { background-color: #771141; }

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

This div background color is #771141.


Border color

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

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

This div border color is #771141.


Opacity

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

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

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

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

This text has shadow with #771141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #771141 on black background.


Color preview on white background

This text has color #771141 on white background.



Black color preview on #771141 background

This text has black color on #771141 background.


White color preview on #771141 background

This text has white color on #771141 background.