COLOR #786767

HEX: #786767
RGB: (120,103,103)

Color info

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

RGB color model

#786767 color RGB value is (120,103,103).

  • red value is 120;
  • green value is 103;
  • blue value is 103.
RGB:
(120,103,103)
(47%,40%,40%)

RGB channels and saturation

R 120 of 255 = 47%
G 103 of 255 = 40%
B 103 of 255 = 40%

120
103
103

R + G + B ~ 42%. #786767 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 103 + 103 = 326 (100%)
R 120 of 326 ~ 36.81%
G 103 of 326 ~ 31.6%
B 103 of 326 ~ 31.6%

%36.81
%31.6
%31.6

CMYK color model

#786767 color CMYK value is (0,14,14,53).

  • cyan value is 0.00%
  • magenta value is 14.17%
  • yellow value is 14.17%
  • key color value is 52.94%
CMYK:
(0,14,14,53)
C0M14Y14K53 
(0%,14%,14%,53%)
(0.00/0.14/0.14/0.53)	

CMYK percentages

%0
%14.17
%14.17
%52.94

Codes

Color #786767 in popluar color models

786767
RGB120103103
HSL7.62%43.73%
HSB/HSV14.17%47.06%
CMYK0.00%14.17%14.17%
52.94%

Color #786767 in popluar number systems.

HEX786767
Decimal120103103
Binary111100011001111100111
Octal170147147

Shades and tints

Shades of #786767

#786767
(120,103,103)
#6E5E5E
(110,94,94)
#645555
(100,85,85)
#5A4C4C
(90,76,76)
#504343
(80,67,67)
#463A3A
(70,58,58)
#3C3131
(60,49,49)
#322828
(50,40,40)
#281F1F
(40,31,31)
#1E1616
(30,22,22)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #786767

#786767
(120,103,103)
#847474
(132,116,116)
#908181
(144,129,129)
#9C8E8E
(156,142,142)
#A89B9B
(168,155,155)
#B4A8A8
(180,168,168)
#C0B5B5
(192,181,181)
#CCC2C2
(204,194,194)
#D8CFCF
(216,207,207)
#E4DCDC
(228,220,220)
#F0E9E9
(240,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786767; }

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

This text font color is #786767.


Background Color

.myBgColor { background-color: #786767; }

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

This div background color is #786767.


Border color

.myBorderColor { border: 1px solid #786767; }

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

This div border color is #786767.


Opacity

.myOpacity80 { color: #786767; opacity: 0.8; }

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

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

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

This text has shadow with #786767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786767 on black background.


Color preview on white background

This text has color #786767 on white background.



Black color preview on #786767 background

This text has black color on #786767 background.


White color preview on #786767 background

This text has white color on #786767 background.