COLOR #771C3B

HEX: #771C3B
RGB: (119,28,59)

Color info

#771C3B contains mainly red color. Web safe color of #771C3B is #663333 (or #633).

RGB color model

#771C3B color RGB value is (119,28,59).

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

RGB channels and saturation

R 119 of 255 = 47%
G 28 of 255 = 11%
B 59 of 255 = 23%

119
28
59

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

Portions of RGB colors in percentages

R + G + B =
119 + 28 + 59 = 206 (100%)
R 119 of 206 ~ 57.77%
G 28 of 206 ~ 13.59%
B 59 of 206 ~ 28.64%

%57.77
%13.59
%28.64

CMYK color model

#771C3B color CMYK value is (0,76,50,53).

  • cyan value is 0.00%
  • magenta value is 76.47%
  • yellow value is 50.42%
  • key color value is 53.33%
CMYK:
(0,76,50,53)
C0M76Y50K53 
(0%,76%,50%,53%)
(0.00/0.76/0.50/0.53)	

CMYK percentages

%0
%76.47
%50.42
%53.33

Codes

Color #771C3B in popluar color models

771C3B
RGB1192859
HSL340°61.90%28.82%
HSB/HSV340°76.47%46.67%
CMYK0.00%76.47%50.42%
53.33%

Color #771C3B in popluar number systems.

HEX771C3B
Decimal1192859
Binary111011111100111011
Octal1673473

Shades and tints

Shades of #771C3B

#771C3B
(119,28,59)
#6D1A36
(109,26,54)
#631831
(99,24,49)
#59162C
(89,22,44)
#4F1427
(79,20,39)
#451222
(69,18,34)
#3B101D
(59,16,29)
#310E18
(49,14,24)
#270C13
(39,12,19)
#1D0A0E
(29,10,14)
#130809
(19,8,9)
#000000
(0,0,0)

Tints of #771C3B

#771C3B
(119,28,59)
#83304C
(131,48,76)
#8F445D
(143,68,93)
#9B586E
(155,88,110)
#A76C7F
(167,108,127)
#B38090
(179,128,144)
#BF94A1
(191,148,161)
#CBA8B2
(203,168,178)
#D7BCC3
(215,188,195)
#E3D0D4
(227,208,212)
#EFE4E5
(239,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #771C3B; }

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

This text font color is #771C3B.


Background Color

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

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

This div background color is #771C3B.


Border color

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

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

This div border color is #771C3B.


Opacity

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

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

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

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

This text has shadow with #771C3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #771C3B on black background.


Color preview on white background

This text has color #771C3B on white background.



Black color preview on #771C3B background

This text has black color on #771C3B background.


White color preview on #771C3B background

This text has white color on #771C3B background.