COLOR #782121

HEX: #782121
RGB: (120,33,33)

Color info

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

RGB color model

#782121 color RGB value is (120,33,33).

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

RGB channels and saturation

R 120 of 255 = 47%
G 33 of 255 = 13%
B 33 of 255 = 13%

120
33
33

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

Portions of RGB colors in percentages

R + G + B =
120 + 33 + 33 = 186 (100%)
R 120 of 186 ~ 64.52%
G 33 of 186 ~ 17.74%
B 33 of 186 ~ 17.74%

%64.52
%17.74
%17.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 72.50%
  • yellow value is 72.50%
  • key color value is 52.94%
CMYK:
(0,73,73,53)
C0M73Y73K53 
(0%,73%,73%,53%)
(0.00/0.73/0.73/0.53)	

CMYK percentages

%0
%72.5
%72.5
%52.94

Codes

Color #782121 in popluar color models

782121
RGB1203333
HSL56.86%30.00%
HSB/HSV72.50%47.06%
CMYK0.00%72.50%72.50%
52.94%

Color #782121 in popluar number systems.

HEX782121
Decimal1203333
Binary1111000100001100001
Octal1704141

Shades and tints

Shades of #782121

#782121
(120,33,33)
#6E1E1E
(110,30,30)
#641B1B
(100,27,27)
#5A1818
(90,24,24)
#501515
(80,21,21)
#461212
(70,18,18)
#3C0F0F
(60,15,15)
#320C0C
(50,12,12)
#280909
(40,9,9)
#1E0606
(30,6,6)
#140303
(20,3,3)
#000000
(0,0,0)

Tints of #782121

#782121
(120,33,33)
#843535
(132,53,53)
#904949
(144,73,73)
#9C5D5D
(156,93,93)
#A87171
(168,113,113)
#B48585
(180,133,133)
#C09999
(192,153,153)
#CCADAD
(204,173,173)
#D8C1C1
(216,193,193)
#E4D5D5
(228,213,213)
#F0E9E9
(240,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #782121; }

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

This text font color is #782121.


Background Color

.myBgColor { background-color: #782121; }

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

This div background color is #782121.


Border color

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

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

This div border color is #782121.


Opacity

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

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

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

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

This text has shadow with #782121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #782121 on black background.


Color preview on white background

This text has color #782121 on white background.



Black color preview on #782121 background

This text has black color on #782121 background.


White color preview on #782121 background

This text has white color on #782121 background.