COLOR #64778A

HEX: #64778A RGB: (100,119,138)

Color info

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

RGB color model

#64778A color RGB value is (100,119,138).

RGB: (100,119,138) (39%, 47%, 54%)

RGB channels and saturation

R 100 of 255 = 39%
G 119 of 255 = 47%
B 138 of 255 = 54%

100
119
138

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

Portions of RGB colors in percentages

R + G + B = 100 + 119 + 138 = 357 (100%)
R 100 of 357 ~ 28.01%
G 119 of 357 ~ 33.33%
B 138 of 357 ~ 38.66'%

%28.01
%33.33
%38.66

CMYK color model

#64778A color CMYK value is (28,14,0,46).

  • cyan value is 27.54%
  • magenta value is 13.77%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (28,14,0,46)
C28M14Y0K46 (28%, 14%, 0%, 46%)
(0.28 / 0.14 / 0.00 / 0.46)

CMYK percentages

%27.54
%13.77
%0
%45.88

Codes

Color #64778A in popluar color models

64 77 8A
RGB 100 119 138
HSL 210° 15.97% 46.67%
HSB/HSV 210° 27.54% 54.12%
CMYK 27.54% 13.77% 0.00%
45.88%

Color #64778A in popluar number systems.

HEX 64 77 8A
Decimal 100 119 138
Binary 1100100 1110111 10001010
Octal 144 167 212

Shades and tints

Shades of #64778A

#64778A
(100,119,138)
#5B6D7E
(91,109,126)
#526372
(82,99,114)
#495966
(73,89,102)
#404F5A
(64,79,90)
#37454E
(55,69,78)
#2E3B42
(46,59,66)
#253136
(37,49,54)
#1C272A
(28,39,42)
#131D1E
(19,29,30)
#0A1312
(10,19,18)
#000000
(0,0,0)

Tints of #64778A

#64778A
(100,119,138)
#728394
(114,131,148)
#808F9E
(128,143,158)
#8E9BA8
(142,155,168)
#9CA7B2
(156,167,178)
#AAB3BC
(170,179,188)
#B8BFC6
(184,191,198)
#C6CBD0
(198,203,208)
#D4D7DA
(212,215,218)
#E2E3E4
(226,227,228)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64778A; }

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

This text font color is #64778A.

Background Color

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

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

This div background color is #64778A.

Border color

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

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

This div border color is #64778A.

Opacity

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

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

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

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

This text has shadow with #64778A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64778A.

Preview

Color preview on black background

This text has color #64778A on black background.


Color preview on white background

This text has color #64778A on white background.


Black color preview on #64778A background

This text has black color on #64778A background.


White color preview on #64778A background

This text has white color on #64778A background.


Related colors

Complementary color

Complementary color for #hex is #9B8875.


I love getcolorcode.com

Triadic colors

1 #8A6477 and #778A64 with #64778A are triadic colors.

2 #8A7764 and #77648A with #64778A are triadic colors.