COLOR #777CB4

HEX: #777CB4
RGB: (119,124,180)

Color info

#777CB4 contains mainly green and blue colors. Web safe color of #777CB4 is #6666CC (or #66C).

RGB color model

#777CB4 color RGB value is (119,124,180).

  • red value is 119;
  • green value is 124;
  • blue value is 180.
RGB:
(119,124,180)
(47%,49%,71%)

RGB channels and saturation

R 119 of 255 = 47%
G 124 of 255 = 49%
B 180 of 255 = 71%

119
124
180

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

Portions of RGB colors in percentages

R + G + B =
119 + 124 + 180 = 423 (100%)
R 119 of 423 ~ 28.13%
G 124 of 423 ~ 29.31%
B 180 of 423 ~ 42.55%

%28.13
%29.31
%42.55

CMYK color model

#777CB4 color CMYK value is (34,31,0,29).

  • cyan value is 33.89%
  • magenta value is 31.11%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(34,31,0,29)
C34M31Y0K29 
(34%,31%,0%,29%)
(0.34/0.31/0.00/0.29)	

CMYK percentages

%33.89
%31.11
%0
%29.41

Codes

Color #777CB4 in popluar color models

777CB4
RGB119124180
HSL235°28.91%58.63%
HSB/HSV235°33.89%70.59%
CMYK33.89%31.11%0.00%
29.41%

Color #777CB4 in popluar number systems.

HEX777CB4
Decimal119124180
Binary1110111111110010110100
Octal167174264

Shades and tints

Shades of #777CB4

#777CB4
(119,124,180)
#6D71A4
(109,113,164)
#636694
(99,102,148)
#595B84
(89,91,132)
#4F5074
(79,80,116)
#454564
(69,69,100)
#3B3A54
(59,58,84)
#312F44
(49,47,68)
#272434
(39,36,52)
#1D1924
(29,25,36)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #777CB4

#777CB4
(119,124,180)
#8387BA
(131,135,186)
#8F92C0
(143,146,192)
#9B9DC6
(155,157,198)
#A7A8CC
(167,168,204)
#B3B3D2
(179,179,210)
#BFBED8
(191,190,216)
#CBC9DE
(203,201,222)
#D7D4E4
(215,212,228)
#E3DFEA
(227,223,234)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777CB4; }

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

This text font color is #777CB4.


Background Color

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

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

This div background color is #777CB4.


Border color

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

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

This div border color is #777CB4.


Opacity

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

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

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

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

This text has shadow with #777CB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777CB4 on black background.


Color preview on white background

This text has color #777CB4 on white background.



Black color preview on #777CB4 background

This text has black color on #777CB4 background.


White color preview on #777CB4 background

This text has white color on #777CB4 background.