COLOR #68776E

HEX: #68776E RGB: (104,119,110)

Color info

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

RGB color model

#68776E color RGB value is (104,119,110).

RGB: (104,119,110) (41%, 47%, 43%)

RGB channels and saturation

R 104 of 255 = 41%
G 119 of 255 = 47%
B 110 of 255 = 43%

104
119
110

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

Portions of RGB colors in percentages

R + G + B = 104 + 119 + 110 = 333 (100%)
R 104 of 333 ~ 31.23%
G 119 of 333 ~ 35.74%
B 110 of 333 ~ 33.03'%

%31.23
%35.74
%33.03

CMYK color model

#68776E color CMYK value is (13,0,8,53).

  • cyan value is 12.61%
  • magenta value is 0.00%
  • yellow value is 7.56%
  • key color value is 53.33%

CMYK: (13,0,8,53)
C13M0Y8K53 (13%, 0%, 8%, 53%)
(0.13 / 0.00 / 0.08 / 0.53)

CMYK percentages

%12.61
%0
%7.56
%53.33

Codes

Color #68776E in popluar color models

68 77 6E
RGB 104 119 110
HSL 144° 6.73% 43.73%
HSB/HSV 144° 12.61% 46.67%
CMYK 12.61% 0.00% 7.56%
53.33%

Color #68776E in popluar number systems.

HEX 68 77 6E
Decimal 104 119 110
Binary 1101000 1110111 1101110
Octal 150 167 156

Shades and tints

Shades of #68776E

#68776E
(104,119,110)
#5F6D64
(95,109,100)
#56635A
(86,99,90)
#4D5950
(77,89,80)
#444F46
(68,79,70)
#3B453C
(59,69,60)
#323B32
(50,59,50)
#293128
(41,49,40)
#20271E
(32,39,30)
#171D14
(23,29,20)
#0E130A
(14,19,10)
#000000
(0,0,0)

Tints of #68776E

#68776E
(104,119,110)
#75837B
(117,131,123)
#828F88
(130,143,136)
#8F9B95
(143,155,149)
#9CA7A2
(156,167,162)
#A9B3AF
(169,179,175)
#B6BFBC
(182,191,188)
#C3CBC9
(195,203,201)
#D0D7D6
(208,215,214)
#DDE3E3
(221,227,227)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68776E; }

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

This text font color is #68776E.

Background Color

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

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

This div background color is #68776E.

Border color

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

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

This div border color is #68776E.

Opacity

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

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

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

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

This text has shadow with #68776E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68776E.

Preview

Color preview on black background

This text has color #68776E on black background.


Color preview on white background

This text has color #68776E on white background.


Black color preview on #68776E background

This text has black color on #68776E background.


White color preview on #68776E background

This text has white color on #68776E background.


Related colors

Complementary color

Complementary color for #hex is #978891.


I love getcolorcode.com

Triadic colors

1 #6E6877 and #776E68 with #68776E are triadic colors.

2 #6E7768 and #77686E with #68776E are triadic colors.