COLOR #66786F

HEX: #66786F RGB: (102,120,111)

Color info

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

RGB color model

#66786F color RGB value is (102,120,111).

RGB: (102,120,111) (40%, 47%, 44%)

RGB channels and saturation

R 102 of 255 = 40%
G 120 of 255 = 47%
B 111 of 255 = 44%

102
120
111

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

Portions of RGB colors in percentages

R + G + B = 102 + 120 + 111 = 333 (100%)
R 102 of 333 ~ 30.63%
G 120 of 333 ~ 36.04%
B 111 of 333 ~ 33.33'%

%30.63
%36.04
%33.33

CMYK color model

#66786F color CMYK value is (15,0,8,53).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 7.50%
  • key color value is 52.94%
CMYK: (15,0,8,53) C15M0Y8K53 (15%,0%,8%,53%) (0.15/0.00/0.08/0.53) 

CMYK percentages

%15
%0
%7.5
%52.94

Codes

Color #66786F in popluar color models

66 78 6F
RGB 102 120 111
HSL 150° 8.11% 43.53%
HSB/HSV 150° 15.00% 47.06%
CMYK 15.00% 0.00% 7.50%
52.94%

Color #66786F in popluar number systems.

HEX 66 78 6F
Decimal 102 120 111
Binary 1100110 1111000 1101111
Octal 146 170 157

Shades and tints

Shades of #66786F

#66786F
(102,120,111)
#5D6E65
(93,110,101)
#54645B
(84,100,91)
#4B5A51
(75,90,81)
#425047
(66,80,71)
#39463D
(57,70,61)
#303C33
(48,60,51)
#273229
(39,50,41)
#1E281F
(30,40,31)
#151E15
(21,30,21)
#0C140B
(12,20,11)
#000000
(0,0,0)

Tints of #66786F

#66786F
(102,120,111)
#73847C
(115,132,124)
#809089
(128,144,137)
#8D9C96
(141,156,150)
#9AA8A3
(154,168,163)
#A7B4B0
(167,180,176)
#B4C0BD
(180,192,189)
#C1CCCA
(193,204,202)
#CED8D7
(206,216,215)
#DBE4E4
(219,228,228)
#E8F0F1
(232,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66786F; }

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

This text font color is #66786F.

Background Color

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

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

This div background color is #66786F.

Border color

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

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

This div border color is #66786F.

Opacity

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

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

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

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

This text has shadow with #66786F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66786F.

Preview

Color preview on black background

This text has color #66786F on black background.


Color preview on white background

This text has color #66786F on white background.


Black color preview on #66786F background

This text has black color on #66786F background.


White color preview on #66786F background

This text has white color on #66786F background.


Related colors

Complementary color

Complementary color for #hex is #998790.


I love getcolorcode.com

Triadic colors

1 #6F6678 and #786F66 with #66786F are triadic colors.

2 #6F7866 and #78666F with #66786F are triadic colors.