COLOR #786C6C

HEX: #786C6C RGB: (120,108,108)

Color info

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

RGB color model

#786C6C color RGB value is (120,108,108).

RGB: (120,108,108) (47%, 42%, 42%)

RGB channels and saturation

R 120 of 255 = 47%
G 108 of 255 = 42%
B 108 of 255 = 42%

120
108
108

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

Portions of RGB colors in percentages

R + G + B = 120 + 108 + 108 = 336 (100%)
R 120 of 336 ~ 35.71%
G 108 of 336 ~ 32.14%
B 108 of 336 ~ 32.14'%

%35.71
%32.14
%32.14

CMYK color model

#786C6C color CMYK value is (0,10,10,53).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 10.00%
  • key color value is 52.94%

CMYK: (0,10,10,53)
C0M10Y10K53 (0%, 10%, 10%, 53%)
(0.00 / 0.10 / 0.10 / 0.53)

CMYK percentages

%0
%10
%10
%52.94

Codes

Color #786C6C in popluar color models

78 6C 6C
RGB 120 108 108
HSL 5.26% 44.71%
HSB/HSV 10.00% 47.06%
CMYK 0.00% 10.00% 10.00%
52.94%

Color #786C6C in popluar number systems.

HEX 78 6C 6C
Decimal 120 108 108
Binary 1111000 1101100 1101100
Octal 170 154 154

Shades and tints

Shades of #786C6C

#786C6C
(120,108,108)
#6E6363
(110,99,99)
#645A5A
(100,90,90)
#5A5151
(90,81,81)
#504848
(80,72,72)
#463F3F
(70,63,63)
#3C3636
(60,54,54)
#322D2D
(50,45,45)
#282424
(40,36,36)
#1E1B1B
(30,27,27)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #786C6C

#786C6C
(120,108,108)
#847979
(132,121,121)
#908686
(144,134,134)
#9C9393
(156,147,147)
#A8A0A0
(168,160,160)
#B4ADAD
(180,173,173)
#C0BABA
(192,186,186)
#CCC7C7
(204,199,199)
#D8D4D4
(216,212,212)
#E4E1E1
(228,225,225)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786C6C; }

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

This text font color is #786C6C.

Background Color

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

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

This div background color is #786C6C.

Border color

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

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

This div border color is #786C6C.

Opacity

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

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

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

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

This text has shadow with #786C6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #786C6C.

Preview

Color preview on black background

This text has color #786C6C on black background.


Color preview on white background

This text has color #786C6C on white background.


Black color preview on #786C6C background

This text has black color on #786C6C background.


White color preview on #786C6C background

This text has white color on #786C6C background.


Related colors

Complementary color

Complementary color for #hex is #879393.


I love getcolorcode.com