COLOR #777A7C

HEX: #777A7C
RGB: (119,122,124)

Color info

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

RGB color model

#777A7C color RGB value is (119,122,124).

  • red value is 119;
  • green value is 122;
  • blue value is 124.
RGB:
(119,122,124)
(47%,48%,49%)

RGB channels and saturation

R 119 of 255 = 47%
G 122 of 255 = 48%
B 124 of 255 = 49%

119
122
124

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

Portions of RGB colors in percentages

R + G + B =
119 + 122 + 124 = 365 (100%)
R 119 of 365 ~ 32.6%
G 122 of 365 ~ 33.42%
B 124 of 365 ~ 33.97%

%32.6
%33.42
%33.97

CMYK color model

#777A7C color CMYK value is (4,2,0,51).

  • cyan value is 4.03%
  • magenta value is 1.61%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(4,2,0,51)
C4M2Y0K51 
(4%,2%,0%,51%)
(0.04/0.02/0.00/0.51)	

CMYK percentages

%4.03
%1.61
%0
%51.37

Codes

Color #777A7C in popluar color models

777A7C
RGB119122124
HSL204°2.06%47.65%
HSB/HSV204°4.03%48.63%
CMYK4.03%1.61%0.00%
51.37%

Color #777A7C in popluar number systems.

HEX777A7C
Decimal119122124
Binary111011111110101111100
Octal167172174

Shades and tints

Shades of #777A7C

#777A7C
(119,122,124)
#6D6F71
(109,111,113)
#636466
(99,100,102)
#59595B
(89,89,91)
#4F4E50
(79,78,80)
#454345
(69,67,69)
#3B383A
(59,56,58)
#312D2F
(49,45,47)
#272224
(39,34,36)
#1D1719
(29,23,25)
#130C0E
(19,12,14)
#000000
(0,0,0)

Tints of #777A7C

#777A7C
(119,122,124)
#838687
(131,134,135)
#8F9292
(143,146,146)
#9B9E9D
(155,158,157)
#A7AAA8
(167,170,168)
#B3B6B3
(179,182,179)
#BFC2BE
(191,194,190)
#CBCEC9
(203,206,201)
#D7DAD4
(215,218,212)
#E3E6DF
(227,230,223)
#EFF2EA
(239,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777A7C; }

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

This text font color is #777A7C.


Background Color

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

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

This div background color is #777A7C.


Border color

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

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

This div border color is #777A7C.


Opacity

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

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

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

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

This text has shadow with #777A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777A7C on black background.


Color preview on white background

This text has color #777A7C on white background.



Black color preview on #777A7C background

This text has black color on #777A7C background.


White color preview on #777A7C background

This text has white color on #777A7C background.