COLOR #777B84

HEX: #777B84
RGB: (119,123,132)

Color info

#777B84 contains red, green and blue colors in about the same proportion. Web safe color of #777B84 is #666699 (or #669).

RGB color model

#777B84 color RGB value is (119,123,132).

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

RGB channels and saturation

R 119 of 255 = 47%
G 123 of 255 = 48%
B 132 of 255 = 52%

119
123
132

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

Portions of RGB colors in percentages

R + G + B =
119 + 123 + 132 = 374 (100%)
R 119 of 374 ~ 31.82%
G 123 of 374 ~ 32.89%
B 132 of 374 ~ 35.29%

%31.82
%32.89
%35.29

CMYK color model

#777B84 color CMYK value is (10,7,0,48).

  • cyan value is 9.85%
  • magenta value is 6.82%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(10,7,0,48)
C10M7Y0K48 
(10%,7%,0%,48%)
(0.10/0.07/0.00/0.48)	

CMYK percentages

%9.85
%6.82
%0
%48.24

Codes

Color #777B84 in popluar color models

777B84
RGB119123132
HSL222°5.18%49.22%
HSB/HSV222°9.85%51.76%
CMYK9.85%6.82%0.00%
48.24%

Color #777B84 in popluar number systems.

HEX777B84
Decimal119123132
Binary1110111111101110000100
Octal167173204

Shades and tints

Shades of #777B84

#777B84
(119,123,132)
#6D7078
(109,112,120)
#63656C
(99,101,108)
#595A60
(89,90,96)
#4F4F54
(79,79,84)
#454448
(69,68,72)
#3B393C
(59,57,60)
#312E30
(49,46,48)
#272324
(39,35,36)
#1D1818
(29,24,24)
#130D0C
(19,13,12)
#000000
(0,0,0)

Tints of #777B84

#777B84
(119,123,132)
#83878F
(131,135,143)
#8F939A
(143,147,154)
#9B9FA5
(155,159,165)
#A7ABB0
(167,171,176)
#B3B7BB
(179,183,187)
#BFC3C6
(191,195,198)
#CBCFD1
(203,207,209)
#D7DBDC
(215,219,220)
#E3E7E7
(227,231,231)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777B84; }

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

This text font color is #777B84.


Background Color

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

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

This div background color is #777B84.


Border color

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

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

This div border color is #777B84.


Opacity

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

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

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

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

This text has shadow with #777B84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777B84 on black background.


Color preview on white background

This text has color #777B84 on white background.



Black color preview on #777B84 background

This text has black color on #777B84 background.


White color preview on #777B84 background

This text has white color on #777B84 background.