COLOR #77676C

HEX: #77676C RGB: (119,103,108)

Color info

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

RGB color model

#77676C color RGB value is (119,103,108).

RGB: (119,103,108) (47%, 40%, 42%)

RGB channels and saturation

R 119 of 255 = 47%
G 103 of 255 = 40%
B 108 of 255 = 42%

119
103
108

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

Portions of RGB colors in percentages

R + G + B = 119 + 103 + 108 = 330 (100%)
R 119 of 330 ~ 36.06%
G 103 of 330 ~ 31.21%
B 108 of 330 ~ 32.73'%

%36.06
%31.21
%32.73

CMYK color model

#77676C color CMYK value is (0,13,9,53).

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

CMYK: (0,13,9,53)
C0M13Y9K53 (0%, 13%, 9%, 53%)
(0.00 / 0.13 / 0.09 / 0.53)

CMYK percentages

%0
%13.45
%9.24
%53.33

Codes

Color #77676C in popluar color models

77 67 6C
RGB 119 103 108
HSL 341° 7.21% 43.53%
HSB/HSV 341° 13.45% 46.67%
CMYK 0.00% 13.45% 9.24%
53.33%

Color #77676C in popluar number systems.

HEX 77 67 6C
Decimal 119 103 108
Binary 1110111 1100111 1101100
Octal 167 147 154

Shades and tints

Shades of #77676C

#77676C
(119,103,108)
#6D5E63
(109,94,99)
#63555A
(99,85,90)
#594C51
(89,76,81)
#4F4348
(79,67,72)
#453A3F
(69,58,63)
#3B3136
(59,49,54)
#31282D
(49,40,45)
#271F24
(39,31,36)
#1D161B
(29,22,27)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #77676C

#77676C
(119,103,108)
#837479
(131,116,121)
#8F8186
(143,129,134)
#9B8E93
(155,142,147)
#A79BA0
(167,155,160)
#B3A8AD
(179,168,173)
#BFB5BA
(191,181,186)
#CBC2C7
(203,194,199)
#D7CFD4
(215,207,212)
#E3DCE1
(227,220,225)
#EFE9EE
(239,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77676C; }

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

This text font color is #77676C.

Background Color

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

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

This div background color is #77676C.

Border color

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

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

This div border color is #77676C.

Opacity

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

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

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

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

This text has shadow with #77676C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77676C.

Preview

Color preview on black background

This text has color #77676C on black background.


Color preview on white background

This text has color #77676C on white background.


Black color preview on #77676C background

This text has black color on #77676C background.


White color preview on #77676C background

This text has white color on #77676C background.


Related colors

Complementary color

Complementary color for #hex is #889893.


I love getcolorcode.com

Triadic colors

1 #6C7767 and #676C77 with #77676C are triadic colors.

2 #6C6777 and #67776C with #77676C are triadic colors.