COLOR #64788C

HEX: #64788C RGB: (100,120,140)

Color info

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

RGB color model

#64788C color RGB value is (100,120,140).

RGB: (100,120,140) (39%, 47%, 55%)

RGB channels and saturation

R 100 of 255 = 39%
G 120 of 255 = 47%
B 140 of 255 = 55%

100
120
140

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

Portions of RGB colors in percentages

R + G + B = 100 + 120 + 140 = 360 (100%)
R 100 of 360 ~ 27.78%
G 120 of 360 ~ 33.33%
B 140 of 360 ~ 38.89'%

%27.78
%33.33
%38.89

CMYK color model

#64788C color CMYK value is (29,14,0,45).

  • cyan value is 28.57%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK: (29,14,0,45) C29M14Y0K45 (29%,14%,0%,45%) (0.29/0.14/0.00/0.45) 

CMYK percentages

%28.57
%14.29
%0
%45.1

Codes

Color #64788C in popluar color models

64 78 8C
RGB 100 120 140
HSL 210° 16.67% 47.06%
HSB/HSV 210° 28.57% 54.90%
CMYK 28.57% 14.29% 0.00%
45.10%

Color #64788C in popluar number systems.

HEX 64 78 8C
Decimal 100 120 140
Binary 1100100 1111000 10001100
Octal 144 170 214

Shades and tints

Shades of #64788C

#64788C
(100,120,140)
#5B6E80
(91,110,128)
#526474
(82,100,116)
#495A68
(73,90,104)
#40505C
(64,80,92)
#374650
(55,70,80)
#2E3C44
(46,60,68)
#253238
(37,50,56)
#1C282C
(28,40,44)
#131E20
(19,30,32)
#0A1414
(10,20,20)
#000000
(0,0,0)

Tints of #64788C

#64788C
(100,120,140)
#728496
(114,132,150)
#8090A0
(128,144,160)
#8E9CAA
(142,156,170)
#9CA8B4
(156,168,180)
#AAB4BE
(170,180,190)
#B8C0C8
(184,192,200)
#C6CCD2
(198,204,210)
#D4D8DC
(212,216,220)
#E2E4E6
(226,228,230)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64788C color. Also use rgb(100,120,140) instead hex code.

Text Font Color

.myTextColor { color: #64788C; }

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

This text font color is #64788C.

Background Color

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

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

This div background color is #64788C.

Border color

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

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

This div border color is #64788C.

Opacity

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

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

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

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

This text has shadow with #64788C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64788C.

Preview

Color preview on black background

This text has color #64788C on black background.


Color preview on white background

This text has color #64788C on white background.


Black color preview on #64788C background

This text has black color on #64788C background.


White color preview on #64788C background

This text has white color on #64788C background.


Related colors

Complementary color

Complementary color for #hex is #9B8773.


I love getcolorcode.com

Triadic colors

1 #8C6478 and #788C64 with #64788C are triadic colors.

2 #8C7864 and #78648C with #64788C are triadic colors.