COLOR #787756

HEX: #787756
RGB: (120,119,86)

Color info

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

RGB color model

#787756 color RGB value is (120,119,86).

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

RGB channels and saturation

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

120
119
86

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

Portions of RGB colors in percentages

R + G + B =
120 + 119 + 86 = 325 (100%)
R 120 of 325 ~ 36.92%
G 119 of 325 ~ 36.62%
B 86 of 325 ~ 26.46%

%36.92
%36.62
%26.46

CMYK color model

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

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

CMYK percentages

%0
%0.83
%28.33
%52.94

Codes

Color #787756 in popluar color models

787756
RGB12011986
HSL58°16.50%40.39%
HSB/HSV58°28.33%47.06%
CMYK0.00%0.83%28.33%
52.94%

Color #787756 in popluar number systems.

HEX787756
Decimal12011986
Binary111100011101111010110
Octal170167126

Shades and tints

Shades of #787756

#787756
(120,119,86)
#6E6D4F
(110,109,79)
#646348
(100,99,72)
#5A5941
(90,89,65)
#504F3A
(80,79,58)
#464533
(70,69,51)
#3C3B2C
(60,59,44)
#323125
(50,49,37)
#28271E
(40,39,30)
#1E1D17
(30,29,23)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #787756

#787756
(120,119,86)
#848365
(132,131,101)
#908F74
(144,143,116)
#9C9B83
(156,155,131)
#A8A792
(168,167,146)
#B4B3A1
(180,179,161)
#C0BFB0
(192,191,176)
#CCCBBF
(204,203,191)
#D8D7CE
(216,215,206)
#E4E3DD
(228,227,221)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787756; }

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

This text font color is #787756.


Background Color

.myBgColor { background-color: #787756; }

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

This div background color is #787756.


Border color

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

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

This div border color is #787756.


Opacity

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

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

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

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

This text has shadow with #787756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787756 on black background.


Color preview on white background

This text has color #787756 on white background.



Black color preview on #787756 background

This text has black color on #787756 background.


White color preview on #787756 background

This text has white color on #787756 background.