COLOR #777CC4

HEX: #777CC4 RGB: (119,124,196)

Color info

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

RGB color model

#777CC4 color RGB value is (119,124,196).

RGB: (119,124,196) (47%, 49%, 77%)

RGB channels and saturation

R 119 of 255 = 47%
G 124 of 255 = 49%
B 196 of 255 = 77%

119
124
196

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

Portions of RGB colors in percentages

R + G + B = 119 + 124 + 196 = 439 (100%)
R 119 of 439 ~ 27.11%
G 124 of 439 ~ 28.25%
B 196 of 439 ~ 44.65'%

%27.11
%28.25
%44.65

CMYK color model

#777CC4 color CMYK value is (39,37,0,23).

  • cyan value is 39.29%
  • magenta value is 36.73%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (39,37,0,23)
C39M37Y0K23 (39%, 37%, 0%, 23%)
(0.39 / 0.37 / 0.00 / 0.23)

CMYK percentages

%39.29
%36.73
%0
%23.14

Codes

Color #777CC4 in popluar color models

77 7C C4
RGB 119 124 196
HSL 236° 39.49% 61.76%
HSB/HSV 236° 39.29% 76.86%
CMYK 39.29% 36.73% 0.00%
23.14%

Color #777CC4 in popluar number systems.

HEX 77 7C C4
Decimal 119 124 196
Binary 1110111 1111100 11000100
Octal 167 174 304

Shades and tints

Shades of #777CC4

#777CC4
(119,124,196)
#6D71B3
(109,113,179)
#6366A2
(99,102,162)
#595B91
(89,91,145)
#4F5080
(79,80,128)
#45456F
(69,69,111)
#3B3A5E
(59,58,94)
#312F4D
(49,47,77)
#27243C
(39,36,60)
#1D192B
(29,25,43)
#130E1A
(19,14,26)
#000000
(0,0,0)

Tints of #777CC4

#777CC4
(119,124,196)
#8387C9
(131,135,201)
#8F92CE
(143,146,206)
#9B9DD3
(155,157,211)
#A7A8D8
(167,168,216)
#B3B3DD
(179,179,221)
#BFBEE2
(191,190,226)
#CBC9E7
(203,201,231)
#D7D4EC
(215,212,236)
#E3DFF1
(227,223,241)
#EFEAF6
(239,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777CC4 color. Also use rgb(119,124,196) instead hex code.

Text Font Color

.myTextColor { color: #777CC4; }

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

This text font color is #777CC4.

Background Color

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

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

This div background color is #777CC4.

Border color

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

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

This div border color is #777CC4.

Opacity

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

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

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

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

This text has shadow with #777CC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777CC4.

Preview

Color preview on black background

This text has color #777CC4 on black background.


Color preview on white background

This text has color #777CC4 on white background.


Black color preview on #777CC4 background

This text has black color on #777CC4 background.


White color preview on #777CC4 background

This text has white color on #777CC4 background.


Related colors

Complementary color

Complementary color for #hex is #88833B.


I love getcolorcode.com

Triadic colors

1 #C4777C and #7CC477 with #777CC4 are triadic colors.

2 #C47C77 and #7C77C4 with #777CC4 are triadic colors.