COLOR #777FFC

HEX: #777FFC
RGB: (119,127,252)

Color info

#777FFC contains mainly blue color. Web safe color of #777FFC is #6666FF (or #66F).

RGB color model

#777FFC color RGB value is (119,127,252).

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

RGB channels and saturation

R 119 of 255 = 47%
G 127 of 255 = 50%
B 252 of 255 = 99%

119
127
252

R + G + B ~ 65%. #777FFC is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 127 + 252 = 498 (100%)
R 119 of 498 ~ 23.9%
G 127 of 498 ~ 25.5%
B 252 of 498 ~ 50.6%

%23.9
%25.5
%50.6

CMYK color model

#777FFC color CMYK value is (53,50,0,1).

  • cyan value is 52.78%
  • magenta value is 49.60%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(53,50,0,1)
C53M50Y0K1 
(53%,50%,0%,1%)
(0.53/0.50/0.00/0.01)	

CMYK percentages

%52.78
%49.6
%0
%1.18

Codes

Color #777FFC in popluar color models

777FFC
RGB119127252
HSL236°95.68%72.75%
HSB/HSV236°52.78%98.82%
CMYK52.78%49.60%0.00%
1.18%

Color #777FFC in popluar number systems.

HEX777FFC
Decimal119127252
Binary1110111111111111111100
Octal167177374

Shades and tints

Shades of #777FFC

#777FFC
(119,127,252)
#6D74E6
(109,116,230)
#6369D0
(99,105,208)
#595EBA
(89,94,186)
#4F53A4
(79,83,164)
#45488E
(69,72,142)
#3B3D78
(59,61,120)
#313262
(49,50,98)
#27274C
(39,39,76)
#1D1C36
(29,28,54)
#131120
(19,17,32)
#000000
(0,0,0)

Tints of #777FFC

#777FFC
(119,127,252)
#838AFC
(131,138,252)
#8F95FC
(143,149,252)
#9BA0FC
(155,160,252)
#A7ABFC
(167,171,252)
#B3B6FC
(179,182,252)
#BFC1FC
(191,193,252)
#CBCCFC
(203,204,252)
#D7D7FC
(215,215,252)
#E3E2FC
(227,226,252)
#EFEDFC
(239,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777FFC; }

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

This text font color is #777FFC.


Background Color

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

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

This div background color is #777FFC.


Border color

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

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

This div border color is #777FFC.


Opacity

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

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

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

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

This text has shadow with #777FFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777FFC on black background.


Color preview on white background

This text has color #777FFC on white background.



Black color preview on #777FFC background

This text has black color on #777FFC background.


White color preview on #777FFC background

This text has white color on #777FFC background.