COLOR #786F6F

HEX: #786F6F RGB: (120,111,111)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

120
111
111

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

Portions of RGB colors in percentages

R + G + B = 120 + 111 + 111 = 342 (100%)
R 120 of 342 ~ 35.09%
G 111 of 342 ~ 32.46%
B 111 of 342 ~ 32.46'%

%35.09
%32.46
%32.46

CMYK color model

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

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

CMYK: (0,8,8,53)
C0M8Y8K53 (0%, 8%, 8%, 53%)
(0.00 / 0.08 / 0.08 / 0.53)

CMYK percentages

%0
%7.5
%7.5
%52.94

Codes

Color #786F6F in popluar color models

78 6F 6F
RGB 120 111 111
HSL 3.90% 45.29%
HSB/HSV 7.50% 47.06%
CMYK 0.00% 7.50% 7.50%
52.94%

Color #786F6F in popluar number systems.

HEX 78 6F 6F
Decimal 120 111 111
Binary 1111000 1101111 1101111
Octal 170 157 157

Shades and tints

Shades of #786F6F

#786F6F
(120,111,111)
#6E6565
(110,101,101)
#645B5B
(100,91,91)
#5A5151
(90,81,81)
#504747
(80,71,71)
#463D3D
(70,61,61)
#3C3333
(60,51,51)
#322929
(50,41,41)
#281F1F
(40,31,31)
#1E1515
(30,21,21)
#140B0B
(20,11,11)
#000000
(0,0,0)

Tints of #786F6F

#786F6F
(120,111,111)
#847C7C
(132,124,124)
#908989
(144,137,137)
#9C9696
(156,150,150)
#A8A3A3
(168,163,163)
#B4B0B0
(180,176,176)
#C0BDBD
(192,189,189)
#CCCACA
(204,202,202)
#D8D7D7
(216,215,215)
#E4E4E4
(228,228,228)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786F6F; }

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

This text font color is #786F6F.

Background Color

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

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

This div background color is #786F6F.

Border color

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

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

This div border color is #786F6F.

Opacity

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

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

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

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

This text has shadow with #786F6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #786F6F.

Preview

Color preview on black background

This text has color #786F6F on black background.


Color preview on white background

This text has color #786F6F on white background.


Black color preview on #786F6F background

This text has black color on #786F6F background.


White color preview on #786F6F background

This text has white color on #786F6F background.


Related colors

Complementary color

Complementary color for #hex is #879090.


I love getcolorcode.com