COLOR #667768

HEX: #667768 RGB: (102,119,104)

Color info

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

RGB color model

#667768 color RGB value is (102,119,104).

RGB: (102,119,104) (40%, 47%, 41%)

RGB channels and saturation

R 102 of 255 = 40%
G 119 of 255 = 47%
B 104 of 255 = 41%

102
119
104

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

Portions of RGB colors in percentages

R + G + B = 102 + 119 + 104 = 325 (100%)
R 102 of 325 ~ 31.38%
G 119 of 325 ~ 36.62%
B 104 of 325 ~ 32'%

%31.38
%36.62
%32

CMYK color model

#667768 color CMYK value is (14,0,13,53).

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

CMYK: (14,0,13,53)
C14M0Y13K53 (14%, 0%, 13%, 53%)
(0.14 / 0.00 / 0.13 / 0.53)

CMYK percentages

%14.29
%0
%12.61
%53.33

Codes

Color #667768 in popluar color models

66 77 68
RGB 102 119 104
HSL 127° 7.69% 43.33%
HSB/HSV 127° 14.29% 46.67%
CMYK 14.29% 0.00% 12.61%
53.33%

Color #667768 in popluar number systems.

HEX 66 77 68
Decimal 102 119 104
Binary 1100110 1110111 1101000
Octal 146 167 150

Shades and tints

Shades of #667768

#667768
(102,119,104)
#5D6D5F
(93,109,95)
#546356
(84,99,86)
#4B594D
(75,89,77)
#424F44
(66,79,68)
#39453B
(57,69,59)
#303B32
(48,59,50)
#273129
(39,49,41)
#1E2720
(30,39,32)
#151D17
(21,29,23)
#0C130E
(12,19,14)
#000000
(0,0,0)

Tints of #667768

#667768
(102,119,104)
#738375
(115,131,117)
#808F82
(128,143,130)
#8D9B8F
(141,155,143)
#9AA79C
(154,167,156)
#A7B3A9
(167,179,169)
#B4BFB6
(180,191,182)
#C1CBC3
(193,203,195)
#CED7D0
(206,215,208)
#DBE3DD
(219,227,221)
#E8EFEA
(232,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667768; }

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

This text font color is #667768.

Background Color

.myBgColor { background-color: #667768; }

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

This div background color is #667768.

Border color

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

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

This div border color is #667768.

Opacity

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

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

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

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

This text has shadow with #667768 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #667768.

Preview

Color preview on black background

This text has color #667768 on black background.


Color preview on white background

This text has color #667768 on white background.


Black color preview on #667768 background

This text has black color on #667768 background.


White color preview on #667768 background

This text has white color on #667768 background.


Related colors

Complementary color

Complementary color for #hex is #998897.


I love getcolorcode.com

Triadic colors

1 #686677 and #776866 with #667768 are triadic colors.

2 #687766 and #776668 with #667768 are triadic colors.