COLOR #772021

HEX: #772021
RGB: (119,32,33)

Color info

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

RGB color model

#772021 color RGB value is (119,32,33).

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

RGB channels and saturation

R 119 of 255 = 47%
G 32 of 255 = 13%
B 33 of 255 = 13%

119
32
33

R + G + B ~ 24%. #772021 is dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 32 + 33 = 184 (100%)
R 119 of 184 ~ 64.67%
G 32 of 184 ~ 17.39%
B 33 of 184 ~ 17.93%

%64.67
%17.39
%17.93

CMYK color model

#772021 color CMYK value is (0,73,72,53).

  • cyan value is 0.00%
  • magenta value is 73.11%
  • yellow value is 72.27%
  • key color value is 53.33%
CMYK:
(0,73,72,53)
C0M73Y72K53 
(0%,73%,72%,53%)
(0.00/0.73/0.72/0.53)	

CMYK percentages

%0
%73.11
%72.27
%53.33

Codes

Color #772021 in popluar color models

772021
RGB1193233
HSL359°57.62%29.61%
HSB/HSV359°73.11%46.67%
CMYK0.00%73.11%72.27%
53.33%

Color #772021 in popluar number systems.

HEX772021
Decimal1193233
Binary1110111100000100001
Octal1674041

Shades and tints

Shades of #772021

#772021
(119,32,33)
#6D1E1E
(109,30,30)
#631C1B
(99,28,27)
#591A18
(89,26,24)
#4F1815
(79,24,21)
#451612
(69,22,18)
#3B140F
(59,20,15)
#31120C
(49,18,12)
#271009
(39,16,9)
#1D0E06
(29,14,6)
#130C03
(19,12,3)
#000000
(0,0,0)

Tints of #772021

#772021
(119,32,33)
#833435
(131,52,53)
#8F4849
(143,72,73)
#9B5C5D
(155,92,93)
#A77071
(167,112,113)
#B38485
(179,132,133)
#BF9899
(191,152,153)
#CBACAD
(203,172,173)
#D7C0C1
(215,192,193)
#E3D4D5
(227,212,213)
#EFE8E9
(239,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #772021; }

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

This text font color is #772021.


Background Color

.myBgColor { background-color: #772021; }

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

This div background color is #772021.


Border color

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

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

This div border color is #772021.


Opacity

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

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

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

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

This text has shadow with #772021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #772021 on black background.


Color preview on white background

This text has color #772021 on white background.



Black color preview on #772021 background

This text has black color on #772021 background.


White color preview on #772021 background

This text has white color on #772021 background.