COLOR #777682

HEX: #777682
RGB: (119,118,130)

Color info

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

RGB color model

#777682 color RGB value is (119,118,130).

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

RGB channels and saturation

R 119 of 255 = 47%
G 118 of 255 = 46%
B 130 of 255 = 51%

119
118
130

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

Portions of RGB colors in percentages

R + G + B =
119 + 118 + 130 = 367 (100%)
R 119 of 367 ~ 32.43%
G 118 of 367 ~ 32.15%
B 130 of 367 ~ 35.42%

%32.43
%32.15
%35.42

CMYK color model

#777682 color CMYK value is (8,9,0,49).

  • cyan value is 8.46%
  • magenta value is 9.23%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(8,9,0,49)
C8M9Y0K49 
(8%,9%,0%,49%)
(0.08/0.09/0.00/0.49)	

CMYK percentages

%8.46
%9.23
%0
%49.02

Codes

Color #777682 in popluar color models

777682
RGB119118130
HSL245°4.84%48.63%
HSB/HSV245°9.23%50.98%
CMYK8.46%9.23%0.00%
49.02%

Color #777682 in popluar number systems.

HEX777682
Decimal119118130
Binary1110111111011010000010
Octal167166202

Shades and tints

Shades of #777682

#777682
(119,118,130)
#6D6C77
(109,108,119)
#63626C
(99,98,108)
#595861
(89,88,97)
#4F4E56
(79,78,86)
#45444B
(69,68,75)
#3B3A40
(59,58,64)
#313035
(49,48,53)
#27262A
(39,38,42)
#1D1C1F
(29,28,31)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #777682

#777682
(119,118,130)
#83828D
(131,130,141)
#8F8E98
(143,142,152)
#9B9AA3
(155,154,163)
#A7A6AE
(167,166,174)
#B3B2B9
(179,178,185)
#BFBEC4
(191,190,196)
#CBCACF
(203,202,207)
#D7D6DA
(215,214,218)
#E3E2E5
(227,226,229)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777682; }

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

This text font color is #777682.


Background Color

.myBgColor { background-color: #777682; }

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

This div background color is #777682.


Border color

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

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

This div border color is #777682.


Opacity

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

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

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

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

This text has shadow with #777682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777682 on black background.


Color preview on white background

This text has color #777682 on white background.



Black color preview on #777682 background

This text has black color on #777682 background.


White color preview on #777682 background

This text has white color on #777682 background.