COLOR #777A96

HEX: #777A96
RGB: (119,122,150)

Color info

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

RGB color model

#777A96 color RGB value is (119,122,150).

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

RGB channels and saturation

R 119 of 255 = 47%
G 122 of 255 = 48%
B 150 of 255 = 59%

119
122
150

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

Portions of RGB colors in percentages

R + G + B =
119 + 122 + 150 = 391 (100%)
R 119 of 391 ~ 30.43%
G 122 of 391 ~ 31.2%
B 150 of 391 ~ 38.36%

%30.43
%31.2
%38.36

CMYK color model

#777A96 color CMYK value is (21,19,0,41).

  • cyan value is 20.67%
  • magenta value is 18.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(21,19,0,41)
C21M19Y0K41 
(21%,19%,0%,41%)
(0.21/0.19/0.00/0.41)	

CMYK percentages

%20.67
%18.67
%0
%41.18

Codes

Color #777A96 in popluar color models

777A96
RGB119122150
HSL234°12.86%52.75%
HSB/HSV234°20.67%58.82%
CMYK20.67%18.67%0.00%
41.18%

Color #777A96 in popluar number systems.

HEX777A96
Decimal119122150
Binary1110111111101010010110
Octal167172226

Shades and tints

Shades of #777A96

#777A96
(119,122,150)
#6D6F89
(109,111,137)
#63647C
(99,100,124)
#59596F
(89,89,111)
#4F4E62
(79,78,98)
#454355
(69,67,85)
#3B3848
(59,56,72)
#312D3B
(49,45,59)
#27222E
(39,34,46)
#1D1721
(29,23,33)
#130C14
(19,12,20)
#000000
(0,0,0)

Tints of #777A96

#777A96
(119,122,150)
#83869F
(131,134,159)
#8F92A8
(143,146,168)
#9B9EB1
(155,158,177)
#A7AABA
(167,170,186)
#B3B6C3
(179,182,195)
#BFC2CC
(191,194,204)
#CBCED5
(203,206,213)
#D7DADE
(215,218,222)
#E3E6E7
(227,230,231)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777A96; }

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

This text font color is #777A96.


Background Color

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

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

This div background color is #777A96.


Border color

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

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

This div border color is #777A96.


Opacity

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

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

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

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

This text has shadow with #777A96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777A96 on black background.


Color preview on white background

This text has color #777A96 on white background.



Black color preview on #777A96 background

This text has black color on #777A96 background.


White color preview on #777A96 background

This text has white color on #777A96 background.