COLOR #777FB9

HEX: #777FB9
RGB: (119,127,185)

Color info

#777FB9 contains mainly green and blue colors. Web safe color of #777FB9 is #6666CC (or #66C).

RGB color model

#777FB9 color RGB value is (119,127,185).

  • red value is 119;
  • green value is 127;
  • blue value is 185.
RGB:
(119,127,185)
(47%,50%,73%)

RGB channels and saturation

R 119 of 255 = 47%
G 127 of 255 = 50%
B 185 of 255 = 73%

119
127
185

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

Portions of RGB colors in percentages

R + G + B =
119 + 127 + 185 = 431 (100%)
R 119 of 431 ~ 27.61%
G 127 of 431 ~ 29.47%
B 185 of 431 ~ 42.92%

%27.61
%29.47
%42.92

CMYK color model

#777FB9 color CMYK value is (36,31,0,27).

  • cyan value is 35.68%
  • magenta value is 31.35%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(36,31,0,27)
C36M31Y0K27 
(36%,31%,0%,27%)
(0.36/0.31/0.00/0.27)	

CMYK percentages

%35.68
%31.35
%0
%27.45

Codes

Color #777FB9 in popluar color models

777FB9
RGB119127185
HSL233°32.04%59.61%
HSB/HSV233°35.68%72.55%
CMYK35.68%31.35%0.00%
27.45%

Color #777FB9 in popluar number systems.

HEX777FB9
Decimal119127185
Binary1110111111111110111001
Octal167177271

Shades and tints

Shades of #777FB9

#777FB9
(119,127,185)
#6D74A9
(109,116,169)
#636999
(99,105,153)
#595E89
(89,94,137)
#4F5379
(79,83,121)
#454869
(69,72,105)
#3B3D59
(59,61,89)
#313249
(49,50,73)
#272739
(39,39,57)
#1D1C29
(29,28,41)
#131119
(19,17,25)
#000000
(0,0,0)

Tints of #777FB9

#777FB9
(119,127,185)
#838ABF
(131,138,191)
#8F95C5
(143,149,197)
#9BA0CB
(155,160,203)
#A7ABD1
(167,171,209)
#B3B6D7
(179,182,215)
#BFC1DD
(191,193,221)
#CBCCE3
(203,204,227)
#D7D7E9
(215,215,233)
#E3E2EF
(227,226,239)
#EFEDF5
(239,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777FB9 color. Also use rgb(119,127,185) instead hex code.

Text Font Color

.myTextColor { color: #777FB9; }

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

This text font color is #777FB9.


Background Color

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

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

This div background color is #777FB9.


Border color

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

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

This div border color is #777FB9.


Opacity

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

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

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

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

This text has shadow with #777FB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777FB9 on black background.


Color preview on white background

This text has color #777FB9 on white background.



Black color preview on #777FB9 background

This text has black color on #777FB9 background.


White color preview on #777FB9 background

This text has white color on #777FB9 background.