COLOR #777A7B

HEX: #777A7B
RGB: (119,122,123)

Color info

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

RGB color model

#777A7B color RGB value is (119,122,123).

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

RGB channels and saturation

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

119
122
123

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

Portions of RGB colors in percentages

R + G + B =
119 + 122 + 123 = 364 (100%)
R 119 of 364 ~ 32.69%
G 122 of 364 ~ 33.52%
B 123 of 364 ~ 33.79%

%32.69
%33.52
%33.79

CMYK color model

#777A7B color CMYK value is (3,1,0,52).

  • cyan value is 3.25%
  • magenta value is 0.81%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(3,1,0,52)
C3M1Y0K52 
(3%,1%,0%,52%)
(0.03/0.01/0.00/0.52)	

CMYK percentages

%3.25
%0.81
%0
%51.76

Codes

Color #777A7B in popluar color models

777A7B
RGB119122123
HSL195°1.65%47.45%
HSB/HSV195°3.25%48.24%
CMYK3.25%0.81%0.00%
51.76%

Color #777A7B in popluar number systems.

HEX777A7B
Decimal119122123
Binary111011111110101111011
Octal167172173

Shades and tints

Shades of #777A7B

#777A7B
(119,122,123)
#6D6F70
(109,111,112)
#636465
(99,100,101)
#59595A
(89,89,90)
#4F4E4F
(79,78,79)
#454344
(69,67,68)
#3B3839
(59,56,57)
#312D2E
(49,45,46)
#272223
(39,34,35)
#1D1718
(29,23,24)
#130C0D
(19,12,13)
#000000
(0,0,0)

Tints of #777A7B

#777A7B
(119,122,123)
#838687
(131,134,135)
#8F9293
(143,146,147)
#9B9E9F
(155,158,159)
#A7AAAB
(167,170,171)
#B3B6B7
(179,182,183)
#BFC2C3
(191,194,195)
#CBCECF
(203,206,207)
#D7DADB
(215,218,219)
#E3E6E7
(227,230,231)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777A7B; }

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

This text font color is #777A7B.


Background Color

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

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

This div background color is #777A7B.


Border color

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

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

This div border color is #777A7B.


Opacity

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

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

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

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

This text has shadow with #777A7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777A7B on black background.


Color preview on white background

This text has color #777A7B on white background.



Black color preview on #777A7B background

This text has black color on #777A7B background.


White color preview on #777A7B background

This text has white color on #777A7B background.