COLOR #786663

HEX: #786663
RGB: (120,102,99)

Color info

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

RGB color model

#786663 color RGB value is (120,102,99).

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

RGB channels and saturation

R 120 of 255 = 47%
G 102 of 255 = 40%
B 99 of 255 = 39%

120
102
99

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

Portions of RGB colors in percentages

R + G + B =
120 + 102 + 99 = 321 (100%)
R 120 of 321 ~ 37.38%
G 102 of 321 ~ 31.78%
B 99 of 321 ~ 30.84%

%37.38
%31.78
%30.84

CMYK color model

#786663 color CMYK value is (0,15,18,53).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 17.50%
  • key color value is 52.94%
CMYK:
(0,15,18,53)
C0M15Y18K53 
(0%,15%,18%,53%)
(0.00/0.15/0.18/0.53)	

CMYK percentages

%0
%15
%17.5
%52.94

Codes

Color #786663 in popluar color models

786663
RGB12010299
HSL9.59%42.94%
HSB/HSV17.50%47.06%
CMYK0.00%15.00%17.50%
52.94%

Color #786663 in popluar number systems.

HEX786663
Decimal12010299
Binary111100011001101100011
Octal170146143

Shades and tints

Shades of #786663

#786663
(120,102,99)
#6E5D5A
(110,93,90)
#645451
(100,84,81)
#5A4B48
(90,75,72)
#50423F
(80,66,63)
#463936
(70,57,54)
#3C302D
(60,48,45)
#322724
(50,39,36)
#281E1B
(40,30,27)
#1E1512
(30,21,18)
#140C09
(20,12,9)
#000000
(0,0,0)

Tints of #786663

#786663
(120,102,99)
#847371
(132,115,113)
#90807F
(144,128,127)
#9C8D8D
(156,141,141)
#A89A9B
(168,154,155)
#B4A7A9
(180,167,169)
#C0B4B7
(192,180,183)
#CCC1C5
(204,193,197)
#D8CED3
(216,206,211)
#E4DBE1
(228,219,225)
#F0E8EF
(240,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786663; }

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

This text font color is #786663.


Background Color

.myBgColor { background-color: #786663; }

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

This div background color is #786663.


Border color

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

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

This div border color is #786663.


Opacity

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

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

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

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

This text has shadow with #786663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786663 on black background.


Color preview on white background

This text has color #786663 on white background.



Black color preview on #786663 background

This text has black color on #786663 background.


White color preview on #786663 background

This text has white color on #786663 background.