COLOR #78763F

HEX: #78763F
RGB: (120,118,63)

Color info

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

RGB color model

#78763F color RGB value is (120,118,63).

  • red value is 120;
  • green value is 118;
  • blue value is 63.
RGB:
(120,118,63)
(47%,46%,25%)

RGB channels and saturation

R 120 of 255 = 47%
G 118 of 255 = 46%
B 63 of 255 = 25%

120
118
63

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

Portions of RGB colors in percentages

R + G + B =
120 + 118 + 63 = 301 (100%)
R 120 of 301 ~ 39.87%
G 118 of 301 ~ 39.2%
B 63 of 301 ~ 20.93%

%39.87
%39.2
%20.93

CMYK color model

#78763F color CMYK value is (0,2,48,53).

  • cyan value is 0.00%
  • magenta value is 1.67%
  • yellow value is 47.50%
  • key color value is 52.94%
CMYK:
(0,2,48,53)
C0M2Y48K53 
(0%,2%,48%,53%)
(0.00/0.02/0.48/0.53)	

CMYK percentages

%0
%1.67
%47.5
%52.94

Codes

Color #78763F in popluar color models

78763F
RGB12011863
HSL58°31.15%35.88%
HSB/HSV58°47.50%47.06%
CMYK0.00%1.67%47.50%
52.94%

Color #78763F in popluar number systems.

HEX78763F
Decimal12011863
Binary11110001110110111111
Octal17016677

Shades and tints

Shades of #78763F

#78763F
(120,118,63)
#6E6C3A
(110,108,58)
#646235
(100,98,53)
#5A5830
(90,88,48)
#504E2B
(80,78,43)
#464426
(70,68,38)
#3C3A21
(60,58,33)
#32301C
(50,48,28)
#282617
(40,38,23)
#1E1C12
(30,28,18)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #78763F

#78763F
(120,118,63)
#848250
(132,130,80)
#908E61
(144,142,97)
#9C9A72
(156,154,114)
#A8A683
(168,166,131)
#B4B294
(180,178,148)
#C0BEA5
(192,190,165)
#CCCAB6
(204,202,182)
#D8D6C7
(216,214,199)
#E4E2D8
(228,226,216)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78763F; }

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

This text font color is #78763F.


Background Color

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

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

This div background color is #78763F.


Border color

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

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

This div border color is #78763F.


Opacity

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

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

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

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

This text has shadow with #78763F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78763F on black background.


Color preview on white background

This text has color #78763F on white background.



Black color preview on #78763F background

This text has black color on #78763F background.


White color preview on #78763F background

This text has white color on #78763F background.