COLOR #777FBE

HEX: #777FBE
RGB: (119,127,190)

Color info

#777FBE contains mainly blue color. Web safe color of #777FBE is #6666CC (or #66C).

RGB color model

#777FBE color RGB value is (119,127,190).

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

RGB channels and saturation

R 119 of 255 = 47%
G 127 of 255 = 50%
B 190 of 255 = 75%

119
127
190

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

Portions of RGB colors in percentages

R + G + B =
119 + 127 + 190 = 436 (100%)
R 119 of 436 ~ 27.29%
G 127 of 436 ~ 29.13%
B 190 of 436 ~ 43.58%

%27.29
%29.13
%43.58

CMYK color model

#777FBE color CMYK value is (37,33,0,25).

  • cyan value is 37.37%
  • magenta value is 33.16%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(37,33,0,25)
C37M33Y0K25 
(37%,33%,0%,25%)
(0.37/0.33/0.00/0.25)	

CMYK percentages

%37.37
%33.16
%0
%25.49

Codes

Color #777FBE in popluar color models

777FBE
RGB119127190
HSL233°35.32%60.59%
HSB/HSV233°37.37%74.51%
CMYK37.37%33.16%0.00%
25.49%

Color #777FBE in popluar number systems.

HEX777FBE
Decimal119127190
Binary1110111111111110111110
Octal167177276

Shades and tints

Shades of #777FBE

#777FBE
(119,127,190)
#6D74AD
(109,116,173)
#63699C
(99,105,156)
#595E8B
(89,94,139)
#4F537A
(79,83,122)
#454869
(69,72,105)
#3B3D58
(59,61,88)
#313247
(49,50,71)
#272736
(39,39,54)
#1D1C25
(29,28,37)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #777FBE

#777FBE
(119,127,190)
#838AC3
(131,138,195)
#8F95C8
(143,149,200)
#9BA0CD
(155,160,205)
#A7ABD2
(167,171,210)
#B3B6D7
(179,182,215)
#BFC1DC
(191,193,220)
#CBCCE1
(203,204,225)
#D7D7E6
(215,215,230)
#E3E2EB
(227,226,235)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777FBE; }

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

This text font color is #777FBE.


Background Color

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

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

This div background color is #777FBE.


Border color

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

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

This div border color is #777FBE.


Opacity

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

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

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

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

This text has shadow with #777FBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777FBE on black background.


Color preview on white background

This text has color #777FBE on white background.



Black color preview on #777FBE background

This text has black color on #777FBE background.


White color preview on #777FBE background

This text has white color on #777FBE background.