COLOR #77778C

HEX: #77778C
RGB: (119,119,140)

Color info

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

RGB color model

#77778C color RGB value is (119,119,140).

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

RGB channels and saturation

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

119
119
140

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

Portions of RGB colors in percentages

R + G + B =
119 + 119 + 140 = 378 (100%)
R 119 of 378 ~ 31.48%
G 119 of 378 ~ 31.48%
B 140 of 378 ~ 37.04%

%31.48
%31.48
%37.04

CMYK color model

#77778C color CMYK value is (15,15,0,45).

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

CMYK percentages

%15
%15
%0
%45.1

Codes

Color #77778C in popluar color models

77778C
RGB119119140
HSL240°8.37%50.78%
HSB/HSV240°15.00%54.90%
CMYK15.00%15.00%0.00%
45.10%

Color #77778C in popluar number systems.

HEX77778C
Decimal119119140
Binary1110111111011110001100
Octal167167214

Shades and tints

Shades of #77778C

#77778C
(119,119,140)
#6D6D80
(109,109,128)
#636374
(99,99,116)
#595968
(89,89,104)
#4F4F5C
(79,79,92)
#454550
(69,69,80)
#3B3B44
(59,59,68)
#313138
(49,49,56)
#27272C
(39,39,44)
#1D1D20
(29,29,32)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #77778C

#77778C
(119,119,140)
#838396
(131,131,150)
#8F8FA0
(143,143,160)
#9B9BAA
(155,155,170)
#A7A7B4
(167,167,180)
#B3B3BE
(179,179,190)
#BFBFC8
(191,191,200)
#CBCBD2
(203,203,210)
#D7D7DC
(215,215,220)
#E3E3E6
(227,227,230)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77778C; }

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

This text font color is #77778C.


Background Color

.myBgColor { background-color: #77778C; }

<div style="background-color:#77778C">Inner text</div>

This div background color is #77778C.


Border color

.myBorderColor { border: 1px solid #77778C; }

<div style="border:3px solid #77778C">Div</div>

This div border color is #77778C.


Opacity

.myOpacity80 { color: #77778C; opacity: 0.8; }

<p style="color:#77778C;opacity:0.8;">80%</p>

Text with #77778C 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 #77778C;}

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

This text has shadow with #77778C color.

.textShadow {text-shadow: 3px 3px 1px #77778C, 3px 3px 1px red;}

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

This text has shadow with #77778C primary color and red secondary color.


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

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

This text has shadow with #77778C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77778C on black background.


Color preview on white background

This text has color #77778C on white background.



Black color preview on #77778C background

This text has black color on #77778C background.


White color preview on #77778C background

This text has white color on #77778C background.