COLOR #64778D

HEX: #64778D
RGB: (100,119,141)

Color info

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

RGB color model

#64778D color RGB value is (100,119,141).

  • red value is 100;
  • green value is 119;
  • blue value is 141.
RGB:
(100,119,141)
(39%,47%,55%)

RGB channels and saturation

R 100 of 255 = 39%
G 119 of 255 = 47%
B 141 of 255 = 55%

100
119
141

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

Portions of RGB colors in percentages

R + G + B =
100 + 119 + 141 = 360 (100%)
R 100 of 360 ~ 27.78%
G 119 of 360 ~ 33.06%
B 141 of 360 ~ 39.17%

%27.78
%33.06
%39.17

CMYK color model

#64778D color CMYK value is (29,16,0,45).

  • cyan value is 29.08%
  • magenta value is 15.60%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(29,16,0,45)
C29M16Y0K45 
(29%,16%,0%,45%)
(0.29/0.16/0.00/0.45)	

CMYK percentages

%29.08
%15.6
%0
%44.71

Codes

Color #64778D in popluar color models

64778D
RGB100119141
HSL212°17.01%47.25%
HSB/HSV212°29.08%55.29%
CMYK29.08%15.60%0.00%
44.71%

Color #64778D in popluar number systems.

HEX64778D
Decimal100119141
Binary1100100111011110001101
Octal144167215

Shades and tints

Shades of #64778D

#64778D
(100,119,141)
#5B6D81
(91,109,129)
#526375
(82,99,117)
#495969
(73,89,105)
#404F5D
(64,79,93)
#374551
(55,69,81)
#2E3B45
(46,59,69)
#253139
(37,49,57)
#1C272D
(28,39,45)
#131D21
(19,29,33)
#0A1315
(10,19,21)
#000000
(0,0,0)

Tints of #64778D

#64778D
(100,119,141)
#728397
(114,131,151)
#808FA1
(128,143,161)
#8E9BAB
(142,155,171)
#9CA7B5
(156,167,181)
#AAB3BF
(170,179,191)
#B8BFC9
(184,191,201)
#C6CBD3
(198,203,211)
#D4D7DD
(212,215,221)
#E2E3E7
(226,227,231)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64778D color. Also use rgb(100,119,141) instead hex code.

Text Font Color

.myTextColor { color: #64778D; }

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

This text font color is #64778D.


Background Color

.myBgColor { background-color: #64778D; }

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

This div background color is #64778D.


Border color

.myBorderColor { border: 1px solid #64778D; }

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

This div border color is #64778D.


Opacity

.myOpacity80 { color: #64778D; opacity: 0.8; }

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

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

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

This text has shadow with #64778D color.

.textShadow {text-shadow: 3px 3px 1px #64778D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64778D on black background.


Color preview on white background

This text has color #64778D on white background.



Black color preview on #64778D background

This text has black color on #64778D background.


White color preview on #64778D background

This text has white color on #64778D background.