COLOR #786E4B

HEX: #786E4B RGB: (120,110,75)

Color info

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

RGB color model

#786E4B color RGB value is (120,110,75).

RGB: (120,110,75) (47%, 43%, 29%)

RGB channels and saturation

R 120 of 255 = 47%
G 110 of 255 = 43%
B 75 of 255 = 29%

120
110
75

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

Portions of RGB colors in percentages

R + G + B = 120 + 110 + 75 = 305 (100%)
R 120 of 305 ~ 39.34%
G 110 of 305 ~ 36.07%
B 75 of 305 ~ 24.59'%

%39.34
%36.07
%24.59

CMYK color model

#786E4B color CMYK value is (0,8,38,53).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 37.50%
  • key color value is 52.94%

CMYK: (0,8,38,53)
C0M8Y38K53 (0%, 8%, 38%, 53%)
(0.00 / 0.08 / 0.38 / 0.53)

CMYK percentages

%0
%8.33
%37.5
%52.94

Codes

Color #786E4B in popluar color models

78 6E 4B
RGB 120 110 75
HSL 47° 23.08% 38.24%
HSB/HSV 47° 37.50% 47.06%
CMYK 0.00% 8.33% 37.50%
52.94%

Color #786E4B in popluar number systems.

HEX 78 6E 4B
Decimal 120 110 75
Binary 1111000 1101110 1001011
Octal 170 156 113

Shades and tints

Shades of #786E4B

#786E4B
(120,110,75)
#6E6445
(110,100,69)
#645A3F
(100,90,63)
#5A5039
(90,80,57)
#504633
(80,70,51)
#463C2D
(70,60,45)
#3C3227
(60,50,39)
#322821
(50,40,33)
#281E1B
(40,30,27)
#1E1415
(30,20,21)
#140A0F
(20,10,15)
#000000
(0,0,0)

Tints of #786E4B

#786E4B
(120,110,75)
#847B5B
(132,123,91)
#90886B
(144,136,107)
#9C957B
(156,149,123)
#A8A28B
(168,162,139)
#B4AF9B
(180,175,155)
#C0BCAB
(192,188,171)
#CCC9BB
(204,201,187)
#D8D6CB
(216,214,203)
#E4E3DB
(228,227,219)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786E4B color. Also use rgb(120,110,75) instead hex code.

Text Font Color

.myTextColor { color: #786E4B; }

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

This text font color is #786E4B.

Background Color

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

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

This div background color is #786E4B.

Border color

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

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

This div border color is #786E4B.

Opacity

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

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

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

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

This text has shadow with #786E4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #786E4B.

Preview

Color preview on black background

This text has color #786E4B on black background.


Color preview on white background

This text has color #786E4B on white background.


Black color preview on #786E4B background

This text has black color on #786E4B background.


White color preview on #786E4B background

This text has white color on #786E4B background.


Related colors

Complementary color

Complementary color for #hex is #8791B4.


I love getcolorcode.com

Triadic colors

1 #4B786E and #6E4B78 with #786E4B are triadic colors.

2 #4B6E78 and #6E784B with #786E4B are triadic colors.