COLOR #771D15

HEX: #771D15
RGB: (119,29,21)

Color info

#771D15 contains mainly red color. Web safe color of #771D15 is #663300 (or #630).

RGB color model

#771D15 color RGB value is (119,29,21).

  • red value is 119;
  • green value is 29;
  • blue value is 21.
RGB:
(119,29,21)
(47%,11%,8%)

RGB channels and saturation

R 119 of 255 = 47%
G 29 of 255 = 11%
B 21 of 255 = 8%

119
29
21

R + G + B ~ 22%. #771D15 is dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 29 + 21 = 169 (100%)
R 119 of 169 ~ 70.41%
G 29 of 169 ~ 17.16%
B 21 of 169 ~ 12.43%

%70.41
%17.16
%12.43

CMYK color model

#771D15 color CMYK value is (0,76,82,53).

  • cyan value is 0.00%
  • magenta value is 75.63%
  • yellow value is 82.35%
  • key color value is 53.33%
CMYK:
(0,76,82,53)
C0M76Y82K53 
(0%,76%,82%,53%)
(0.00/0.76/0.82/0.53)	

CMYK percentages

%0
%75.63
%82.35
%53.33

Codes

Color #771D15 in popluar color models

771D15
RGB1192921
HSL70.00%27.45%
HSB/HSV82.35%46.67%
CMYK0.00%75.63%82.35%
53.33%

Color #771D15 in popluar number systems.

HEX771D15
Decimal1192921
Binary11101111110110101
Octal1673525

Shades and tints

Shades of #771D15

#771D15
(119,29,21)
#6D1B14
(109,27,20)
#631913
(99,25,19)
#591712
(89,23,18)
#4F1511
(79,21,17)
#451310
(69,19,16)
#3B110F
(59,17,15)
#310F0E
(49,15,14)
#270D0D
(39,13,13)
#1D0B0C
(29,11,12)
#13090B
(19,9,11)
#000000
(0,0,0)

Tints of #771D15

#771D15
(119,29,21)
#83312A
(131,49,42)
#8F453F
(143,69,63)
#9B5954
(155,89,84)
#A76D69
(167,109,105)
#B3817E
(179,129,126)
#BF9593
(191,149,147)
#CBA9A8
(203,169,168)
#D7BDBD
(215,189,189)
#E3D1D2
(227,209,210)
#EFE5E7
(239,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #771D15 color. Also use rgb(119,29,21) instead hex code.

Text Font Color

.myTextColor { color: #771D15; }

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

This text font color is #771D15.


Background Color

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

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

This div background color is #771D15.


Border color

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

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

This div border color is #771D15.


Opacity

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

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

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

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

This text has shadow with #771D15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #771D15 on black background.


Color preview on white background

This text has color #771D15 on white background.



Black color preview on #771D15 background

This text has black color on #771D15 background.


White color preview on #771D15 background

This text has white color on #771D15 background.