COLOR #686776

HEX: #686776
RGB: (104,103,118)

Color info

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

RGB color model

#686776 color RGB value is (104,103,118).

  • red value is 104;
  • green value is 103;
  • blue value is 118.
RGB:
(104,103,118)
(41%,40%,46%)

RGB channels and saturation

R 104 of 255 = 41%
G 103 of 255 = 40%
B 118 of 255 = 46%

104
103
118

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

Portions of RGB colors in percentages

R + G + B =
104 + 103 + 118 = 325 (100%)
R 104 of 325 ~ 32%
G 103 of 325 ~ 31.69%
B 118 of 325 ~ 36.31%

%32
%31.69
%36.31

CMYK color model

#686776 color CMYK value is (12,13,0,54).

  • cyan value is 11.86%
  • magenta value is 12.71%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(12,13,0,54)
C12M13Y0K54 
(12%,13%,0%,54%)
(0.12/0.13/0.00/0.54)	

CMYK percentages

%11.86
%12.71
%0
%53.73

Codes

Color #686776 in popluar color models

686776
RGB104103118
HSL244°6.79%43.33%
HSB/HSV244°12.71%46.27%
CMYK11.86%12.71%0.00%
53.73%

Color #686776 in popluar number systems.

HEX686776
Decimal104103118
Binary110100011001111110110
Octal150147166

Shades and tints

Shades of #686776

#686776
(104,103,118)
#5F5E6C
(95,94,108)
#565562
(86,85,98)
#4D4C58
(77,76,88)
#44434E
(68,67,78)
#3B3A44
(59,58,68)
#32313A
(50,49,58)
#292830
(41,40,48)
#201F26
(32,31,38)
#17161C
(23,22,28)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #686776

#686776
(104,103,118)
#757482
(117,116,130)
#82818E
(130,129,142)
#8F8E9A
(143,142,154)
#9C9BA6
(156,155,166)
#A9A8B2
(169,168,178)
#B6B5BE
(182,181,190)
#C3C2CA
(195,194,202)
#D0CFD6
(208,207,214)
#DDDCE2
(221,220,226)
#EAE9EE
(234,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686776; }

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

This text font color is #686776.


Background Color

.myBgColor { background-color: #686776; }

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

This div background color is #686776.


Border color

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

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

This div border color is #686776.


Opacity

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

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

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

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

This text has shadow with #686776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686776 on black background.


Color preview on white background

This text has color #686776 on white background.



Black color preview on #686776 background

This text has black color on #686776 background.


White color preview on #686776 background

This text has white color on #686776 background.