COLOR #777FCE

HEX: #777FCE
RGB: (119,127,206)

Color info

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

RGB color model

#777FCE color RGB value is (119,127,206).

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

RGB channels and saturation

R 119 of 255 = 47%
G 127 of 255 = 50%
B 206 of 255 = 81%

119
127
206

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

Portions of RGB colors in percentages

R + G + B =
119 + 127 + 206 = 452 (100%)
R 119 of 452 ~ 26.33%
G 127 of 452 ~ 28.1%
B 206 of 452 ~ 45.58%

%26.33
%28.1
%45.58

CMYK color model

#777FCE color CMYK value is (42,38,0,19).

  • cyan value is 42.23%
  • magenta value is 38.35%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(42,38,0,19)
C42M38Y0K19 
(42%,38%,0%,19%)
(0.42/0.38/0.00/0.19)	

CMYK percentages

%42.23
%38.35
%0
%19.22

Codes

Color #777FCE in popluar color models

777FCE
RGB119127206
HSL234°47.03%63.73%
HSB/HSV234°42.23%80.78%
CMYK42.23%38.35%0.00%
19.22%

Color #777FCE in popluar number systems.

HEX777FCE
Decimal119127206
Binary1110111111111111001110
Octal167177316

Shades and tints

Shades of #777FCE

#777FCE
(119,127,206)
#6D74BC
(109,116,188)
#6369AA
(99,105,170)
#595E98
(89,94,152)
#4F5386
(79,83,134)
#454874
(69,72,116)
#3B3D62
(59,61,98)
#313250
(49,50,80)
#27273E
(39,39,62)
#1D1C2C
(29,28,44)
#13111A
(19,17,26)
#000000
(0,0,0)

Tints of #777FCE

#777FCE
(119,127,206)
#838AD2
(131,138,210)
#8F95D6
(143,149,214)
#9BA0DA
(155,160,218)
#A7ABDE
(167,171,222)
#B3B6E2
(179,182,226)
#BFC1E6
(191,193,230)
#CBCCEA
(203,204,234)
#D7D7EE
(215,215,238)
#E3E2F2
(227,226,242)
#EFEDF6
(239,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777FCE; }

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

This text font color is #777FCE.


Background Color

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

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

This div background color is #777FCE.


Border color

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

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

This div border color is #777FCE.


Opacity

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

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

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

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

This text has shadow with #777FCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777FCE on black background.


Color preview on white background

This text has color #777FCE on white background.



Black color preview on #777FCE background

This text has black color on #777FCE background.


White color preview on #777FCE background

This text has white color on #777FCE background.