COLOR #777DC2

HEX: #777DC2
RGB: (119,125,194)

Color info

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

RGB color model

#777DC2 color RGB value is (119,125,194).

  • red value is 119;
  • green value is 125;
  • blue value is 194.
RGB:
(119,125,194)
(47%,49%,76%)

RGB channels and saturation

R 119 of 255 = 47%
G 125 of 255 = 49%
B 194 of 255 = 76%

119
125
194

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

Portions of RGB colors in percentages

R + G + B =
119 + 125 + 194 = 438 (100%)
R 119 of 438 ~ 27.17%
G 125 of 438 ~ 28.54%
B 194 of 438 ~ 44.29%

%27.17
%28.54
%44.29

CMYK color model

#777DC2 color CMYK value is (39,36,0,24).

  • cyan value is 38.66%
  • magenta value is 35.57%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(39,36,0,24)
C39M36Y0K24 
(39%,36%,0%,24%)
(0.39/0.36/0.00/0.24)	

CMYK percentages

%38.66
%35.57
%0
%23.92

Codes

Color #777DC2 in popluar color models

777DC2
RGB119125194
HSL235°38.07%61.37%
HSB/HSV235°38.66%76.08%
CMYK38.66%35.57%0.00%
23.92%

Color #777DC2 in popluar number systems.

HEX777DC2
Decimal119125194
Binary1110111111110111000010
Octal167175302

Shades and tints

Shades of #777DC2

#777DC2
(119,125,194)
#6D72B1
(109,114,177)
#6367A0
(99,103,160)
#595C8F
(89,92,143)
#4F517E
(79,81,126)
#45466D
(69,70,109)
#3B3B5C
(59,59,92)
#31304B
(49,48,75)
#27253A
(39,37,58)
#1D1A29
(29,26,41)
#130F18
(19,15,24)
#000000
(0,0,0)

Tints of #777DC2

#777DC2
(119,125,194)
#8388C7
(131,136,199)
#8F93CC
(143,147,204)
#9B9ED1
(155,158,209)
#A7A9D6
(167,169,214)
#B3B4DB
(179,180,219)
#BFBFE0
(191,191,224)
#CBCAE5
(203,202,229)
#D7D5EA
(215,213,234)
#E3E0EF
(227,224,239)
#EFEBF4
(239,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777DC2 color. Also use rgb(119,125,194) instead hex code.

Text Font Color

.myTextColor { color: #777DC2; }

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

This text font color is #777DC2.


Background Color

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

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

This div background color is #777DC2.


Border color

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

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

This div border color is #777DC2.


Opacity

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

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

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

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

This text has shadow with #777DC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777DC2 on black background.


Color preview on white background

This text has color #777DC2 on white background.



Black color preview on #777DC2 background

This text has black color on #777DC2 background.


White color preview on #777DC2 background

This text has white color on #777DC2 background.