COLOR #77201A

HEX: #77201A
RGB: (119,32,26)

Color info

#77201A contains mainly red color. Web safe color of #77201A is #663300 (or #630).

RGB color model

#77201A color RGB value is (119,32,26).

  • red value is 119;
  • green value is 32;
  • blue value is 26.
RGB:
(119,32,26)
(47%,13%,10%)

RGB channels and saturation

R 119 of 255 = 47%
G 32 of 255 = 13%
B 26 of 255 = 10%

119
32
26

R + G + B ~ 23%. #77201A is dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 32 + 26 = 177 (100%)
R 119 of 177 ~ 67.23%
G 32 of 177 ~ 18.08%
B 26 of 177 ~ 14.69%

%67.23
%18.08
%14.69

CMYK color model

#77201A color CMYK value is (0,73,78,53).

  • cyan value is 0.00%
  • magenta value is 73.11%
  • yellow value is 78.15%
  • key color value is 53.33%
CMYK:
(0,73,78,53)
C0M73Y78K53 
(0%,73%,78%,53%)
(0.00/0.73/0.78/0.53)	

CMYK percentages

%0
%73.11
%78.15
%53.33

Codes

Color #77201A in popluar color models

77201A
RGB1193226
HSL64.14%28.43%
HSB/HSV78.15%46.67%
CMYK0.00%73.11%78.15%
53.33%

Color #77201A in popluar number systems.

HEX77201A
Decimal1193226
Binary111011110000011010
Octal1674032

Shades and tints

Shades of #77201A

#77201A
(119,32,26)
#6D1E18
(109,30,24)
#631C16
(99,28,22)
#591A14
(89,26,20)
#4F1812
(79,24,18)
#451610
(69,22,16)
#3B140E
(59,20,14)
#31120C
(49,18,12)
#27100A
(39,16,10)
#1D0E08
(29,14,8)
#130C06
(19,12,6)
#000000
(0,0,0)

Tints of #77201A

#77201A
(119,32,26)
#83342E
(131,52,46)
#8F4842
(143,72,66)
#9B5C56
(155,92,86)
#A7706A
(167,112,106)
#B3847E
(179,132,126)
#BF9892
(191,152,146)
#CBACA6
(203,172,166)
#D7C0BA
(215,192,186)
#E3D4CE
(227,212,206)
#EFE8E2
(239,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77201A color. Also use rgb(119,32,26) instead hex code.

Text Font Color

.myTextColor { color: #77201A; }

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

This text font color is #77201A.


Background Color

.myBgColor { background-color: #77201A; }

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

This div background color is #77201A.


Border color

.myBorderColor { border: 1px solid #77201A; }

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

This div border color is #77201A.


Opacity

.myOpacity80 { color: #77201A; opacity: 0.8; }

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

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

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

This text has shadow with #77201A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77201A on black background.


Color preview on white background

This text has color #77201A on white background.



Black color preview on #77201A background

This text has black color on #77201A background.


White color preview on #77201A background

This text has white color on #77201A background.