COLOR #646777

HEX: #646777 RGB: (100,103,119)

Color info

#646777 contains red, green and blue colors in about the same proportion. Web safe color of #646777 is #666666 (or #666).

RGB color model

#646777 color RGB value is (100,103,119).

RGB: (100,103,119) (39%, 40%, 47%)

RGB channels and saturation

R 100 of 255 = 39%
G 103 of 255 = 40%
B 119 of 255 = 47%

100
103
119

R + G + B ~ 42%. #646777 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 103 + 119 = 322 (100%)
R 100 of 322 ~ 31.06%
G 103 of 322 ~ 31.99%
B 119 of 322 ~ 36.96'%

%31.06
%31.99
%36.96

CMYK color model

#646777 color CMYK value is (16,13,0,53).

  • cyan value is 15.97%
  • magenta value is 13.45%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (16,13,0,53)
C16M13Y0K53 (16%, 13%, 0%, 53%)
(0.16 / 0.13 / 0.00 / 0.53)

CMYK percentages

%15.97
%13.45
%0
%53.33

Codes

Color #646777 in popluar color models

64 67 77
RGB 100 103 119
HSL 231° 8.68% 42.94%
HSB/HSV 231° 15.97% 46.67%
CMYK 15.97% 13.45% 0.00%
53.33%

Color #646777 in popluar number systems.

HEX 64 67 77
Decimal 100 103 119
Binary 1100100 1100111 1110111
Octal 144 147 167

Shades and tints

Shades of #646777

#646777
(100,103,119)
#5B5E6D
(91,94,109)
#525563
(82,85,99)
#494C59
(73,76,89)
#40434F
(64,67,79)
#373A45
(55,58,69)
#2E313B
(46,49,59)
#252831
(37,40,49)
#1C1F27
(28,31,39)
#13161D
(19,22,29)
#0A0D13
(10,13,19)
#000000
(0,0,0)

Tints of #646777

#646777
(100,103,119)
#727483
(114,116,131)
#80818F
(128,129,143)
#8E8E9B
(142,142,155)
#9C9BA7
(156,155,167)
#AAA8B3
(170,168,179)
#B8B5BF
(184,181,191)
#C6C2CB
(198,194,203)
#D4CFD7
(212,207,215)
#E2DCE3
(226,220,227)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646777; }

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

This text font color is #646777.

Background Color

.myBgColor { background-color: #646777; }

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

This div background color is #646777.

Border color

.myBorderColor { border: 1px solid #646777; }

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

This div border color is #646777.

Opacity

.myOpacity80 { color: #646777; opacity: 0.8; }

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

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

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

This text has shadow with #646777 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #646777.

Preview

Color preview on black background

This text has color #646777 on black background.


Color preview on white background

This text has color #646777 on white background.


Black color preview on #646777 background

This text has black color on #646777 background.


White color preview on #646777 background

This text has white color on #646777 background.


Related colors

Complementary color

Complementary color for #hex is #9B9888.


I love getcolorcode.com

Triadic colors

1 #776467 and #677764 with #646777 are triadic colors.

2 #776764 and #676477 with #646777 are triadic colors.