COLOR #787855

HEX: #787855
RGB: (120,120,85)

Color info

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

RGB color model

#787855 color RGB value is (120,120,85).

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

RGB channels and saturation

R 120 of 255 = 47%
G 120 of 255 = 47%
B 85 of 255 = 33%

120
120
85

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

Portions of RGB colors in percentages

R + G + B =
120 + 120 + 85 = 325 (100%)
R 120 of 325 ~ 36.92%
G 120 of 325 ~ 36.92%
B 85 of 325 ~ 26.15%

%36.92
%36.92
%26.15

CMYK color model

#787855 color CMYK value is (0,0,29,53).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 29.17%
  • key color value is 52.94%
CMYK:
(0,0,29,53)
C0M0Y29K53 
(0%,0%,29%,53%)
(0.00/0.00/0.29/0.53)	

CMYK percentages

%0
%0
%29.17
%52.94

Codes

Color #787855 in popluar color models

787855
RGB12012085
HSL60°17.07%40.20%
HSB/HSV60°29.17%47.06%
CMYK0.00%0.00%29.17%
52.94%

Color #787855 in popluar number systems.

HEX787855
Decimal12012085
Binary111100011110001010101
Octal170170125

Shades and tints

Shades of #787855

#787855
(120,120,85)
#6E6E4E
(110,110,78)
#646447
(100,100,71)
#5A5A40
(90,90,64)
#505039
(80,80,57)
#464632
(70,70,50)
#3C3C2B
(60,60,43)
#323224
(50,50,36)
#28281D
(40,40,29)
#1E1E16
(30,30,22)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #787855

#787855
(120,120,85)
#848464
(132,132,100)
#909073
(144,144,115)
#9C9C82
(156,156,130)
#A8A891
(168,168,145)
#B4B4A0
(180,180,160)
#C0C0AF
(192,192,175)
#CCCCBE
(204,204,190)
#D8D8CD
(216,216,205)
#E4E4DC
(228,228,220)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787855; }

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

This text font color is #787855.


Background Color

.myBgColor { background-color: #787855; }

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

This div background color is #787855.


Border color

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

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

This div border color is #787855.


Opacity

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

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

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

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

This text has shadow with #787855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787855 on black background.


Color preview on white background

This text has color #787855 on white background.



Black color preview on #787855 background

This text has black color on #787855 background.


White color preview on #787855 background

This text has white color on #787855 background.