COLOR #77776A

HEX: #77776A RGB: (119,119,106)

Color info

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

RGB color model

#77776A color RGB value is (119,119,106).

RGB: (119,119,106) (47%, 47%, 42%)

RGB channels and saturation

R 119 of 255 = 47%
G 119 of 255 = 47%
B 106 of 255 = 42%

119
119
106

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

Portions of RGB colors in percentages

R + G + B = 119 + 119 + 106 = 344 (100%)
R 119 of 344 ~ 34.59%
G 119 of 344 ~ 34.59%
B 106 of 344 ~ 30.81'%

%34.59
%34.59
%30.81

CMYK color model

#77776A color CMYK value is (0,0,11,53).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 10.92%
  • key color value is 53.33%
CMYK: (0,0,11,53) C0M0Y11K53 (0%,0%,11%,53%) (0.00/0.00/0.11/0.53) 

CMYK percentages

%0
%0
%10.92
%53.33

Codes

Color #77776A in popluar color models

77 77 6A
RGB 119 119 106
HSL 60° 5.78% 44.12%
HSB/HSV 60° 10.92% 46.67%
CMYK 0.00% 0.00% 10.92%
53.33%

Color #77776A in popluar number systems.

HEX 77 77 6A
Decimal 119 119 106
Binary 1110111 1110111 1101010
Octal 167 167 152

Shades and tints

Shades of #77776A

#77776A
(119,119,106)
#6D6D61
(109,109,97)
#636358
(99,99,88)
#59594F
(89,89,79)
#4F4F46
(79,79,70)
#45453D
(69,69,61)
#3B3B34
(59,59,52)
#31312B
(49,49,43)
#272722
(39,39,34)
#1D1D19
(29,29,25)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #77776A

#77776A
(119,119,106)
#838377
(131,131,119)
#8F8F84
(143,143,132)
#9B9B91
(155,155,145)
#A7A79E
(167,167,158)
#B3B3AB
(179,179,171)
#BFBFB8
(191,191,184)
#CBCBC5
(203,203,197)
#D7D7D2
(215,215,210)
#E3E3DF
(227,227,223)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77776A color. Also use rgb(119,119,106) instead hex code.

Text Font Color

.myTextColor { color: #77776A; }

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

This text font color is #77776A.

Background Color

.myBgColor { background-color: #77776A; }

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

This div background color is #77776A.

Border color

.myBorderColor { border: 1px solid #77776A; }

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

This div border color is #77776A.

Opacity

.myOpacity80 { color: #77776A; opacity: 0.8; }

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

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

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

This text has shadow with #77776A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77776A.

Preview

Color preview on black background

This text has color #77776A on black background.


Color preview on white background

This text has color #77776A on white background.


Black color preview on #77776A background

This text has black color on #77776A background.


White color preview on #77776A background

This text has white color on #77776A background.


Related colors

Complementary color

Complementary color for #hex is #888895.


I love getcolorcode.com