COLOR #68756C

HEX: #68756C RGB: (104,117,108)

Color info

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

RGB color model

#68756C color RGB value is (104,117,108).

RGB: (104,117,108) (41%, 46%, 42%)

RGB channels and saturation

R 104 of 255 = 41%
G 117 of 255 = 46%
B 108 of 255 = 42%

104
117
108

R + G + B ~ 43%. #68756C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 117 + 108 = 329 (100%)
R 104 of 329 ~ 31.61%
G 117 of 329 ~ 35.56%
B 108 of 329 ~ 32.83'%

%31.61
%35.56
%32.83

CMYK color model

#68756C color CMYK value is (11,0,8,54).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 54.12%

CMYK: (11,0,8,54)
C11M0Y8K54 (11%, 0%, 8%, 54%)
(0.11 / 0.00 / 0.08 / 0.54)

CMYK percentages

%11.11
%0
%7.69
%54.12

Codes

Color #68756C in popluar color models

68 75 6C
RGB 104 117 108
HSL 138° 5.88% 43.33%
HSB/HSV 138° 11.11% 45.88%
CMYK 11.11% 0.00% 7.69%
54.12%

Color #68756C in popluar number systems.

HEX 68 75 6C
Decimal 104 117 108
Binary 1101000 1110101 1101100
Octal 150 165 154

Shades and tints

Shades of #68756C

#68756C
(104,117,108)
#5F6B63
(95,107,99)
#56615A
(86,97,90)
#4D5751
(77,87,81)
#444D48
(68,77,72)
#3B433F
(59,67,63)
#323936
(50,57,54)
#292F2D
(41,47,45)
#202524
(32,37,36)
#171B1B
(23,27,27)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #68756C

#68756C
(104,117,108)
#758179
(117,129,121)
#828D86
(130,141,134)
#8F9993
(143,153,147)
#9CA5A0
(156,165,160)
#A9B1AD
(169,177,173)
#B6BDBA
(182,189,186)
#C3C9C7
(195,201,199)
#D0D5D4
(208,213,212)
#DDE1E1
(221,225,225)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68756C color. Also use rgb(104,117,108) instead hex code.

Text Font Color

.myTextColor { color: #68756C; }

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

This text font color is #68756C.

Background Color

.myBgColor { background-color: #68756C; }

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

This div background color is #68756C.

Border color

.myBorderColor { border: 1px solid #68756C; }

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

This div border color is #68756C.

Opacity

.myOpacity80 { color: #68756C; opacity: 0.8; }

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

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

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

This text has shadow with #68756C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68756C.

Preview

Color preview on black background

This text has color #68756C on black background.


Color preview on white background

This text has color #68756C on white background.


Black color preview on #68756C background

This text has black color on #68756C background.


White color preview on #68756C background

This text has white color on #68756C background.


Related colors

Complementary color

Complementary color for #hex is #978A93.


I love getcolorcode.com

Triadic colors

1 #6C6875 and #756C68 with #68756C are triadic colors.

2 #6C7568 and #75686C with #68756C are triadic colors.