COLOR #777A8C

HEX: #777A8C
RGB: (119,122,140)

Color info

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

RGB color model

#777A8C color RGB value is (119,122,140).

  • red value is 119;
  • green value is 122;
  • blue value is 140.
RGB:
(119,122,140)
(47%,48%,55%)

RGB channels and saturation

R 119 of 255 = 47%
G 122 of 255 = 48%
B 140 of 255 = 55%

119
122
140

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

Portions of RGB colors in percentages

R + G + B =
119 + 122 + 140 = 381 (100%)
R 119 of 381 ~ 31.23%
G 122 of 381 ~ 32.02%
B 140 of 381 ~ 36.75%

%31.23
%32.02
%36.75

CMYK color model

#777A8C color CMYK value is (15,13,0,45).

  • cyan value is 15.00%
  • magenta value is 12.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(15,13,0,45)
C15M13Y0K45 
(15%,13%,0%,45%)
(0.15/0.13/0.00/0.45)	

CMYK percentages

%15
%12.86
%0
%45.1

Codes

Color #777A8C in popluar color models

777A8C
RGB119122140
HSL231°8.37%50.78%
HSB/HSV231°15.00%54.90%
CMYK15.00%12.86%0.00%
45.10%

Color #777A8C in popluar number systems.

HEX777A8C
Decimal119122140
Binary1110111111101010001100
Octal167172214

Shades and tints

Shades of #777A8C

#777A8C
(119,122,140)
#6D6F80
(109,111,128)
#636474
(99,100,116)
#595968
(89,89,104)
#4F4E5C
(79,78,92)
#454350
(69,67,80)
#3B3844
(59,56,68)
#312D38
(49,45,56)
#27222C
(39,34,44)
#1D1720
(29,23,32)
#130C14
(19,12,20)
#000000
(0,0,0)

Tints of #777A8C

#777A8C
(119,122,140)
#838696
(131,134,150)
#8F92A0
(143,146,160)
#9B9EAA
(155,158,170)
#A7AAB4
(167,170,180)
#B3B6BE
(179,182,190)
#BFC2C8
(191,194,200)
#CBCED2
(203,206,210)
#D7DADC
(215,218,220)
#E3E6E6
(227,230,230)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777A8C color. Also use rgb(119,122,140) instead hex code.

Text Font Color

.myTextColor { color: #777A8C; }

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

This text font color is #777A8C.


Background Color

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

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

This div background color is #777A8C.


Border color

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

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

This div border color is #777A8C.


Opacity

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

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

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

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

This text has shadow with #777A8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777A8C on black background.


Color preview on white background

This text has color #777A8C on white background.



Black color preview on #777A8C background

This text has black color on #777A8C background.


White color preview on #777A8C background

This text has white color on #777A8C background.