COLOR #786A4A

HEX: #786A4A
RGB: (120,106,74)

Color info

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

RGB color model

#786A4A color RGB value is (120,106,74).

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

RGB channels and saturation

R 120 of 255 = 47%
G 106 of 255 = 42%
B 74 of 255 = 29%

120
106
74

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

Portions of RGB colors in percentages

R + G + B =
120 + 106 + 74 = 300 (100%)
R 120 of 300 ~ 40%
G 106 of 300 ~ 35.33%
B 74 of 300 ~ 24.67%

%40
%35.33
%24.67

CMYK color model

#786A4A color CMYK value is (0,12,38,53).

  • cyan value is 0.00%
  • magenta value is 11.67%
  • yellow value is 38.33%
  • key color value is 52.94%
CMYK:
(0,12,38,53)
C0M12Y38K53 
(0%,12%,38%,53%)
(0.00/0.12/0.38/0.53)	

CMYK percentages

%0
%11.67
%38.33
%52.94

Codes

Color #786A4A in popluar color models

786A4A
RGB12010674
HSL42°23.71%38.04%
HSB/HSV42°38.33%47.06%
CMYK0.00%11.67%38.33%
52.94%

Color #786A4A in popluar number systems.

HEX786A4A
Decimal12010674
Binary111100011010101001010
Octal170152112

Shades and tints

Shades of #786A4A

#786A4A
(120,106,74)
#6E6144
(110,97,68)
#64583E
(100,88,62)
#5A4F38
(90,79,56)
#504632
(80,70,50)
#463D2C
(70,61,44)
#3C3426
(60,52,38)
#322B20
(50,43,32)
#28221A
(40,34,26)
#1E1914
(30,25,20)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #786A4A

#786A4A
(120,106,74)
#84775A
(132,119,90)
#90846A
(144,132,106)
#9C917A
(156,145,122)
#A89E8A
(168,158,138)
#B4AB9A
(180,171,154)
#C0B8AA
(192,184,170)
#CCC5BA
(204,197,186)
#D8D2CA
(216,210,202)
#E4DFDA
(228,223,218)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786A4A; }

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

This text font color is #786A4A.


Background Color

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

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

This div background color is #786A4A.


Border color

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

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

This div border color is #786A4A.


Opacity

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

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

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

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

This text has shadow with #786A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786A4A on black background.


Color preview on white background

This text has color #786A4A on white background.



Black color preview on #786A4A background

This text has black color on #786A4A background.


White color preview on #786A4A background

This text has white color on #786A4A background.