COLOR #781F09

HEX: #781F09 RGB: (120,31,9)

Color info

#781F09 contains mainly red color. Web safe color of #781F09 is #663300 (or #630).

RGB color model

#781F09 color RGB value is (120,31,9).

RGB: (120,31,9) (47%, 12%, 4%)

RGB channels and saturation

R 120 of 255 = 47%
G 31 of 255 = 12%
B 9 of 255 = 4%

120
31
9

R + G + B ~ 21%. #781F09 is dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 31 + 9 = 160 (100%)
R 120 of 160 ~ 75%
G 31 of 160 ~ 19.38%
B 9 of 160 ~ 5.63'%

%75
%19.38

CMYK color model

#781F09 color CMYK value is (0,74,93,53).

  • cyan value is 0.00%
  • magenta value is 74.17%
  • yellow value is 92.50%
  • key color value is 52.94%

CMYK: (0,74,93,53)
C0M74Y93K53 (0%, 74%, 93%, 53%)
(0.00 / 0.74 / 0.93 / 0.53)

CMYK percentages

%0
%74.17
%92.5
%52.94

Codes

Color #781F09 in popluar color models

78 1F 09
RGB 120 31 9
HSL 12° 86.05% 25.29%
HSB/HSV 12° 92.50% 47.06%
CMYK 0.00% 74.17% 92.50%
52.94%

Color #781F09 in popluar number systems.

HEX 78 1F 09
Decimal 120 31 9
Binary 1111000 11111 1001
Octal 170 37 11

Shades and tints

Shades of #781F09

#781F09
(120,31,9)
#6E1D09
(110,29,9)
#641B09
(100,27,9)
#5A1909
(90,25,9)
#501709
(80,23,9)
#461509
(70,21,9)
#3C1309
(60,19,9)
#321109
(50,17,9)
#280F09
(40,15,9)
#1E0D09
(30,13,9)
#140B09
(20,11,9)
#000000
(0,0,0)

Tints of #781F09

#781F09
(120,31,9)
#84331F
(132,51,31)
#904735
(144,71,53)
#9C5B4B
(156,91,75)
#A86F61
(168,111,97)
#B48377
(180,131,119)
#C0978D
(192,151,141)
#CCABA3
(204,171,163)
#D8BFB9
(216,191,185)
#E4D3CF
(228,211,207)
#F0E7E5
(240,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #781F09 color. Also use rgb(120,31,9) instead hex code.

Text Font Color

.myTextColor { color: #781F09; }

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

This text font color is #781F09.

Background Color

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

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

This div background color is #781F09.

Border color

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

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

This div border color is #781F09.

Opacity

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

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

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

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

This text has shadow with #781F09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #781F09.

Preview

Color preview on black background

This text has color #781F09 on black background.


Color preview on white background

This text has color #781F09 on white background.


Black color preview on #781F09 background

This text has black color on #781F09 background.


White color preview on #781F09 background

This text has white color on #781F09 background.


Related colors

Complementary color

Complementary color for #hex is #87E0F6.


I love getcolorcode.com

Triadic colors

1 #09781F and #1F0978 with #781F09 are triadic colors.

2 #091F78 and #1F7809 with #781F09 are triadic colors.