COLOR #78400A

HEX: #78400A RGB: (120,64,10)

Color info

#78400A contains mainly red and green colors. Web safe color of #78400A is #663300 (or #630).

RGB color model

#78400A color RGB value is (120,64,10).

RGB: (120,64,10) (47%, 25%, 4%)

RGB channels and saturation

R 120 of 255 = 47%
G 64 of 255 = 25%
B 10 of 255 = 4%

120
64
10

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

Portions of RGB colors in percentages

R + G + B = 120 + 64 + 10 = 194 (100%)
R 120 of 194 ~ 61.86%
G 64 of 194 ~ 32.99%
B 10 of 194 ~ 5.15'%

%61.86
%32.99

CMYK color model

#78400A color CMYK value is (0,47,92,53).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 91.67%
  • key color value is 52.94%

CMYK: (0,47,92,53)
C0M47Y92K53 (0%, 47%, 92%, 53%)
(0.00 / 0.47 / 0.92 / 0.53)

CMYK percentages

%0
%46.67
%91.67
%52.94

Codes

Color #78400A in popluar color models

78 40 0A
RGB 120 64 10
HSL 29° 84.62% 25.49%
HSB/HSV 29° 91.67% 47.06%
CMYK 0.00% 46.67% 91.67%
52.94%

Color #78400A in popluar number systems.

HEX 78 40 0A
Decimal 120 64 10
Binary 1111000 1000000 1010
Octal 170 100 12

Shades and tints

Shades of #78400A

#78400A
(120,64,10)
#6E3B0A
(110,59,10)
#64360A
(100,54,10)
#5A310A
(90,49,10)
#502C0A
(80,44,10)
#46270A
(70,39,10)
#3C220A
(60,34,10)
#321D0A
(50,29,10)
#28180A
(40,24,10)
#1E130A
(30,19,10)
#140E0A
(20,14,10)
#000000
(0,0,0)

Tints of #78400A

#78400A
(120,64,10)
#845120
(132,81,32)
#906236
(144,98,54)
#9C734C
(156,115,76)
#A88462
(168,132,98)
#B49578
(180,149,120)
#C0A68E
(192,166,142)
#CCB7A4
(204,183,164)
#D8C8BA
(216,200,186)
#E4D9D0
(228,217,208)
#F0EAE6
(240,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78400A color. Also use rgb(120,64,10) instead hex code.

Text Font Color

.myTextColor { color: #78400A; }

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

This text font color is #78400A.

Background Color

.myBgColor { background-color: #78400A; }

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

This div background color is #78400A.

Border color

.myBorderColor { border: 1px solid #78400A; }

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

This div border color is #78400A.

Opacity

.myOpacity80 { color: #78400A; opacity: 0.8; }

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

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

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

This text has shadow with #78400A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78400A.

Preview

Color preview on black background

This text has color #78400A on black background.


Color preview on white background

This text has color #78400A on white background.


Black color preview on #78400A background

This text has black color on #78400A background.


White color preview on #78400A background

This text has white color on #78400A background.


Related colors

Complementary color

Complementary color for #hex is #87BFF5.


I love getcolorcode.com

Triadic colors

1 #0A7840 and #400A78 with #78400A are triadic colors.

2 #0A4078 and #40780A with #78400A are triadic colors.