COLOR #786D70

HEX: #786D70 RGB: (120,109,112)

Color info

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

RGB color model

#786D70 color RGB value is (120,109,112).

RGB: (120,109,112) (47%, 43%, 44%)

RGB channels and saturation

R 120 of 255 = 47%
G 109 of 255 = 43%
B 112 of 255 = 44%

120
109
112

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

Portions of RGB colors in percentages

R + G + B = 120 + 109 + 112 = 341 (100%)
R 120 of 341 ~ 35.19%
G 109 of 341 ~ 31.96%
B 112 of 341 ~ 32.84'%

%35.19
%31.96
%32.84

CMYK color model

#786D70 color CMYK value is (0,9,7,53).

  • cyan value is 0.00%
  • magenta value is 9.17%
  • yellow value is 6.67%
  • key color value is 52.94%

CMYK: (0,9,7,53)
C0M9Y7K53 (0%, 9%, 7%, 53%)
(0.00 / 0.09 / 0.07 / 0.53)

CMYK percentages

%0
%9.17
%6.67
%52.94

Codes

Color #786D70 in popluar color models

78 6D 70
RGB 120 109 112
HSL 344° 4.80% 44.90%
HSB/HSV 344° 9.17% 47.06%
CMYK 0.00% 9.17% 6.67%
52.94%

Color #786D70 in popluar number systems.

HEX 78 6D 70
Decimal 120 109 112
Binary 1111000 1101101 1110000
Octal 170 155 160

Shades and tints

Shades of #786D70

#786D70
(120,109,112)
#6E6466
(110,100,102)
#645B5C
(100,91,92)
#5A5252
(90,82,82)
#504948
(80,73,72)
#46403E
(70,64,62)
#3C3734
(60,55,52)
#322E2A
(50,46,42)
#282520
(40,37,32)
#1E1C16
(30,28,22)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #786D70

#786D70
(120,109,112)
#847A7D
(132,122,125)
#90878A
(144,135,138)
#9C9497
(156,148,151)
#A8A1A4
(168,161,164)
#B4AEB1
(180,174,177)
#C0BBBE
(192,187,190)
#CCC8CB
(204,200,203)
#D8D5D8
(216,213,216)
#E4E2E5
(228,226,229)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786D70 color. Also use rgb(120,109,112) instead hex code.

Text Font Color

.myTextColor { color: #786D70; }

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

This text font color is #786D70.

Background Color

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

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

This div background color is #786D70.

Border color

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

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

This div border color is #786D70.

Opacity

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

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

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

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

This text has shadow with #786D70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #786D70.

Preview

Color preview on black background

This text has color #786D70 on black background.


Color preview on white background

This text has color #786D70 on white background.


Black color preview on #786D70 background

This text has black color on #786D70 background.


White color preview on #786D70 background

This text has white color on #786D70 background.


Related colors

Complementary color

Complementary color for #hex is #87928F.


I love getcolorcode.com

Triadic colors

1 #70786D and #6D7078 with #786D70 are triadic colors.

2 #706D78 and #6D7870 with #786D70 are triadic colors.