COLOR #777684

HEX: #777684
RGB: (119,118,132)

Color info

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

RGB color model

#777684 color RGB value is (119,118,132).

  • red value is 119;
  • green value is 118;
  • blue value is 132.
RGB:
(119,118,132)
(47%,46%,52%)

RGB channels and saturation

R 119 of 255 = 47%
G 118 of 255 = 46%
B 132 of 255 = 52%

119
118
132

R + G + B ~ 48%. #777684 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 118 + 132 = 369 (100%)
R 119 of 369 ~ 32.25%
G 118 of 369 ~ 31.98%
B 132 of 369 ~ 35.77%

%32.25
%31.98
%35.77

CMYK color model

#777684 color CMYK value is (10,11,0,48).

  • cyan value is 9.85%
  • magenta value is 10.61%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(10,11,0,48)
C10M11Y0K48 
(10%,11%,0%,48%)
(0.10/0.11/0.00/0.48)	

CMYK percentages

%9.85
%10.61
%0
%48.24

Codes

Color #777684 in popluar color models

777684
RGB119118132
HSL244°5.60%49.02%
HSB/HSV244°10.61%51.76%
CMYK9.85%10.61%0.00%
48.24%

Color #777684 in popluar number systems.

HEX777684
Decimal119118132
Binary1110111111011010000100
Octal167166204

Shades and tints

Shades of #777684

#777684
(119,118,132)
#6D6C78
(109,108,120)
#63626C
(99,98,108)
#595860
(89,88,96)
#4F4E54
(79,78,84)
#454448
(69,68,72)
#3B3A3C
(59,58,60)
#313030
(49,48,48)
#272624
(39,38,36)
#1D1C18
(29,28,24)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #777684

#777684
(119,118,132)
#83828F
(131,130,143)
#8F8E9A
(143,142,154)
#9B9AA5
(155,154,165)
#A7A6B0
(167,166,176)
#B3B2BB
(179,178,187)
#BFBEC6
(191,190,198)
#CBCAD1
(203,202,209)
#D7D6DC
(215,214,220)
#E3E2E7
(227,226,231)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777684 color. Also use rgb(119,118,132) instead hex code.

Text Font Color

.myTextColor { color: #777684; }

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

This text font color is #777684.


Background Color

.myBgColor { background-color: #777684; }

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

This div background color is #777684.


Border color

.myBorderColor { border: 1px solid #777684; }

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

This div border color is #777684.


Opacity

.myOpacity80 { color: #777684; opacity: 0.8; }

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

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

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

This text has shadow with #777684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777684 on black background.


Color preview on white background

This text has color #777684 on white background.



Black color preview on #777684 background

This text has black color on #777684 background.


White color preview on #777684 background

This text has white color on #777684 background.