COLOR #786A58

HEX: #786A58
RGB: (120,106,88)

Color info

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

RGB color model

#786A58 color RGB value is (120,106,88).

  • red value is 120;
  • green value is 106;
  • blue value is 88.
RGB:
(120,106,88)
(47%,42%,35%)

RGB channels and saturation

R 120 of 255 = 47%
G 106 of 255 = 42%
B 88 of 255 = 35%

120
106
88

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

Portions of RGB colors in percentages

R + G + B =
120 + 106 + 88 = 314 (100%)
R 120 of 314 ~ 38.22%
G 106 of 314 ~ 33.76%
B 88 of 314 ~ 28.03%

%38.22
%33.76
%28.03

CMYK color model

#786A58 color CMYK value is (0,12,27,53).

  • cyan value is 0.00%
  • magenta value is 11.67%
  • yellow value is 26.67%
  • key color value is 52.94%
CMYK:
(0,12,27,53)
C0M12Y27K53 
(0%,12%,27%,53%)
(0.00/0.12/0.27/0.53)	

CMYK percentages

%0
%11.67
%26.67
%52.94

Codes

Color #786A58 in popluar color models

786A58
RGB12010688
HSL34°15.38%40.78%
HSB/HSV34°26.67%47.06%
CMYK0.00%11.67%26.67%
52.94%

Color #786A58 in popluar number systems.

HEX786A58
Decimal12010688
Binary111100011010101011000
Octal170152130

Shades and tints

Shades of #786A58

#786A58
(120,106,88)
#6E6150
(110,97,80)
#645848
(100,88,72)
#5A4F40
(90,79,64)
#504638
(80,70,56)
#463D30
(70,61,48)
#3C3428
(60,52,40)
#322B20
(50,43,32)
#282218
(40,34,24)
#1E1910
(30,25,16)
#141008
(20,16,8)
#000000
(0,0,0)

Tints of #786A58

#786A58
(120,106,88)
#847767
(132,119,103)
#908476
(144,132,118)
#9C9185
(156,145,133)
#A89E94
(168,158,148)
#B4ABA3
(180,171,163)
#C0B8B2
(192,184,178)
#CCC5C1
(204,197,193)
#D8D2D0
(216,210,208)
#E4DFDF
(228,223,223)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786A58 color. Also use rgb(120,106,88) instead hex code.

Text Font Color

.myTextColor { color: #786A58; }

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

This text font color is #786A58.


Background Color

.myBgColor { background-color: #786A58; }

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

This div background color is #786A58.


Border color

.myBorderColor { border: 1px solid #786A58; }

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

This div border color is #786A58.


Opacity

.myOpacity80 { color: #786A58; opacity: 0.8; }

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

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

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

This text has shadow with #786A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786A58 on black background.


Color preview on white background

This text has color #786A58 on white background.



Black color preview on #786A58 background

This text has black color on #786A58 background.


White color preview on #786A58 background

This text has white color on #786A58 background.