COLOR #647A79

HEX: #647A79 RGB: (100,122,121)

Color info

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

RGB color model

#647A79 color RGB value is (100,122,121).

RGB: (100,122,121) (39%, 48%, 47%)

RGB channels and saturation

R 100 of 255 = 39%
G 122 of 255 = 48%
B 121 of 255 = 47%

100
122
121

R + G + B ~ 45%. #647A79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 122 + 121 = 343 (100%)
R 100 of 343 ~ 29.15%
G 122 of 343 ~ 35.57%
B 121 of 343 ~ 35.28'%

%29.15
%35.57
%35.28

CMYK color model

#647A79 color CMYK value is (18,0,1,52).

  • cyan value is 18.03%
  • magenta value is 0.00%
  • yellow value is 0.82%
  • key color value is 52.16%

CMYK: (18,0,1,52)
C18M0Y1K52 (18%, 0%, 1%, 52%)
(0.18 / 0.00 / 0.01 / 0.52)

CMYK percentages

%18.03
%0
%0.82
%52.16

Codes

Color #647A79 in popluar color models

64 7A 79
RGB 100 122 121
HSL 177° 9.91% 43.53%
HSB/HSV 177° 18.03% 47.84%
CMYK 18.03% 0.00% 0.82%
52.16%

Color #647A79 in popluar number systems.

HEX 64 7A 79
Decimal 100 122 121
Binary 1100100 1111010 1111001
Octal 144 172 171

Shades and tints

Shades of #647A79

#647A79
(100,122,121)
#5B6F6E
(91,111,110)
#526463
(82,100,99)
#495958
(73,89,88)
#404E4D
(64,78,77)
#374342
(55,67,66)
#2E3837
(46,56,55)
#252D2C
(37,45,44)
#1C2221
(28,34,33)
#131716
(19,23,22)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #647A79

#647A79
(100,122,121)
#728685
(114,134,133)
#809291
(128,146,145)
#8E9E9D
(142,158,157)
#9CAAA9
(156,170,169)
#AAB6B5
(170,182,181)
#B8C2C1
(184,194,193)
#C6CECD
(198,206,205)
#D4DAD9
(212,218,217)
#E2E6E5
(226,230,229)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #647A79 color. Also use rgb(100,122,121) instead hex code.

Text Font Color

.myTextColor { color: #647A79; }

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

This text font color is #647A79.

Background Color

.myBgColor { background-color: #647A79; }

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

This div background color is #647A79.

Border color

.myBorderColor { border: 1px solid #647A79; }

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

This div border color is #647A79.

Opacity

.myOpacity80 { color: #647A79; opacity: 0.8; }

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

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

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

This text has shadow with #647A79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #647A79.

Preview

Color preview on black background

This text has color #647A79 on black background.


Color preview on white background

This text has color #647A79 on white background.


Black color preview on #647A79 background

This text has black color on #647A79 background.


White color preview on #647A79 background

This text has white color on #647A79 background.


Related colors

Complementary color

Complementary color for #hex is #9B8586.


I love getcolorcode.com

Triadic colors

1 #79647A and #7A7964 with #647A79 are triadic colors.

2 #797A64 and #7A6479 with #647A79 are triadic colors.