COLOR #786F42

HEX: #786F42 RGB: (120,111,66)

Color info

#786F42 contains red, green and blue colors in about the same proportion. Web safe color of #786F42 is #666633 (or #663).

RGB color model

#786F42 color RGB value is (120,111,66).

RGB: (120,111,66) (47%, 44%, 26%)

RGB channels and saturation

R 120 of 255 = 47%
G 111 of 255 = 44%
B 66 of 255 = 26%

120
111
66

R + G + B ~ 39%. #786F42 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 111 + 66 = 297 (100%)
R 120 of 297 ~ 40.4%
G 111 of 297 ~ 37.37%
B 66 of 297 ~ 22.22'%

%40.4
%37.37
%22.22

CMYK color model

#786F42 color CMYK value is (0,8,45,53).

  • cyan value is 0.00%
  • magenta value is 7.50%
  • yellow value is 45.00%
  • key color value is 52.94%

CMYK: (0,8,45,53)
C0M8Y45K53 (0%, 8%, 45%, 53%)
(0.00 / 0.08 / 0.45 / 0.53)

CMYK percentages

%0
%7.5
%45
%52.94

Codes

Color #786F42 in popluar color models

78 6F 42
RGB 120 111 66
HSL 50° 29.03% 36.47%
HSB/HSV 50° 45.00% 47.06%
CMYK 0.00% 7.50% 45.00%
52.94%

Color #786F42 in popluar number systems.

HEX 78 6F 42
Decimal 120 111 66
Binary 1111000 1101111 1000010
Octal 170 157 102

Shades and tints

Shades of #786F42

#786F42
(120,111,66)
#6E653C
(110,101,60)
#645B36
(100,91,54)
#5A5130
(90,81,48)
#50472A
(80,71,42)
#463D24
(70,61,36)
#3C331E
(60,51,30)
#322918
(50,41,24)
#281F12
(40,31,18)
#1E150C
(30,21,12)
#140B06
(20,11,6)
#000000
(0,0,0)

Tints of #786F42

#786F42
(120,111,66)
#847C53
(132,124,83)
#908964
(144,137,100)
#9C9675
(156,150,117)
#A8A386
(168,163,134)
#B4B097
(180,176,151)
#C0BDA8
(192,189,168)
#CCCAB9
(204,202,185)
#D8D7CA
(216,215,202)
#E4E4DB
(228,228,219)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786F42 color. Also use rgb(120,111,66) instead hex code.

Text Font Color

.myTextColor { color: #786F42; }

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

This text font color is #786F42.

Background Color

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

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

This div background color is #786F42.

Border color

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

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

This div border color is #786F42.

Opacity

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

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

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

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

This text has shadow with #786F42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #786F42.

Preview

Color preview on black background

This text has color #786F42 on black background.


Color preview on white background

This text has color #786F42 on white background.


Black color preview on #786F42 background

This text has black color on #786F42 background.


White color preview on #786F42 background

This text has white color on #786F42 background.


Related colors

Complementary color

Complementary color for #hex is #8790BD.


I love getcolorcode.com

Triadic colors

1 #42786F and #6F4278 with #786F42 are triadic colors.

2 #426F78 and #6F7842 with #786F42 are triadic colors.