COLOR #667A78

HEX: #667A78
RGB: (102,122,120)

Color info

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

RGB color model

#667A78 color RGB value is (102,122,120).

  • red value is 102;
  • green value is 122;
  • blue value is 120.
RGB:
(102,122,120)
(40%,48%,47%)

RGB channels and saturation

R 102 of 255 = 40%
G 122 of 255 = 48%
B 120 of 255 = 47%

102
122
120

R + G + B ~ 45%. #667A78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 122 + 120 = 344 (100%)
R 102 of 344 ~ 29.65%
G 122 of 344 ~ 35.47%
B 120 of 344 ~ 34.88%

%29.65
%35.47
%34.88

CMYK color model

#667A78 color CMYK value is (16,0,2,52).

  • cyan value is 16.39%
  • magenta value is 0.00%
  • yellow value is 1.64%
  • key color value is 52.16%
CMYK:
(16,0,2,52)
C16M0Y2K52 
(16%,0%,2%,52%)
(0.16/0.00/0.02/0.52)	

CMYK percentages

%16.39
%0
%1.64
%52.16

Codes

Color #667A78 in popluar color models

667A78
RGB102122120
HSL174°8.93%43.92%
HSB/HSV174°16.39%47.84%
CMYK16.39%0.00%1.64%
52.16%

Color #667A78 in popluar number systems.

HEX667A78
Decimal102122120
Binary110011011110101111000
Octal146172170

Shades and tints

Shades of #667A78

#667A78
(102,122,120)
#5D6F6E
(93,111,110)
#546464
(84,100,100)
#4B595A
(75,89,90)
#424E50
(66,78,80)
#394346
(57,67,70)
#30383C
(48,56,60)
#272D32
(39,45,50)
#1E2228
(30,34,40)
#15171E
(21,23,30)
#0C0C14
(12,12,20)
#000000
(0,0,0)

Tints of #667A78

#667A78
(102,122,120)
#738684
(115,134,132)
#809290
(128,146,144)
#8D9E9C
(141,158,156)
#9AAAA8
(154,170,168)
#A7B6B4
(167,182,180)
#B4C2C0
(180,194,192)
#C1CECC
(193,206,204)
#CEDAD8
(206,218,216)
#DBE6E4
(219,230,228)
#E8F2F0
(232,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667A78 color. Also use rgb(102,122,120) instead hex code.

Text Font Color

.myTextColor { color: #667A78; }

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

This text font color is #667A78.


Background Color

.myBgColor { background-color: #667A78; }

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

This div background color is #667A78.


Border color

.myBorderColor { border: 1px solid #667A78; }

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

This div border color is #667A78.


Opacity

.myOpacity80 { color: #667A78; opacity: 0.8; }

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

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

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

This text has shadow with #667A78 color.

.textShadow {text-shadow: 3px 3px 1px #667A78, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667A78 on black background.


Color preview on white background

This text has color #667A78 on white background.



Black color preview on #667A78 background

This text has black color on #667A78 background.


White color preview on #667A78 background

This text has white color on #667A78 background.