COLOR #771731

HEX: #771731
RGB: (119,23,49)

Color info

#771731 contains mainly red color. Web safe color of #771731 is #660033 (or #603).

RGB color model

#771731 color RGB value is (119,23,49).

  • red value is 119;
  • green value is 23;
  • blue value is 49.
RGB:
(119,23,49)
(47%,9%,19%)

RGB channels and saturation

R 119 of 255 = 47%
G 23 of 255 = 9%
B 49 of 255 = 19%

119
23
49

R + G + B ~ 25%. #771731 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 23 + 49 = 191 (100%)
R 119 of 191 ~ 62.3%
G 23 of 191 ~ 12.04%
B 49 of 191 ~ 25.65%

%62.3
%12.04
%25.65

CMYK color model

#771731 color CMYK value is (0,81,59,53).

  • cyan value is 0.00%
  • magenta value is 80.67%
  • yellow value is 58.82%
  • key color value is 53.33%
CMYK:
(0,81,59,53)
C0M81Y59K53 
(0%,81%,59%,53%)
(0.00/0.81/0.59/0.53)	

CMYK percentages

%0
%80.67
%58.82
%53.33

Codes

Color #771731 in popluar color models

771731
RGB1192349
HSL344°67.61%27.84%
HSB/HSV344°80.67%46.67%
CMYK0.00%80.67%58.82%
53.33%

Color #771731 in popluar number systems.

HEX771731
Decimal1192349
Binary111011110111110001
Octal1672761

Shades and tints

Shades of #771731

#771731
(119,23,49)
#6D152D
(109,21,45)
#631329
(99,19,41)
#591125
(89,17,37)
#4F0F21
(79,15,33)
#450D1D
(69,13,29)
#3B0B19
(59,11,25)
#310915
(49,9,21)
#270711
(39,7,17)
#1D050D
(29,5,13)
#130309
(19,3,9)
#000000
(0,0,0)

Tints of #771731

#771731
(119,23,49)
#832C43
(131,44,67)
#8F4155
(143,65,85)
#9B5667
(155,86,103)
#A76B79
(167,107,121)
#B3808B
(179,128,139)
#BF959D
(191,149,157)
#CBAAAF
(203,170,175)
#D7BFC1
(215,191,193)
#E3D4D3
(227,212,211)
#EFE9E5
(239,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #771731 color. Also use rgb(119,23,49) instead hex code.

Text Font Color

.myTextColor { color: #771731; }

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

This text font color is #771731.


Background Color

.myBgColor { background-color: #771731; }

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

This div background color is #771731.


Border color

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

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

This div border color is #771731.


Opacity

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

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

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

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

This text has shadow with #771731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #771731 on black background.


Color preview on white background

This text has color #771731 on white background.



Black color preview on #771731 background

This text has black color on #771731 background.


White color preview on #771731 background

This text has white color on #771731 background.