COLOR #787355

HEX: #787355
RGB: (120,115,85)

Color info

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

RGB color model

#787355 color RGB value is (120,115,85).

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

RGB channels and saturation

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

120
115
85

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

Portions of RGB colors in percentages

R + G + B =
120 + 115 + 85 = 320 (100%)
R 120 of 320 ~ 37.5%
G 115 of 320 ~ 35.94%
B 85 of 320 ~ 26.56%

%37.5
%35.94
%26.56

CMYK color model

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

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

CMYK percentages

%0
%4.17
%29.17
%52.94

Codes

Color #787355 in popluar color models

787355
RGB12011585
HSL51°17.07%40.20%
HSB/HSV51°29.17%47.06%
CMYK0.00%4.17%29.17%
52.94%

Color #787355 in popluar number systems.

HEX787355
Decimal12011585
Binary111100011100111010101
Octal170163125

Shades and tints

Shades of #787355

#787355
(120,115,85)
#6E694E
(110,105,78)
#645F47
(100,95,71)
#5A5540
(90,85,64)
#504B39
(80,75,57)
#464132
(70,65,50)
#3C372B
(60,55,43)
#322D24
(50,45,36)
#28231D
(40,35,29)
#1E1916
(30,25,22)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #787355

#787355
(120,115,85)
#847F64
(132,127,100)
#908B73
(144,139,115)
#9C9782
(156,151,130)
#A8A391
(168,163,145)
#B4AFA0
(180,175,160)
#C0BBAF
(192,187,175)
#CCC7BE
(204,199,190)
#D8D3CD
(216,211,205)
#E4DFDC
(228,223,220)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787355; }

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

This text font color is #787355.


Background Color

.myBgColor { background-color: #787355; }

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

This div background color is #787355.


Border color

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

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

This div border color is #787355.


Opacity

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

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

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

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

This text has shadow with #787355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787355 on black background.


Color preview on white background

This text has color #787355 on white background.



Black color preview on #787355 background

This text has black color on #787355 background.


White color preview on #787355 background

This text has white color on #787355 background.