COLOR #786463

HEX: #786463
RGB: (120,100,99)

Color info

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

RGB color model

#786463 color RGB value is (120,100,99).

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

RGB channels and saturation

R 120 of 255 = 47%
G 100 of 255 = 39%
B 99 of 255 = 39%

120
100
99

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

Portions of RGB colors in percentages

R + G + B =
120 + 100 + 99 = 319 (100%)
R 120 of 319 ~ 37.62%
G 100 of 319 ~ 31.35%
B 99 of 319 ~ 31.03%

%37.62
%31.35
%31.03

CMYK color model

#786463 color CMYK value is (0,17,18,53).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 17.50%
  • key color value is 52.94%
CMYK:
(0,17,18,53)
C0M17Y18K53 
(0%,17%,18%,53%)
(0.00/0.17/0.18/0.53)	

CMYK percentages

%0
%16.67
%17.5
%52.94

Codes

Color #786463 in popluar color models

786463
RGB12010099
HSL9.59%42.94%
HSB/HSV17.50%47.06%
CMYK0.00%16.67%17.50%
52.94%

Color #786463 in popluar number systems.

HEX786463
Decimal12010099
Binary111100011001001100011
Octal170144143

Shades and tints

Shades of #786463

#786463
(120,100,99)
#6E5B5A
(110,91,90)
#645251
(100,82,81)
#5A4948
(90,73,72)
#50403F
(80,64,63)
#463736
(70,55,54)
#3C2E2D
(60,46,45)
#322524
(50,37,36)
#281C1B
(40,28,27)
#1E1312
(30,19,18)
#140A09
(20,10,9)
#000000
(0,0,0)

Tints of #786463

#786463
(120,100,99)
#847271
(132,114,113)
#90807F
(144,128,127)
#9C8E8D
(156,142,141)
#A89C9B
(168,156,155)
#B4AAA9
(180,170,169)
#C0B8B7
(192,184,183)
#CCC6C5
(204,198,197)
#D8D4D3
(216,212,211)
#E4E2E1
(228,226,225)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786463; }

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

This text font color is #786463.


Background Color

.myBgColor { background-color: #786463; }

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

This div background color is #786463.


Border color

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

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

This div border color is #786463.


Opacity

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

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

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

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

This text has shadow with #786463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786463 on black background.


Color preview on white background

This text has color #786463 on white background.



Black color preview on #786463 background

This text has black color on #786463 background.


White color preview on #786463 background

This text has white color on #786463 background.