COLOR #781132

HEX: #781132
RGB: (120,17,50)

Color info

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

RGB color model

#781132 color RGB value is (120,17,50).

  • red value is 120;
  • green value is 17;
  • blue value is 50.
RGB:
(120,17,50)
(47%,7%,20%)

RGB channels and saturation

R 120 of 255 = 47%
G 17 of 255 = 7%
B 50 of 255 = 20%

120
17
50

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

Portions of RGB colors in percentages

R + G + B =
120 + 17 + 50 = 187 (100%)
R 120 of 187 ~ 64.17%
G 17 of 187 ~ 9.09%
B 50 of 187 ~ 26.74%

%64.17
%26.74

CMYK color model

#781132 color CMYK value is (0,86,58,53).

  • cyan value is 0.00%
  • magenta value is 85.83%
  • yellow value is 58.33%
  • key color value is 52.94%
CMYK:
(0,86,58,53)
C0M86Y58K53 
(0%,86%,58%,53%)
(0.00/0.86/0.58/0.53)	

CMYK percentages

%0
%85.83
%58.33
%52.94

Codes

Color #781132 in popluar color models

781132
RGB1201750
HSL341°75.18%26.86%
HSB/HSV341°85.83%47.06%
CMYK0.00%85.83%58.33%
52.94%

Color #781132 in popluar number systems.

HEX781132
Decimal1201750
Binary111100010001110010
Octal1702162

Shades and tints

Shades of #781132

#781132
(120,17,50)
#6E102E
(110,16,46)
#640F2A
(100,15,42)
#5A0E26
(90,14,38)
#500D22
(80,13,34)
#460C1E
(70,12,30)
#3C0B1A
(60,11,26)
#320A16
(50,10,22)
#280912
(40,9,18)
#1E080E
(30,8,14)
#14070A
(20,7,10)
#000000
(0,0,0)

Tints of #781132

#781132
(120,17,50)
#842644
(132,38,68)
#903B56
(144,59,86)
#9C5068
(156,80,104)
#A8657A
(168,101,122)
#B47A8C
(180,122,140)
#C08F9E
(192,143,158)
#CCA4B0
(204,164,176)
#D8B9C2
(216,185,194)
#E4CED4
(228,206,212)
#F0E3E6
(240,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #781132; }

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

This text font color is #781132.


Background Color

.myBgColor { background-color: #781132; }

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

This div background color is #781132.


Border color

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

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

This div border color is #781132.


Opacity

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

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

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

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

This text has shadow with #781132 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #781132 on black background.


Color preview on white background

This text has color #781132 on white background.



Black color preview on #781132 background

This text has black color on #781132 background.


White color preview on #781132 background

This text has white color on #781132 background.