COLOR #777BAE

HEX: #777BAE
RGB: (119,123,174)

Color info

#777BAE contains red, green and blue colors in about the same proportion. Web safe color of #777BAE is #666699 (or #669).

RGB color model

#777BAE color RGB value is (119,123,174).

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

RGB channels and saturation

R 119 of 255 = 47%
G 123 of 255 = 48%
B 174 of 255 = 68%

119
123
174

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

Portions of RGB colors in percentages

R + G + B =
119 + 123 + 174 = 416 (100%)
R 119 of 416 ~ 28.61%
G 123 of 416 ~ 29.57%
B 174 of 416 ~ 41.83%

%28.61
%29.57
%41.83

CMYK color model

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

  • cyan value is 31.61%
  • magenta value is 29.31%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(32,29,0,32)
C32M29Y0K32 
(32%,29%,0%,32%)
(0.32/0.29/0.00/0.32)	

CMYK percentages

%31.61
%29.31
%0
%31.76

Codes

Color #777BAE in popluar color models

777BAE
RGB119123174
HSL236°25.35%57.45%
HSB/HSV236°31.61%68.24%
CMYK31.61%29.31%0.00%
31.76%

Color #777BAE in popluar number systems.

HEX777BAE
Decimal119123174
Binary1110111111101110101110
Octal167173256

Shades and tints

Shades of #777BAE

#777BAE
(119,123,174)
#6D709F
(109,112,159)
#636590
(99,101,144)
#595A81
(89,90,129)
#4F4F72
(79,79,114)
#454463
(69,68,99)
#3B3954
(59,57,84)
#312E45
(49,46,69)
#272336
(39,35,54)
#1D1827
(29,24,39)
#130D18
(19,13,24)
#000000
(0,0,0)

Tints of #777BAE

#777BAE
(119,123,174)
#8387B5
(131,135,181)
#8F93BC
(143,147,188)
#9B9FC3
(155,159,195)
#A7ABCA
(167,171,202)
#B3B7D1
(179,183,209)
#BFC3D8
(191,195,216)
#CBCFDF
(203,207,223)
#D7DBE6
(215,219,230)
#E3E7ED
(227,231,237)
#EFF3F4
(239,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777BAE; }

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

This text font color is #777BAE.


Background Color

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

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

This div background color is #777BAE.


Border color

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

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

This div border color is #777BAE.


Opacity

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

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

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

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

This text has shadow with #777BAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777BAE on black background.


Color preview on white background

This text has color #777BAE on white background.



Black color preview on #777BAE background

This text has black color on #777BAE background.


White color preview on #777BAE background

This text has white color on #777BAE background.