COLOR #77747F

HEX: #77747F RGB: (119,116,127)

Color info

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

RGB color model

#77747F color RGB value is (119,116,127).

RGB: (119,116,127) (47%, 45%, 50%)

RGB channels and saturation

R 119 of 255 = 47%
G 116 of 255 = 45%
B 127 of 255 = 50%

119
116
127

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

Portions of RGB colors in percentages

R + G + B = 119 + 116 + 127 = 362 (100%)
R 119 of 362 ~ 32.87%
G 116 of 362 ~ 32.04%
B 127 of 362 ~ 35.08'%

%32.87
%32.04
%35.08

CMYK color model

#77747F color CMYK value is (6,9,0,50).

  • cyan value is 6.30%
  • magenta value is 8.66%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (6,9,0,50)
C6M9Y0K50 (6%, 9%, 0%, 50%)
(0.06 / 0.09 / 0.00 / 0.50)

CMYK percentages

%6.3
%8.66
%0
%50.2

Codes

Color #77747F in popluar color models

77 74 7F
RGB 119 116 127
HSL 256° 4.53% 47.65%
HSB/HSV 256° 8.66% 49.80%
CMYK 6.30% 8.66% 0.00%
50.20%

Color #77747F in popluar number systems.

HEX 77 74 7F
Decimal 119 116 127
Binary 1110111 1110100 1111111
Octal 167 164 177

Shades and tints

Shades of #77747F

#77747F
(119,116,127)
#6D6A74
(109,106,116)
#636069
(99,96,105)
#59565E
(89,86,94)
#4F4C53
(79,76,83)
#454248
(69,66,72)
#3B383D
(59,56,61)
#312E32
(49,46,50)
#272427
(39,36,39)
#1D1A1C
(29,26,28)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #77747F

#77747F
(119,116,127)
#83808A
(131,128,138)
#8F8C95
(143,140,149)
#9B98A0
(155,152,160)
#A7A4AB
(167,164,171)
#B3B0B6
(179,176,182)
#BFBCC1
(191,188,193)
#CBC8CC
(203,200,204)
#D7D4D7
(215,212,215)
#E3E0E2
(227,224,226)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77747F color. Also use rgb(119,116,127) instead hex code.

Text Font Color

.myTextColor { color: #77747F; }

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

This text font color is #77747F.

Background Color

.myBgColor { background-color: #77747F; }

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

This div background color is #77747F.

Border color

.myBorderColor { border: 1px solid #77747F; }

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

This div border color is #77747F.

Opacity

.myOpacity80 { color: #77747F; opacity: 0.8; }

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

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

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

This text has shadow with #77747F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77747F.

Preview

Color preview on black background

This text has color #77747F on black background.


Color preview on white background

This text has color #77747F on white background.


Black color preview on #77747F background

This text has black color on #77747F background.


White color preview on #77747F background

This text has white color on #77747F background.


Related colors

Complementary color

Complementary color for #hex is #888B80.


I love getcolorcode.com

Triadic colors

1 #7F7774 and #747F77 with #77747F are triadic colors.

2 #7F7477 and #74777F with #77747F are triadic colors.