COLOR #777FD4

HEX: #777FD4
RGB: (119,127,212)

Color info

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

RGB color model

#777FD4 color RGB value is (119,127,212).

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

RGB channels and saturation

R 119 of 255 = 47%
G 127 of 255 = 50%
B 212 of 255 = 83%

119
127
212

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

Portions of RGB colors in percentages

R + G + B =
119 + 127 + 212 = 458 (100%)
R 119 of 458 ~ 25.98%
G 127 of 458 ~ 27.73%
B 212 of 458 ~ 46.29%

%25.98
%27.73
%46.29

CMYK color model

#777FD4 color CMYK value is (44,40,0,17).

  • cyan value is 43.87%
  • magenta value is 40.09%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(44,40,0,17)
C44M40Y0K17 
(44%,40%,0%,17%)
(0.44/0.40/0.00/0.17)	

CMYK percentages

%43.87
%40.09
%0
%16.86

Codes

Color #777FD4 in popluar color models

777FD4
RGB119127212
HSL235°51.96%64.90%
HSB/HSV235°43.87%83.14%
CMYK43.87%40.09%0.00%
16.86%

Color #777FD4 in popluar number systems.

HEX777FD4
Decimal119127212
Binary1110111111111111010100
Octal167177324

Shades and tints

Shades of #777FD4

#777FD4
(119,127,212)
#6D74C1
(109,116,193)
#6369AE
(99,105,174)
#595E9B
(89,94,155)
#4F5388
(79,83,136)
#454875
(69,72,117)
#3B3D62
(59,61,98)
#31324F
(49,50,79)
#27273C
(39,39,60)
#1D1C29
(29,28,41)
#131116
(19,17,22)
#000000
(0,0,0)

Tints of #777FD4

#777FD4
(119,127,212)
#838AD7
(131,138,215)
#8F95DA
(143,149,218)
#9BA0DD
(155,160,221)
#A7ABE0
(167,171,224)
#B3B6E3
(179,182,227)
#BFC1E6
(191,193,230)
#CBCCE9
(203,204,233)
#D7D7EC
(215,215,236)
#E3E2EF
(227,226,239)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777FD4; }

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

This text font color is #777FD4.


Background Color

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

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

This div background color is #777FD4.


Border color

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

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

This div border color is #777FD4.


Opacity

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

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

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

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

This text has shadow with #777FD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777FD4 on black background.


Color preview on white background

This text has color #777FD4 on white background.



Black color preview on #777FD4 background

This text has black color on #777FD4 background.


White color preview on #777FD4 background

This text has white color on #777FD4 background.