COLOR #78743F

HEX: #78743F RGB: (120,116,63)

Color info

#78743F contains red, green and blue colors in about the same proportion. Web safe color of #78743F is #666633 (or #663).

RGB color model

#78743F color RGB value is (120,116,63).

RGB: (120,116,63) (47%, 45%, 25%)

RGB channels and saturation

R 120 of 255 = 47%
G 116 of 255 = 45%
B 63 of 255 = 25%

120
116
63

R + G + B ~ 39%. #78743F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 116 + 63 = 299 (100%)
R 120 of 299 ~ 40.13%
G 116 of 299 ~ 38.8%
B 63 of 299 ~ 21.07'%

%40.13
%38.8
%21.07

CMYK color model

#78743F color CMYK value is (0,3,48,53).

  • cyan value is 0.00%
  • magenta value is 3.33%
  • yellow value is 47.50%
  • key color value is 52.94%

CMYK: (0,3,48,53)
C0M3Y48K53 (0%, 3%, 48%, 53%)
(0.00 / 0.03 / 0.48 / 0.53)

CMYK percentages

%0
%3.33
%47.5
%52.94

Codes

Color #78743F in popluar color models

78 74 3F
RGB 120 116 63
HSL 56° 31.15% 35.88%
HSB/HSV 56° 47.50% 47.06%
CMYK 0.00% 3.33% 47.50%
52.94%

Color #78743F in popluar number systems.

HEX 78 74 3F
Decimal 120 116 63
Binary 1111000 1110100 111111
Octal 170 164 77

Shades and tints

Shades of #78743F

#78743F
(120,116,63)
#6E6A3A
(110,106,58)
#646035
(100,96,53)
#5A5630
(90,86,48)
#504C2B
(80,76,43)
#464226
(70,66,38)
#3C3821
(60,56,33)
#322E1C
(50,46,28)
#282417
(40,36,23)
#1E1A12
(30,26,18)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #78743F

#78743F
(120,116,63)
#848050
(132,128,80)
#908C61
(144,140,97)
#9C9872
(156,152,114)
#A8A483
(168,164,131)
#B4B094
(180,176,148)
#C0BCA5
(192,188,165)
#CCC8B6
(204,200,182)
#D8D4C7
(216,212,199)
#E4E0D8
(228,224,216)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78743F color. Also use rgb(120,116,63) instead hex code.

Text Font Color

.myTextColor { color: #78743F; }

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

This text font color is #78743F.

Background Color

.myBgColor { background-color: #78743F; }

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

This div background color is #78743F.

Border color

.myBorderColor { border: 1px solid #78743F; }

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

This div border color is #78743F.

Opacity

.myOpacity80 { color: #78743F; opacity: 0.8; }

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

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

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

This text has shadow with #78743F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78743F.

Preview

Color preview on black background

This text has color #78743F on black background.


Color preview on white background

This text has color #78743F on white background.


Black color preview on #78743F background

This text has black color on #78743F background.


White color preview on #78743F background

This text has white color on #78743F background.


Related colors

Complementary color

Complementary color for #hex is #878BC0.


I love getcolorcode.com

Triadic colors

1 #3F7874 and #743F78 with #78743F are triadic colors.

2 #3F7478 and #74783F with #78743F are triadic colors.