COLOR #786864

HEX: #786864
RGB: (120,104,100)

Color info

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

RGB color model

#786864 color RGB value is (120,104,100).

  • red value is 120;
  • green value is 104;
  • blue value is 100.
RGB:
(120,104,100)
(47%,41%,39%)

RGB channels and saturation

R 120 of 255 = 47%
G 104 of 255 = 41%
B 100 of 255 = 39%

120
104
100

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

Portions of RGB colors in percentages

R + G + B =
120 + 104 + 100 = 324 (100%)
R 120 of 324 ~ 37.04%
G 104 of 324 ~ 32.1%
B 100 of 324 ~ 30.86%

%37.04
%32.1
%30.86

CMYK color model

#786864 color CMYK value is (0,13,17,53).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 16.67%
  • key color value is 52.94%
CMYK:
(0,13,17,53)
C0M13Y17K53 
(0%,13%,17%,53%)
(0.00/0.13/0.17/0.53)	

CMYK percentages

%0
%13.33
%16.67
%52.94

Codes

Color #786864 in popluar color models

786864
RGB120104100
HSL12°9.09%43.14%
HSB/HSV12°16.67%47.06%
CMYK0.00%13.33%16.67%
52.94%

Color #786864 in popluar number systems.

HEX786864
Decimal120104100
Binary111100011010001100100
Octal170150144

Shades and tints

Shades of #786864

#786864
(120,104,100)
#6E5F5B
(110,95,91)
#645652
(100,86,82)
#5A4D49
(90,77,73)
#504440
(80,68,64)
#463B37
(70,59,55)
#3C322E
(60,50,46)
#322925
(50,41,37)
#28201C
(40,32,28)
#1E1713
(30,23,19)
#140E0A
(20,14,10)
#000000
(0,0,0)

Tints of #786864

#786864
(120,104,100)
#847572
(132,117,114)
#908280
(144,130,128)
#9C8F8E
(156,143,142)
#A89C9C
(168,156,156)
#B4A9AA
(180,169,170)
#C0B6B8
(192,182,184)
#CCC3C6
(204,195,198)
#D8D0D4
(216,208,212)
#E4DDE2
(228,221,226)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786864; }

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

This text font color is #786864.


Background Color

.myBgColor { background-color: #786864; }

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

This div background color is #786864.


Border color

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

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

This div border color is #786864.


Opacity

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

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

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

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

This text has shadow with #786864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786864 on black background.


Color preview on white background

This text has color #786864 on white background.



Black color preview on #786864 background

This text has black color on #786864 background.


White color preview on #786864 background

This text has white color on #786864 background.