COLOR #787811

HEX: #787811
RGB: (120,120,17)

Color info

#787811 contains mainly red and green colors. Web safe color of #787811 is #666600 (or #660).

RGB color model

#787811 color RGB value is (120,120,17).

  • red value is 120;
  • green value is 120;
  • blue value is 17.
RGB:
(120,120,17)
(47%,47%,7%)

RGB channels and saturation

R 120 of 255 = 47%
G 120 of 255 = 47%
B 17 of 255 = 7%

120
120
17

R + G + B ~ 34%. #787811 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 120 + 17 = 257 (100%)
R 120 of 257 ~ 46.69%
G 120 of 257 ~ 46.69%
B 17 of 257 ~ 6.61%

%46.69
%46.69

CMYK color model

#787811 color CMYK value is (0,0,86,53).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 85.83%
  • key color value is 52.94%
CMYK:
(0,0,86,53)
C0M0Y86K53 
(0%,0%,86%,53%)
(0.00/0.00/0.86/0.53)	

CMYK percentages

%0
%0
%85.83
%52.94

Codes

Color #787811 in popluar color models

787811
RGB12012017
HSL60°75.18%26.86%
HSB/HSV60°85.83%47.06%
CMYK0.00%0.00%85.83%
52.94%

Color #787811 in popluar number systems.

HEX787811
Decimal12012017
Binary1111000111100010001
Octal17017021

Shades and tints

Shades of #787811

#787811
(120,120,17)
#6E6E10
(110,110,16)
#64640F
(100,100,15)
#5A5A0E
(90,90,14)
#50500D
(80,80,13)
#46460C
(70,70,12)
#3C3C0B
(60,60,11)
#32320A
(50,50,10)
#282809
(40,40,9)
#1E1E08
(30,30,8)
#141407
(20,20,7)
#000000
(0,0,0)

Tints of #787811

#787811
(120,120,17)
#848426
(132,132,38)
#90903B
(144,144,59)
#9C9C50
(156,156,80)
#A8A865
(168,168,101)
#B4B47A
(180,180,122)
#C0C08F
(192,192,143)
#CCCCA4
(204,204,164)
#D8D8B9
(216,216,185)
#E4E4CE
(228,228,206)
#F0F0E3
(240,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787811 color. Also use rgb(120,120,17) instead hex code.

Text Font Color

.myTextColor { color: #787811; }

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

This text font color is #787811.


Background Color

.myBgColor { background-color: #787811; }

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

This div background color is #787811.


Border color

.myBorderColor { border: 1px solid #787811; }

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

This div border color is #787811.


Opacity

.myOpacity80 { color: #787811; opacity: 0.8; }

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

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

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

This text has shadow with #787811 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787811 on black background.


Color preview on white background

This text has color #787811 on white background.



Black color preview on #787811 background

This text has black color on #787811 background.


White color preview on #787811 background

This text has white color on #787811 background.