COLOR #78753C

HEX: #78753C
RGB: (120,117,60)

Color info

#78753C contains mainly red and green colors. Web safe color of #78753C is #666633 (or #663).

RGB color model

#78753C color RGB value is (120,117,60).

  • red value is 120;
  • green value is 117;
  • blue value is 60.
RGB:
(120,117,60)
(47%,46%,24%)

RGB channels and saturation

R 120 of 255 = 47%
G 117 of 255 = 46%
B 60 of 255 = 24%

120
117
60

R + G + B ~ 39%. #78753C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 117 + 60 = 297 (100%)
R 120 of 297 ~ 40.4%
G 117 of 297 ~ 39.39%
B 60 of 297 ~ 20.2%

%40.4
%39.39
%20.2

CMYK color model

#78753C color CMYK value is (0,3,50,53).

  • cyan value is 0.00%
  • magenta value is 2.50%
  • yellow value is 50.00%
  • key color value is 52.94%
CMYK:
(0,3,50,53)
C0M3Y50K53 
(0%,3%,50%,53%)
(0.00/0.03/0.50/0.53)	

CMYK percentages

%0
%2.5
%50
%52.94

Codes

Color #78753C in popluar color models

78753C
RGB12011760
HSL57°33.33%35.29%
HSB/HSV57°50.00%47.06%
CMYK0.00%2.50%50.00%
52.94%

Color #78753C in popluar number systems.

HEX78753C
Decimal12011760
Binary11110001110101111100
Octal17016574

Shades and tints

Shades of #78753C

#78753C
(120,117,60)
#6E6B37
(110,107,55)
#646132
(100,97,50)
#5A572D
(90,87,45)
#504D28
(80,77,40)
#464323
(70,67,35)
#3C391E
(60,57,30)
#322F19
(50,47,25)
#282514
(40,37,20)
#1E1B0F
(30,27,15)
#14110A
(20,17,10)
#000000
(0,0,0)

Tints of #78753C

#78753C
(120,117,60)
#84814D
(132,129,77)
#908D5E
(144,141,94)
#9C996F
(156,153,111)
#A8A580
(168,165,128)
#B4B191
(180,177,145)
#C0BDA2
(192,189,162)
#CCC9B3
(204,201,179)
#D8D5C4
(216,213,196)
#E4E1D5
(228,225,213)
#F0EDE6
(240,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78753C color. Also use rgb(120,117,60) instead hex code.

Text Font Color

.myTextColor { color: #78753C; }

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

This text font color is #78753C.


Background Color

.myBgColor { background-color: #78753C; }

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

This div background color is #78753C.


Border color

.myBorderColor { border: 1px solid #78753C; }

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

This div border color is #78753C.


Opacity

.myOpacity80 { color: #78753C; opacity: 0.8; }

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

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

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

This text has shadow with #78753C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78753C on black background.


Color preview on white background

This text has color #78753C on white background.



Black color preview on #78753C background

This text has black color on #78753C background.


White color preview on #78753C background

This text has white color on #78753C background.