COLOR #771C41

HEX: #771C41
RGB: (119,28,65)

Color info

#771C41 contains mainly red and blue colors. Web safe color of #771C41 is #663333 (or #633).

RGB color model

#771C41 color RGB value is (119,28,65).

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

RGB channels and saturation

R 119 of 255 = 47%
G 28 of 255 = 11%
B 65 of 255 = 25%

119
28
65

R + G + B ~ 28%. #771C41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 28 + 65 = 212 (100%)
R 119 of 212 ~ 56.13%
G 28 of 212 ~ 13.21%
B 65 of 212 ~ 30.66%

%56.13
%13.21
%30.66

CMYK color model

#771C41 color CMYK value is (0,76,45,53).

  • cyan value is 0.00%
  • magenta value is 76.47%
  • yellow value is 45.38%
  • key color value is 53.33%
CMYK:
(0,76,45,53)
C0M76Y45K53 
(0%,76%,45%,53%)
(0.00/0.76/0.45/0.53)	

CMYK percentages

%0
%76.47
%45.38
%53.33

Codes

Color #771C41 in popluar color models

771C41
RGB1192865
HSL336°61.90%28.82%
HSB/HSV336°76.47%46.67%
CMYK0.00%76.47%45.38%
53.33%

Color #771C41 in popluar number systems.

HEX771C41
Decimal1192865
Binary1110111111001000001
Octal16734101

Shades and tints

Shades of #771C41

#771C41
(119,28,65)
#6D1A3C
(109,26,60)
#631837
(99,24,55)
#591632
(89,22,50)
#4F142D
(79,20,45)
#451228
(69,18,40)
#3B1023
(59,16,35)
#310E1E
(49,14,30)
#270C19
(39,12,25)
#1D0A14
(29,10,20)
#13080F
(19,8,15)
#000000
(0,0,0)

Tints of #771C41

#771C41
(119,28,65)
#833052
(131,48,82)
#8F4463
(143,68,99)
#9B5874
(155,88,116)
#A76C85
(167,108,133)
#B38096
(179,128,150)
#BF94A7
(191,148,167)
#CBA8B8
(203,168,184)
#D7BCC9
(215,188,201)
#E3D0DA
(227,208,218)
#EFE4EB
(239,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #771C41; }

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

This text font color is #771C41.


Background Color

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

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

This div background color is #771C41.


Border color

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

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

This div border color is #771C41.


Opacity

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

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

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

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

This text has shadow with #771C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #771C41 on black background.


Color preview on white background

This text has color #771C41 on white background.



Black color preview on #771C41 background

This text has black color on #771C41 background.


White color preview on #771C41 background

This text has white color on #771C41 background.