COLOR #777576

HEX: #777576 RGB: (119,117,118)

Color info

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

RGB color model

#777576 color RGB value is (119,117,118).

RGB: (119,117,118) (47%, 46%, 46%)

RGB channels and saturation

R 119 of 255 = 47%
G 117 of 255 = 46%
B 118 of 255 = 46%

119
117
118

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

Portions of RGB colors in percentages

R + G + B = 119 + 117 + 118 = 354 (100%)
R 119 of 354 ~ 33.62%
G 117 of 354 ~ 33.05%
B 118 of 354 ~ 33.33'%

%33.62
%33.05
%33.33

CMYK color model

#777576 color CMYK value is (0,2,1,53).

  • cyan value is 0.00%
  • magenta value is 1.68%
  • yellow value is 0.84%
  • key color value is 53.33%

CMYK: (0,2,1,53)
C0M2Y1K53 (0%, 2%, 1%, 53%)
(0.00 / 0.02 / 0.01 / 0.53)

CMYK percentages

%0
%1.68
%0.84
%53.33

Codes

Color #777576 in popluar color models

77 75 76
RGB 119 117 118
HSL 330° 0.85% 46.27%
HSB/HSV 330° 1.68% 46.67%
CMYK 0.00% 1.68% 0.84%
53.33%

Color #777576 in popluar number systems.

HEX 77 75 76
Decimal 119 117 118
Binary 1110111 1110101 1110110
Octal 167 165 166

Shades and tints

Shades of #777576

#777576
(119,117,118)
#6D6B6C
(109,107,108)
#636162
(99,97,98)
#595758
(89,87,88)
#4F4D4E
(79,77,78)
#454344
(69,67,68)
#3B393A
(59,57,58)
#312F30
(49,47,48)
#272526
(39,37,38)
#1D1B1C
(29,27,28)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #777576

#777576
(119,117,118)
#838182
(131,129,130)
#8F8D8E
(143,141,142)
#9B999A
(155,153,154)
#A7A5A6
(167,165,166)
#B3B1B2
(179,177,178)
#BFBDBE
(191,189,190)
#CBC9CA
(203,201,202)
#D7D5D6
(215,213,214)
#E3E1E2
(227,225,226)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777576 color. Also use rgb(119,117,118) instead hex code.

Text Font Color

.myTextColor { color: #777576; }

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

This text font color is #777576.

Background Color

.myBgColor { background-color: #777576; }

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

This div background color is #777576.

Border color

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

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

This div border color is #777576.

Opacity

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

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

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

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

This text has shadow with #777576 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777576.

Preview

Color preview on black background

This text has color #777576 on black background.


Color preview on white background

This text has color #777576 on white background.


Black color preview on #777576 background

This text has black color on #777576 background.


White color preview on #777576 background

This text has white color on #777576 background.


Related colors

Complementary color

Complementary color for #hex is #888A89.


I love getcolorcode.com

Triadic colors

1 #767775 and #757677 with #777576 are triadic colors.

2 #767577 and #757776 with #777576 are triadic colors.