COLOR #77746D

HEX: #77746D RGB: (119,116,109)

Color info

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

RGB color model

#77746D color RGB value is (119,116,109).

RGB: (119,116,109) (47%, 45%, 43%)

RGB channels and saturation

R 119 of 255 = 47%
G 116 of 255 = 45%
B 109 of 255 = 43%

119
116
109

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

Portions of RGB colors in percentages

R + G + B = 119 + 116 + 109 = 344 (100%)
R 119 of 344 ~ 34.59%
G 116 of 344 ~ 33.72%
B 109 of 344 ~ 31.69'%

%34.59
%33.72
%31.69

CMYK color model

#77746D color CMYK value is (0,3,8,53).

  • cyan value is 0.00%
  • magenta value is 2.52%
  • yellow value is 8.40%
  • key color value is 53.33%

CMYK: (0,3,8,53)
C0M3Y8K53 (0%, 3%, 8%, 53%)
(0.00 / 0.03 / 0.08 / 0.53)

CMYK percentages

%0
%2.52
%8.4
%53.33

Codes

Color #77746D in popluar color models

77 74 6D
RGB 119 116 109
HSL 42° 4.39% 44.71%
HSB/HSV 42° 8.40% 46.67%
CMYK 0.00% 2.52% 8.40%
53.33%

Color #77746D in popluar number systems.

HEX 77 74 6D
Decimal 119 116 109
Binary 1110111 1110100 1101101
Octal 167 164 155

Shades and tints

Shades of #77746D

#77746D
(119,116,109)
#6D6A64
(109,106,100)
#63605B
(99,96,91)
#595652
(89,86,82)
#4F4C49
(79,76,73)
#454240
(69,66,64)
#3B3837
(59,56,55)
#312E2E
(49,46,46)
#272425
(39,36,37)
#1D1A1C
(29,26,28)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #77746D

#77746D
(119,116,109)
#83807A
(131,128,122)
#8F8C87
(143,140,135)
#9B9894
(155,152,148)
#A7A4A1
(167,164,161)
#B3B0AE
(179,176,174)
#BFBCBB
(191,188,187)
#CBC8C8
(203,200,200)
#D7D4D5
(215,212,213)
#E3E0E2
(227,224,226)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77746D color. Also use rgb(119,116,109) instead hex code.

Text Font Color

.myTextColor { color: #77746D; }

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

This text font color is #77746D.

Background Color

.myBgColor { background-color: #77746D; }

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

This div background color is #77746D.

Border color

.myBorderColor { border: 1px solid #77746D; }

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

This div border color is #77746D.

Opacity

.myOpacity80 { color: #77746D; opacity: 0.8; }

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

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

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

This text has shadow with #77746D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77746D.

Preview

Color preview on black background

This text has color #77746D on black background.


Color preview on white background

This text has color #77746D on white background.


Black color preview on #77746D background

This text has black color on #77746D background.


White color preview on #77746D background

This text has white color on #77746D background.


Related colors

Complementary color

Complementary color for #hex is #888B92.


I love getcolorcode.com

Triadic colors

1 #6D7774 and #746D77 with #77746D are triadic colors.

2 #6D7477 and #74776D with #77746D are triadic colors.