COLOR #777BB4

HEX: #777BB4
RGB: (119,123,180)

Color info

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

RGB color model

#777BB4 color RGB value is (119,123,180).

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

RGB channels and saturation

R 119 of 255 = 47%
G 123 of 255 = 48%
B 180 of 255 = 71%

119
123
180

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

Portions of RGB colors in percentages

R + G + B =
119 + 123 + 180 = 422 (100%)
R 119 of 422 ~ 28.2%
G 123 of 422 ~ 29.15%
B 180 of 422 ~ 42.65%

%28.2
%29.15
%42.65

CMYK color model

#777BB4 color CMYK value is (34,32,0,29).

  • cyan value is 33.89%
  • magenta value is 31.67%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(34,32,0,29)
C34M32Y0K29 
(34%,32%,0%,29%)
(0.34/0.32/0.00/0.29)	

CMYK percentages

%33.89
%31.67
%0
%29.41

Codes

Color #777BB4 in popluar color models

777BB4
RGB119123180
HSL236°28.91%58.63%
HSB/HSV236°33.89%70.59%
CMYK33.89%31.67%0.00%
29.41%

Color #777BB4 in popluar number systems.

HEX777BB4
Decimal119123180
Binary1110111111101110110100
Octal167173264

Shades and tints

Shades of #777BB4

#777BB4
(119,123,180)
#6D70A4
(109,112,164)
#636594
(99,101,148)
#595A84
(89,90,132)
#4F4F74
(79,79,116)
#454464
(69,68,100)
#3B3954
(59,57,84)
#312E44
(49,46,68)
#272334
(39,35,52)
#1D1824
(29,24,36)
#130D14
(19,13,20)
#000000
(0,0,0)

Tints of #777BB4

#777BB4
(119,123,180)
#8387BA
(131,135,186)
#8F93C0
(143,147,192)
#9B9FC6
(155,159,198)
#A7ABCC
(167,171,204)
#B3B7D2
(179,183,210)
#BFC3D8
(191,195,216)
#CBCFDE
(203,207,222)
#D7DBE4
(215,219,228)
#E3E7EA
(227,231,234)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777BB4; }

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

This text font color is #777BB4.


Background Color

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

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

This div background color is #777BB4.


Border color

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

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

This div border color is #777BB4.


Opacity

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

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

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

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

This text has shadow with #777BB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777BB4 on black background.


Color preview on white background

This text has color #777BB4 on white background.



Black color preview on #777BB4 background

This text has black color on #777BB4 background.


White color preview on #777BB4 background

This text has white color on #777BB4 background.