COLOR #777B90

HEX: #777B90
RGB: (119,123,144)

Color info

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

RGB color model

#777B90 color RGB value is (119,123,144).

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

RGB channels and saturation

R 119 of 255 = 47%
G 123 of 255 = 48%
B 144 of 255 = 56%

119
123
144

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

Portions of RGB colors in percentages

R + G + B =
119 + 123 + 144 = 386 (100%)
R 119 of 386 ~ 30.83%
G 123 of 386 ~ 31.87%
B 144 of 386 ~ 37.31%

%30.83
%31.87
%37.31

CMYK color model

#777B90 color CMYK value is (17,15,0,44).

  • cyan value is 17.36%
  • magenta value is 14.58%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(17,15,0,44)
C17M15Y0K44 
(17%,15%,0%,44%)
(0.17/0.15/0.00/0.44)	

CMYK percentages

%17.36
%14.58
%0
%43.53

Codes

Color #777B90 in popluar color models

777B90
RGB119123144
HSL230°10.12%51.57%
HSB/HSV230°17.36%56.47%
CMYK17.36%14.58%0.00%
43.53%

Color #777B90 in popluar number systems.

HEX777B90
Decimal119123144
Binary1110111111101110010000
Octal167173220

Shades and tints

Shades of #777B90

#777B90
(119,123,144)
#6D7083
(109,112,131)
#636576
(99,101,118)
#595A69
(89,90,105)
#4F4F5C
(79,79,92)
#45444F
(69,68,79)
#3B3942
(59,57,66)
#312E35
(49,46,53)
#272328
(39,35,40)
#1D181B
(29,24,27)
#130D0E
(19,13,14)
#000000
(0,0,0)

Tints of #777B90

#777B90
(119,123,144)
#83879A
(131,135,154)
#8F93A4
(143,147,164)
#9B9FAE
(155,159,174)
#A7ABB8
(167,171,184)
#B3B7C2
(179,183,194)
#BFC3CC
(191,195,204)
#CBCFD6
(203,207,214)
#D7DBE0
(215,219,224)
#E3E7EA
(227,231,234)
#EFF3F4
(239,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777B90; }

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

This text font color is #777B90.


Background Color

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

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

This div background color is #777B90.


Border color

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

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

This div border color is #777B90.


Opacity

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

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

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

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

This text has shadow with #777B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777B90 on black background.


Color preview on white background

This text has color #777B90 on white background.



Black color preview on #777B90 background

This text has black color on #777B90 background.


White color preview on #777B90 background

This text has white color on #777B90 background.