COLOR #786163

HEX: #786163
RGB: (120,97,99)

Color info

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

RGB color model

#786163 color RGB value is (120,97,99).

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

RGB channels and saturation

R 120 of 255 = 47%
G 97 of 255 = 38%
B 99 of 255 = 39%

120
97
99

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

Portions of RGB colors in percentages

R + G + B =
120 + 97 + 99 = 316 (100%)
R 120 of 316 ~ 37.97%
G 97 of 316 ~ 30.7%
B 99 of 316 ~ 31.33%

%37.97
%30.7
%31.33

CMYK color model

#786163 color CMYK value is (0,19,18,53).

  • cyan value is 0.00%
  • magenta value is 19.17%
  • yellow value is 17.50%
  • key color value is 52.94%
CMYK:
(0,19,18,53)
C0M19Y18K53 
(0%,19%,18%,53%)
(0.00/0.19/0.18/0.53)	

CMYK percentages

%0
%19.17
%17.5
%52.94

Codes

Color #786163 in popluar color models

786163
RGB1209799
HSL355°10.60%42.55%
HSB/HSV355°19.17%47.06%
CMYK0.00%19.17%17.50%
52.94%

Color #786163 in popluar number systems.

HEX786163
Decimal1209799
Binary111100011000011100011
Octal170141143

Shades and tints

Shades of #786163

#786163
(120,97,99)
#6E595A
(110,89,90)
#645151
(100,81,81)
#5A4948
(90,73,72)
#50413F
(80,65,63)
#463936
(70,57,54)
#3C312D
(60,49,45)
#322924
(50,41,36)
#28211B
(40,33,27)
#1E1912
(30,25,18)
#141109
(20,17,9)
#000000
(0,0,0)

Tints of #786163

#786163
(120,97,99)
#846F71
(132,111,113)
#907D7F
(144,125,127)
#9C8B8D
(156,139,141)
#A8999B
(168,153,155)
#B4A7A9
(180,167,169)
#C0B5B7
(192,181,183)
#CCC3C5
(204,195,197)
#D8D1D3
(216,209,211)
#E4DFE1
(228,223,225)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786163; }

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

This text font color is #786163.


Background Color

.myBgColor { background-color: #786163; }

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

This div background color is #786163.


Border color

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

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

This div border color is #786163.


Opacity

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

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

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

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

This text has shadow with #786163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786163 on black background.


Color preview on white background

This text has color #786163 on white background.



Black color preview on #786163 background

This text has black color on #786163 background.


White color preview on #786163 background

This text has white color on #786163 background.