COLOR #787856

HEX: #787856
RGB: (120,120,86)

Color info

#787856 contains red, green and blue colors in about the same proportion. Web safe color of #787856 is #666666 (or #666).

RGB color model

#787856 color RGB value is (120,120,86).

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

RGB channels and saturation

R 120 of 255 = 47%
G 120 of 255 = 47%
B 86 of 255 = 34%

120
120
86

R + G + B ~ 43%. #787856 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 120 + 86 = 326 (100%)
R 120 of 326 ~ 36.81%
G 120 of 326 ~ 36.81%
B 86 of 326 ~ 26.38%

%36.81
%36.81
%26.38

CMYK color model

#787856 color CMYK value is (0,0,28,53).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 28.33%
  • key color value is 52.94%
CMYK:
(0,0,28,53)
C0M0Y28K53 
(0%,0%,28%,53%)
(0.00/0.00/0.28/0.53)	

CMYK percentages

%0
%0
%28.33
%52.94

Codes

Color #787856 in popluar color models

787856
RGB12012086
HSL60°16.50%40.39%
HSB/HSV60°28.33%47.06%
CMYK0.00%0.00%28.33%
52.94%

Color #787856 in popluar number systems.

HEX787856
Decimal12012086
Binary111100011110001010110
Octal170170126

Shades and tints

Shades of #787856

#787856
(120,120,86)
#6E6E4F
(110,110,79)
#646448
(100,100,72)
#5A5A41
(90,90,65)
#50503A
(80,80,58)
#464633
(70,70,51)
#3C3C2C
(60,60,44)
#323225
(50,50,37)
#28281E
(40,40,30)
#1E1E17
(30,30,23)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #787856

#787856
(120,120,86)
#848465
(132,132,101)
#909074
(144,144,116)
#9C9C83
(156,156,131)
#A8A892
(168,168,146)
#B4B4A1
(180,180,161)
#C0C0B0
(192,192,176)
#CCCCBF
(204,204,191)
#D8D8CE
(216,216,206)
#E4E4DD
(228,228,221)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787856; }

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

This text font color is #787856.


Background Color

.myBgColor { background-color: #787856; }

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

This div background color is #787856.


Border color

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

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

This div border color is #787856.


Opacity

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

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

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

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

This text has shadow with #787856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787856 on black background.


Color preview on white background

This text has color #787856 on white background.



Black color preview on #787856 background

This text has black color on #787856 background.


White color preview on #787856 background

This text has white color on #787856 background.