COLOR #66788A

HEX: #66788A
RGB: (102,120,138)

Color info

#66788A contains red, green and blue colors in about the same proportion. Web safe color of #66788A is #666699 (or #669).

RGB color model

#66788A color RGB value is (102,120,138).

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

RGB channels and saturation

R 102 of 255 = 40%
G 120 of 255 = 47%
B 138 of 255 = 54%

102
120
138

R + G + B ~ 47%. #66788A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 120 + 138 = 360 (100%)
R 102 of 360 ~ 28.33%
G 120 of 360 ~ 33.33%
B 138 of 360 ~ 38.33%

%28.33
%33.33
%38.33

CMYK color model

#66788A color CMYK value is (26,13,0,46).

  • cyan value is 26.09%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(26,13,0,46)
C26M13Y0K46 
(26%,13%,0%,46%)
(0.26/0.13/0.00/0.46)	

CMYK percentages

%26.09
%13.04
%0
%45.88

Codes

Color #66788A in popluar color models

66788A
RGB102120138
HSL210°15.00%47.06%
HSB/HSV210°26.09%54.12%
CMYK26.09%13.04%0.00%
45.88%

Color #66788A in popluar number systems.

HEX66788A
Decimal102120138
Binary1100110111100010001010
Octal146170212

Shades and tints

Shades of #66788A

#66788A
(102,120,138)
#5D6E7E
(93,110,126)
#546472
(84,100,114)
#4B5A66
(75,90,102)
#42505A
(66,80,90)
#39464E
(57,70,78)
#303C42
(48,60,66)
#273236
(39,50,54)
#1E282A
(30,40,42)
#151E1E
(21,30,30)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #66788A

#66788A
(102,120,138)
#738494
(115,132,148)
#80909E
(128,144,158)
#8D9CA8
(141,156,168)
#9AA8B2
(154,168,178)
#A7B4BC
(167,180,188)
#B4C0C6
(180,192,198)
#C1CCD0
(193,204,208)
#CED8DA
(206,216,218)
#DBE4E4
(219,228,228)
#E8F0EE
(232,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66788A color. Also use rgb(102,120,138) instead hex code.

Text Font Color

.myTextColor { color: #66788A; }

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

This text font color is #66788A.


Background Color

.myBgColor { background-color: #66788A; }

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

This div background color is #66788A.


Border color

.myBorderColor { border: 1px solid #66788A; }

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

This div border color is #66788A.


Opacity

.myOpacity80 { color: #66788A; opacity: 0.8; }

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

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

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

This text has shadow with #66788A color.

.textShadow {text-shadow: 3px 3px 1px #66788A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66788A on black background.


Color preview on white background

This text has color #66788A on white background.



Black color preview on #66788A background

This text has black color on #66788A background.


White color preview on #66788A background

This text has white color on #66788A background.