COLOR #777DC7

HEX: #777DC7 RGB: (119,125,199)

Color info

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

RGB color model

#777DC7 color RGB value is (119,125,199).

RGB: (119,125,199) (47%, 49%, 78%)

RGB channels and saturation

R 119 of 255 = 47%
G 125 of 255 = 49%
B 199 of 255 = 78%

119
125
199

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

Portions of RGB colors in percentages

R + G + B = 119 + 125 + 199 = 443 (100%)
R 119 of 443 ~ 26.86%
G 125 of 443 ~ 28.22%
B 199 of 443 ~ 44.92'%

%26.86
%28.22
%44.92

CMYK color model

#777DC7 color CMYK value is (40,37,0,22).

  • cyan value is 40.20%
  • magenta value is 37.19%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (40,37,0,22)
C40M37Y0K22 (40%, 37%, 0%, 22%)
(0.40 / 0.37 / 0.00 / 0.22)

CMYK percentages

%40.2
%37.19
%0
%21.96

Codes

Color #777DC7 in popluar color models

77 7D C7
RGB 119 125 199
HSL 236° 41.67% 62.35%
HSB/HSV 236° 40.20% 78.04%
CMYK 40.20% 37.19% 0.00%
21.96%

Color #777DC7 in popluar number systems.

HEX 77 7D C7
Decimal 119 125 199
Binary 1110111 1111101 11000111
Octal 167 175 307

Shades and tints

Shades of #777DC7

#777DC7
(119,125,199)
#6D72B5
(109,114,181)
#6367A3
(99,103,163)
#595C91
(89,92,145)
#4F517F
(79,81,127)
#45466D
(69,70,109)
#3B3B5B
(59,59,91)
#313049
(49,48,73)
#272537
(39,37,55)
#1D1A25
(29,26,37)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #777DC7

#777DC7
(119,125,199)
#8388CC
(131,136,204)
#8F93D1
(143,147,209)
#9B9ED6
(155,158,214)
#A7A9DB
(167,169,219)
#B3B4E0
(179,180,224)
#BFBFE5
(191,191,229)
#CBCAEA
(203,202,234)
#D7D5EF
(215,213,239)
#E3E0F4
(227,224,244)
#EFEBF9
(239,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777DC7; }

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

This text font color is #777DC7.

Background Color

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

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

This div background color is #777DC7.

Border color

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

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

This div border color is #777DC7.

Opacity

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

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

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

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

This text has shadow with #777DC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777DC7.

Preview

Color preview on black background

This text has color #777DC7 on black background.


Color preview on white background

This text has color #777DC7 on white background.


Black color preview on #777DC7 background

This text has black color on #777DC7 background.


White color preview on #777DC7 background

This text has white color on #777DC7 background.


Related colors

Complementary color

Complementary color for #hex is #888238.


I love getcolorcode.com

Triadic colors

1 #C7777D and #7DC777 with #777DC7 are triadic colors.

2 #C77D77 and #7D77C7 with #777DC7 are triadic colors.