COLOR #781749

HEX: #781749
RGB: (120,23,73)

Color info

#781749 contains mainly red and blue colors. Web safe color of #781749 is #660033 (or #603).

RGB color model

#781749 color RGB value is (120,23,73).

  • red value is 120;
  • green value is 23;
  • blue value is 73.
RGB:
(120,23,73)
(47%,9%,29%)

RGB channels and saturation

R 120 of 255 = 47%
G 23 of 255 = 9%
B 73 of 255 = 29%

120
23
73

R + G + B ~ 28%. #781749 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 23 + 73 = 216 (100%)
R 120 of 216 ~ 55.56%
G 23 of 216 ~ 10.65%
B 73 of 216 ~ 33.8%

%55.56
%10.65
%33.8

CMYK color model

#781749 color CMYK value is (0,81,39,53).

  • cyan value is 0.00%
  • magenta value is 80.83%
  • yellow value is 39.17%
  • key color value is 52.94%
CMYK:
(0,81,39,53)
C0M81Y39K53 
(0%,81%,39%,53%)
(0.00/0.81/0.39/0.53)	

CMYK percentages

%0
%80.83
%39.17
%52.94

Codes

Color #781749 in popluar color models

781749
RGB1202373
HSL329°67.83%28.04%
HSB/HSV329°80.83%47.06%
CMYK0.00%80.83%39.17%
52.94%

Color #781749 in popluar number systems.

HEX781749
Decimal1202373
Binary1111000101111001001
Octal17027111

Shades and tints

Shades of #781749

#781749
(120,23,73)
#6E1543
(110,21,67)
#64133D
(100,19,61)
#5A1137
(90,17,55)
#500F31
(80,15,49)
#460D2B
(70,13,43)
#3C0B25
(60,11,37)
#32091F
(50,9,31)
#280719
(40,7,25)
#1E0513
(30,5,19)
#14030D
(20,3,13)
#000000
(0,0,0)

Tints of #781749

#781749
(120,23,73)
#842C59
(132,44,89)
#904169
(144,65,105)
#9C5679
(156,86,121)
#A86B89
(168,107,137)
#B48099
(180,128,153)
#C095A9
(192,149,169)
#CCAAB9
(204,170,185)
#D8BFC9
(216,191,201)
#E4D4D9
(228,212,217)
#F0E9E9
(240,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #781749; }

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

This text font color is #781749.


Background Color

.myBgColor { background-color: #781749; }

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

This div background color is #781749.


Border color

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

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

This div border color is #781749.


Opacity

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

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

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

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

This text has shadow with #781749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #781749 on black background.


Color preview on white background

This text has color #781749 on white background.



Black color preview on #781749 background

This text has black color on #781749 background.


White color preview on #781749 background

This text has white color on #781749 background.