COLOR #68776F

HEX: #68776F
RGB: (104,119,111)

Color info

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

RGB color model

#68776F color RGB value is (104,119,111).

  • red value is 104;
  • green value is 119;
  • blue value is 111.
RGB:
(104,119,111)
(41%,47%,44%)

RGB channels and saturation

R 104 of 255 = 41%
G 119 of 255 = 47%
B 111 of 255 = 44%

104
119
111

R + G + B ~ 44%. #68776F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 119 + 111 = 334 (100%)
R 104 of 334 ~ 31.14%
G 119 of 334 ~ 35.63%
B 111 of 334 ~ 33.23%

%31.14
%35.63
%33.23

CMYK color model

#68776F color CMYK value is (13,0,7,53).

  • cyan value is 12.61%
  • magenta value is 0.00%
  • yellow value is 6.72%
  • key color value is 53.33%
CMYK:
(13,0,7,53)
C13M0Y7K53 
(13%,0%,7%,53%)
(0.13/0.00/0.07/0.53)	

CMYK percentages

%12.61
%0
%6.72
%53.33

Codes

Color #68776F in popluar color models

68776F
RGB104119111
HSL148°6.73%43.73%
HSB/HSV148°12.61%46.67%
CMYK12.61%0.00%6.72%
53.33%

Color #68776F in popluar number systems.

HEX68776F
Decimal104119111
Binary110100011101111101111
Octal150167157

Shades and tints

Shades of #68776F

#68776F
(104,119,111)
#5F6D65
(95,109,101)
#56635B
(86,99,91)
#4D5951
(77,89,81)
#444F47
(68,79,71)
#3B453D
(59,69,61)
#323B33
(50,59,51)
#293129
(41,49,41)
#20271F
(32,39,31)
#171D15
(23,29,21)
#0E130B
(14,19,11)
#000000
(0,0,0)

Tints of #68776F

#68776F
(104,119,111)
#75837C
(117,131,124)
#828F89
(130,143,137)
#8F9B96
(143,155,150)
#9CA7A3
(156,167,163)
#A9B3B0
(169,179,176)
#B6BFBD
(182,191,189)
#C3CBCA
(195,203,202)
#D0D7D7
(208,215,215)
#DDE3E4
(221,227,228)
#EAEFF1
(234,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68776F color. Also use rgb(104,119,111) instead hex code.

Text Font Color

.myTextColor { color: #68776F; }

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

This text font color is #68776F.


Background Color

.myBgColor { background-color: #68776F; }

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

This div background color is #68776F.


Border color

.myBorderColor { border: 1px solid #68776F; }

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

This div border color is #68776F.


Opacity

.myOpacity80 { color: #68776F; opacity: 0.8; }

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

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

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

This text has shadow with #68776F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68776F on black background.


Color preview on white background

This text has color #68776F on white background.



Black color preview on #68776F background

This text has black color on #68776F background.


White color preview on #68776F background

This text has white color on #68776F background.