COLOR #787350

HEX: #787350
RGB: (120,115,80)

Color info

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

RGB color model

#787350 color RGB value is (120,115,80).

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

RGB channels and saturation

R 120 of 255 = 47%
G 115 of 255 = 45%
B 80 of 255 = 31%

120
115
80

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

Portions of RGB colors in percentages

R + G + B =
120 + 115 + 80 = 315 (100%)
R 120 of 315 ~ 38.1%
G 115 of 315 ~ 36.51%
B 80 of 315 ~ 25.4%

%38.1
%36.51
%25.4

CMYK color model

#787350 color CMYK value is (0,4,33,53).

  • cyan value is 0.00%
  • magenta value is 4.17%
  • yellow value is 33.33%
  • key color value is 52.94%
CMYK:
(0,4,33,53)
C0M4Y33K53 
(0%,4%,33%,53%)
(0.00/0.04/0.33/0.53)	

CMYK percentages

%0
%4.17
%33.33
%52.94

Codes

Color #787350 in popluar color models

787350
RGB12011580
HSL53°20.00%39.22%
HSB/HSV53°33.33%47.06%
CMYK0.00%4.17%33.33%
52.94%

Color #787350 in popluar number systems.

HEX787350
Decimal12011580
Binary111100011100111010000
Octal170163120

Shades and tints

Shades of #787350

#787350
(120,115,80)
#6E6949
(110,105,73)
#645F42
(100,95,66)
#5A553B
(90,85,59)
#504B34
(80,75,52)
#46412D
(70,65,45)
#3C3726
(60,55,38)
#322D1F
(50,45,31)
#282318
(40,35,24)
#1E1911
(30,25,17)
#140F0A
(20,15,10)
#000000
(0,0,0)

Tints of #787350

#787350
(120,115,80)
#847F5F
(132,127,95)
#908B6E
(144,139,110)
#9C977D
(156,151,125)
#A8A38C
(168,163,140)
#B4AF9B
(180,175,155)
#C0BBAA
(192,187,170)
#CCC7B9
(204,199,185)
#D8D3C8
(216,211,200)
#E4DFD7
(228,223,215)
#F0EBE6
(240,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787350; }

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

This text font color is #787350.


Background Color

.myBgColor { background-color: #787350; }

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

This div background color is #787350.


Border color

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

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

This div border color is #787350.


Opacity

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

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

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

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

This text has shadow with #787350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787350 on black background.


Color preview on white background

This text has color #787350 on white background.



Black color preview on #787350 background

This text has black color on #787350 background.


White color preview on #787350 background

This text has white color on #787350 background.