COLOR #777DC3

HEX: #777DC3 RGB: (119,125,195)

Color info

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

RGB color model

#777DC3 color RGB value is (119,125,195).

RGB: (119,125,195) (47%, 49%, 76%)

RGB channels and saturation

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

119
125
195

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

Portions of RGB colors in percentages

R + G + B = 119 + 125 + 195 = 439 (100%)
R 119 of 439 ~ 27.11%
G 125 of 439 ~ 28.47%
B 195 of 439 ~ 44.42'%

%27.11
%28.47
%44.42

CMYK color model

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

  • cyan value is 38.97%
  • magenta value is 35.90%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (39,36,0,24)
C39M36Y0K24 (39%, 36%, 0%, 24%)
(0.39 / 0.36 / 0.00 / 0.24)

CMYK percentages

%38.97
%35.9
%0
%23.53

Codes

Color #777DC3 in popluar color models

77 7D C3
RGB 119 125 195
HSL 235° 38.78% 61.57%
HSB/HSV 235° 38.97% 76.47%
CMYK 38.97% 35.90% 0.00%
23.53%

Color #777DC3 in popluar number systems.

HEX 77 7D C3
Decimal 119 125 195
Binary 1110111 1111101 11000011
Octal 167 175 303

Shades and tints

Shades of #777DC3

#777DC3
(119,125,195)
#6D72B2
(109,114,178)
#6367A1
(99,103,161)
#595C90
(89,92,144)
#4F517F
(79,81,127)
#45466E
(69,70,110)
#3B3B5D
(59,59,93)
#31304C
(49,48,76)
#27253B
(39,37,59)
#1D1A2A
(29,26,42)
#130F19
(19,15,25)
#000000
(0,0,0)

Tints of #777DC3

#777DC3
(119,125,195)
#8388C8
(131,136,200)
#8F93CD
(143,147,205)
#9B9ED2
(155,158,210)
#A7A9D7
(167,169,215)
#B3B4DC
(179,180,220)
#BFBFE1
(191,191,225)
#CBCAE6
(203,202,230)
#D7D5EB
(215,213,235)
#E3E0F0
(227,224,240)
#EFEBF5
(239,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777DC3; }

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

This text font color is #777DC3.

Background Color

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

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

This div background color is #777DC3.

Border color

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

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

This div border color is #777DC3.

Opacity

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

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

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

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

This text has shadow with #777DC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777DC3.

Preview

Color preview on black background

This text has color #777DC3 on black background.


Color preview on white background

This text has color #777DC3 on white background.


Black color preview on #777DC3 background

This text has black color on #777DC3 background.


White color preview on #777DC3 background

This text has white color on #777DC3 background.


Related colors

Complementary color

Complementary color for #hex is #88823C.


I love getcolorcode.com

Triadic colors

1 #C3777D and #7DC377 with #777DC3 are triadic colors.

2 #C37D77 and #7D77C3 with #777DC3 are triadic colors.