COLOR #781A04

HEX: #781A04 RGB: (120,26,4)

Color info

#781A04 contains mainly red color. Web safe color of #781A04 is #660000 (or #600).

RGB color model

#781A04 color RGB value is (120,26,4).

RGB: (120,26,4) (47%, 10%, 2%)

RGB channels and saturation

R 120 of 255 = 47%
G 26 of 255 = 10%
B 4 of 255 = 2%

120
26
4

R + G + B ~ 20%. #781A04 is dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 26 + 4 = 150 (100%)
R 120 of 150 ~ 80%
G 26 of 150 ~ 17.33%
B 4 of 150 ~ 2.67'%

%80
%17.33

CMYK color model

#781A04 color CMYK value is (0,78,97,53).

  • cyan value is 0.00%
  • magenta value is 78.33%
  • yellow value is 96.67%
  • key color value is 52.94%

CMYK: (0,78,97,53)
C0M78Y97K53 (0%, 78%, 97%, 53%)
(0.00 / 0.78 / 0.97 / 0.53)

CMYK percentages

%0
%78.33
%96.67
%52.94

Codes

Color #781A04 in popluar color models

78 1A 04
RGB 120 26 4
HSL 11° 93.55% 24.31%
HSB/HSV 11° 96.67% 47.06%
CMYK 0.00% 78.33% 96.67%
52.94%

Color #781A04 in popluar number systems.

HEX 78 1A 04
Decimal 120 26 4
Binary 1111000 11010 100
Octal 170 32 4

Shades and tints

Shades of #781A04

#781A04
(120,26,4)
#6E1804
(110,24,4)
#641604
(100,22,4)
#5A1404
(90,20,4)
#501204
(80,18,4)
#461004
(70,16,4)
#3C0E04
(60,14,4)
#320C04
(50,12,4)
#280A04
(40,10,4)
#1E0804
(30,8,4)
#140604
(20,6,4)
#000000
(0,0,0)

Tints of #781A04

#781A04
(120,26,4)
#842E1A
(132,46,26)
#904230
(144,66,48)
#9C5646
(156,86,70)
#A86A5C
(168,106,92)
#B47E72
(180,126,114)
#C09288
(192,146,136)
#CCA69E
(204,166,158)
#D8BAB4
(216,186,180)
#E4CECA
(228,206,202)
#F0E2E0
(240,226,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #781A04 color. Also use rgb(120,26,4) instead hex code.

Text Font Color

.myTextColor { color: #781A04; }

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

This text font color is #781A04.

Background Color

.myBgColor { background-color: #781A04; }

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

This div background color is #781A04.

Border color

.myBorderColor { border: 1px solid #781A04; }

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

This div border color is #781A04.

Opacity

.myOpacity80 { color: #781A04; opacity: 0.8; }

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

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

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

This text has shadow with #781A04 color.


.textShadow {text-shadow: 3px 3px 1px #781A04', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #781A04; -webkit-box-shadow: 1px 1px 3px 2px #781A04; box-shadow:1px 1px 3px 2px #781A04;">
Div content here
</div>

This div box has shadow with color #781A04.

Preview

Color preview on black background

This text has color #781A04 on black background.


Color preview on white background

This text has color #781A04 on white background.


Black color preview on #781A04 background

This text has black color on #781A04 background.


White color preview on #781A04 background

This text has white color on #781A04 background.


Related colors

Complementary color

Complementary color for #hex is #87E5FB.


I love getcolorcode.com

Triadic colors

1 #04781A and #1A0478 with #781A04 are triadic colors.

2 #041A78 and #1A7804 with #781A04 are triadic colors.