COLOR #777086

HEX: #777086
RGB: (119,112,134)

Color info

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

RGB color model

#777086 color RGB value is (119,112,134).

  • red value is 119;
  • green value is 112;
  • blue value is 134.
RGB:
(119,112,134)
(47%,44%,53%)

RGB channels and saturation

R 119 of 255 = 47%
G 112 of 255 = 44%
B 134 of 255 = 53%

119
112
134

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

Portions of RGB colors in percentages

R + G + B =
119 + 112 + 134 = 365 (100%)
R 119 of 365 ~ 32.6%
G 112 of 365 ~ 30.68%
B 134 of 365 ~ 36.71%

%32.6
%30.68
%36.71

CMYK color model

#777086 color CMYK value is (11,16,0,47).

  • cyan value is 11.19%
  • magenta value is 16.42%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(11,16,0,47)
C11M16Y0K47 
(11%,16%,0%,47%)
(0.11/0.16/0.00/0.47)	

CMYK percentages

%11.19
%16.42
%0
%47.45

Codes

Color #777086 in popluar color models

777086
RGB119112134
HSL259°8.94%48.24%
HSB/HSV259°16.42%52.55%
CMYK11.19%16.42%0.00%
47.45%

Color #777086 in popluar number systems.

HEX777086
Decimal119112134
Binary1110111111000010000110
Octal167160206

Shades and tints

Shades of #777086

#777086
(119,112,134)
#6D667A
(109,102,122)
#635C6E
(99,92,110)
#595262
(89,82,98)
#4F4856
(79,72,86)
#453E4A
(69,62,74)
#3B343E
(59,52,62)
#312A32
(49,42,50)
#272026
(39,32,38)
#1D161A
(29,22,26)
#130C0E
(19,12,14)
#000000
(0,0,0)

Tints of #777086

#777086
(119,112,134)
#837D91
(131,125,145)
#8F8A9C
(143,138,156)
#9B97A7
(155,151,167)
#A7A4B2
(167,164,178)
#B3B1BD
(179,177,189)
#BFBEC8
(191,190,200)
#CBCBD3
(203,203,211)
#D7D8DE
(215,216,222)
#E3E5E9
(227,229,233)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777086 color. Also use rgb(119,112,134) instead hex code.

Text Font Color

.myTextColor { color: #777086; }

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

This text font color is #777086.


Background Color

.myBgColor { background-color: #777086; }

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

This div background color is #777086.


Border color

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

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

This div border color is #777086.


Opacity

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

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

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

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

This text has shadow with #777086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777086 on black background.


Color preview on white background

This text has color #777086 on white background.



Black color preview on #777086 background

This text has black color on #777086 background.


White color preview on #777086 background

This text has white color on #777086 background.