COLOR #777A6A

HEX: #777A6A RGB: (119,122,106)

Color info

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

RGB color model

#777A6A color RGB value is (119,122,106).

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

RGB channels and saturation

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

119
122
106

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

Portions of RGB colors in percentages

R + G + B = 119 + 122 + 106 = 347 (100%)
R 119 of 347 ~ 34.29%
G 122 of 347 ~ 35.16%
B 106 of 347 ~ 30.55'%

%34.29
%35.16
%30.55

CMYK color model

#777A6A color CMYK value is (2,0,13,52).

  • cyan value is 2.46%
  • magenta value is 0.00%
  • yellow value is 13.11%
  • key color value is 52.16%

CMYK: (2,0,13,52)
C2M0Y13K52 (2%, 0%, 13%, 52%)
(0.02 / 0.00 / 0.13 / 0.52)

CMYK percentages

%2.46
%0
%13.11
%52.16

Codes

Color #777A6A in popluar color models

77 7A 6A
RGB 119 122 106
HSL 71° 7.02% 44.71%
HSB/HSV 71° 13.11% 47.84%
CMYK 2.46% 0.00% 13.11%
52.16%

Color #777A6A in popluar number systems.

HEX 77 7A 6A
Decimal 119 122 106
Binary 1110111 1111010 1101010
Octal 167 172 152

Shades and tints

Shades of #777A6A

#777A6A
(119,122,106)
#6D6F61
(109,111,97)
#636458
(99,100,88)
#59594F
(89,89,79)
#4F4E46
(79,78,70)
#45433D
(69,67,61)
#3B3834
(59,56,52)
#312D2B
(49,45,43)
#272222
(39,34,34)
#1D1719
(29,23,25)
#130C10
(19,12,16)
#000000
(0,0,0)

Tints of #777A6A

#777A6A
(119,122,106)
#838677
(131,134,119)
#8F9284
(143,146,132)
#9B9E91
(155,158,145)
#A7AA9E
(167,170,158)
#B3B6AB
(179,182,171)
#BFC2B8
(191,194,184)
#CBCEC5
(203,206,197)
#D7DAD2
(215,218,210)
#E3E6DF
(227,230,223)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777A6A; }

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

This text font color is #777A6A.

Background Color

.myBgColor { background-color: #777A6A; }

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

This div background color is #777A6A.

Border color

.myBorderColor { border: 1px solid #777A6A; }

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

This div border color is #777A6A.

Opacity

.myOpacity80 { color: #777A6A; opacity: 0.8; }

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

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

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

This text has shadow with #777A6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777A6A.

Preview

Color preview on black background

This text has color #777A6A on black background.


Color preview on white background

This text has color #777A6A on white background.


Black color preview on #777A6A background

This text has black color on #777A6A background.


White color preview on #777A6A background

This text has white color on #777A6A background.


Related colors

Complementary color

Complementary color for #hex is #888595.


I love getcolorcode.com

Triadic colors

1 #6A777A and #7A6A77 with #777A6A are triadic colors.

2 #6A7A77 and #7A776A with #777A6A are triadic colors.