COLOR #66779C

HEX: #66779C
RGB: (102,119,156)

Color info

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

RGB color model

#66779C color RGB value is (102,119,156).

  • red value is 102;
  • green value is 119;
  • blue value is 156.
RGB:
(102,119,156)
(40%,47%,61%)

RGB channels and saturation

R 102 of 255 = 40%
G 119 of 255 = 47%
B 156 of 255 = 61%

102
119
156

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

Portions of RGB colors in percentages

R + G + B =
102 + 119 + 156 = 377 (100%)
R 102 of 377 ~ 27.06%
G 119 of 377 ~ 31.56%
B 156 of 377 ~ 41.38%

%27.06
%31.56
%41.38

CMYK color model

#66779C color CMYK value is (35,24,0,39).

  • cyan value is 34.62%
  • magenta value is 23.72%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(35,24,0,39)
C35M24Y0K39 
(35%,24%,0%,39%)
(0.35/0.24/0.00/0.39)	

CMYK percentages

%34.62
%23.72
%0
%38.82

Codes

Color #66779C in popluar color models

66779C
RGB102119156
HSL221°21.43%50.59%
HSB/HSV221°34.62%61.18%
CMYK34.62%23.72%0.00%
38.82%

Color #66779C in popluar number systems.

HEX66779C
Decimal102119156
Binary1100110111011110011100
Octal146167234

Shades and tints

Shades of #66779C

#66779C
(102,119,156)
#5D6D8E
(93,109,142)
#546380
(84,99,128)
#4B5972
(75,89,114)
#424F64
(66,79,100)
#394556
(57,69,86)
#303B48
(48,59,72)
#27313A
(39,49,58)
#1E272C
(30,39,44)
#151D1E
(21,29,30)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #66779C

#66779C
(102,119,156)
#7383A5
(115,131,165)
#808FAE
(128,143,174)
#8D9BB7
(141,155,183)
#9AA7C0
(154,167,192)
#A7B3C9
(167,179,201)
#B4BFD2
(180,191,210)
#C1CBDB
(193,203,219)
#CED7E4
(206,215,228)
#DBE3ED
(219,227,237)
#E8EFF6
(232,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66779C; }

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

This text font color is #66779C.


Background Color

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

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

This div background color is #66779C.


Border color

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

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

This div border color is #66779C.


Opacity

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

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

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

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

This text has shadow with #66779C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66779C on black background.


Color preview on white background

This text has color #66779C on white background.



Black color preview on #66779C background

This text has black color on #66779C background.


White color preview on #66779C background

This text has white color on #66779C background.