COLOR #786959

HEX: #786959
RGB: (120,105,89)

Color info

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

RGB color model

#786959 color RGB value is (120,105,89).

  • red value is 120;
  • green value is 105;
  • blue value is 89.
RGB:
(120,105,89)
(47%,41%,35%)

RGB channels and saturation

R 120 of 255 = 47%
G 105 of 255 = 41%
B 89 of 255 = 35%

120
105
89

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

Portions of RGB colors in percentages

R + G + B =
120 + 105 + 89 = 314 (100%)
R 120 of 314 ~ 38.22%
G 105 of 314 ~ 33.44%
B 89 of 314 ~ 28.34%

%38.22
%33.44
%28.34

CMYK color model

#786959 color CMYK value is (0,13,26,53).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 25.83%
  • key color value is 52.94%
CMYK:
(0,13,26,53)
C0M13Y26K53 
(0%,13%,26%,53%)
(0.00/0.13/0.26/0.53)	

CMYK percentages

%0
%12.5
%25.83
%52.94

Codes

Color #786959 in popluar color models

786959
RGB12010589
HSL31°14.83%40.98%
HSB/HSV31°25.83%47.06%
CMYK0.00%12.50%25.83%
52.94%

Color #786959 in popluar number systems.

HEX786959
Decimal12010589
Binary111100011010011011001
Octal170151131

Shades and tints

Shades of #786959

#786959
(120,105,89)
#6E6051
(110,96,81)
#645749
(100,87,73)
#5A4E41
(90,78,65)
#504539
(80,69,57)
#463C31
(70,60,49)
#3C3329
(60,51,41)
#322A21
(50,42,33)
#282119
(40,33,25)
#1E1811
(30,24,17)
#140F09
(20,15,9)
#000000
(0,0,0)

Tints of #786959

#786959
(120,105,89)
#847668
(132,118,104)
#908377
(144,131,119)
#9C9086
(156,144,134)
#A89D95
(168,157,149)
#B4AAA4
(180,170,164)
#C0B7B3
(192,183,179)
#CCC4C2
(204,196,194)
#D8D1D1
(216,209,209)
#E4DEE0
(228,222,224)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786959; }

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

This text font color is #786959.


Background Color

.myBgColor { background-color: #786959; }

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

This div background color is #786959.


Border color

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

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

This div border color is #786959.


Opacity

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

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

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

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

This text has shadow with #786959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786959 on black background.


Color preview on white background

This text has color #786959 on white background.



Black color preview on #786959 background

This text has black color on #786959 background.


White color preview on #786959 background

This text has white color on #786959 background.