COLOR #777A78

HEX: #777A78 RGB: (119,122,120)

Color info

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

RGB color model

#777A78 color RGB value is (119,122,120).

RGB: (119,122,120) (47%, 48%, 47%)

RGB channels and saturation

R 119 of 255 = 47%
G 122 of 255 = 48%
B 120 of 255 = 47%

119
122
120

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

Portions of RGB colors in percentages

R + G + B = 119 + 122 + 120 = 361 (100%)
R 119 of 361 ~ 32.96%
G 122 of 361 ~ 33.8%
B 120 of 361 ~ 33.24'%

%32.96
%33.8
%33.24

CMYK color model

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

  • cyan value is 2.46%
  • magenta value is 0.00%
  • yellow value is 1.64%
  • key color value is 52.16%
CMYK: (2,0,2,52) C2M0Y2K52 (2%,0%,2%,52%) (0.02/0.00/0.02/0.52) 

CMYK percentages

%2.46
%0
%1.64
%52.16

Codes

Color #777A78 in popluar color models

77 7A 78
RGB 119 122 120
HSL 140° 1.24% 47.25%
HSB/HSV 140° 2.46% 47.84%
CMYK 2.46% 0.00% 1.64%
52.16%

Color #777A78 in popluar number systems.

HEX 77 7A 78
Decimal 119 122 120
Binary 1110111 1111010 1111000
Octal 167 172 170

Shades and tints

Shades of #777A78

#777A78
(119,122,120)
#6D6F6E
(109,111,110)
#636464
(99,100,100)
#59595A
(89,89,90)
#4F4E50
(79,78,80)
#454346
(69,67,70)
#3B383C
(59,56,60)
#312D32
(49,45,50)
#272228
(39,34,40)
#1D171E
(29,23,30)
#130C14
(19,12,20)
#000000
(0,0,0)

Tints of #777A78

#777A78
(119,122,120)
#838684
(131,134,132)
#8F9290
(143,146,144)
#9B9E9C
(155,158,156)
#A7AAA8
(167,170,168)
#B3B6B4
(179,182,180)
#BFC2C0
(191,194,192)
#CBCECC
(203,206,204)
#D7DAD8
(215,218,216)
#E3E6E4
(227,230,228)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777A78; }

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

This text font color is #777A78.

Background Color

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

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

This div background color is #777A78.

Border color

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

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

This div border color is #777A78.

Opacity

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

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

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

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

This text has shadow with #777A78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777A78.

Preview

Color preview on black background

This text has color #777A78 on black background.


Color preview on white background

This text has color #777A78 on white background.


Black color preview on #777A78 background

This text has black color on #777A78 background.


White color preview on #777A78 background

This text has white color on #777A78 background.


Related colors

Complementary color

Complementary color for #hex is #888587.


I love getcolorcode.com

Triadic colors

1 #78777A and #7A7877 with #777A78 are triadic colors.

2 #787A77 and #7A7778 with #777A78 are triadic colors.