COLOR #777C82

HEX: #777C82
RGB: (119,124,130)

Color info

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

RGB color model

#777C82 color RGB value is (119,124,130).

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

RGB channels and saturation

R 119 of 255 = 47%
G 124 of 255 = 49%
B 130 of 255 = 51%

119
124
130

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

Portions of RGB colors in percentages

R + G + B =
119 + 124 + 130 = 373 (100%)
R 119 of 373 ~ 31.9%
G 124 of 373 ~ 33.24%
B 130 of 373 ~ 34.85%

%31.9
%33.24
%34.85

CMYK color model

#777C82 color CMYK value is (8,5,0,49).

  • cyan value is 8.46%
  • magenta value is 4.62%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(8,5,0,49)
C8M5Y0K49 
(8%,5%,0%,49%)
(0.08/0.05/0.00/0.49)	

CMYK percentages

%8.46
%4.62
%0
%49.02

Codes

Color #777C82 in popluar color models

777C82
RGB119124130
HSL213°4.42%48.82%
HSB/HSV213°8.46%50.98%
CMYK8.46%4.62%0.00%
49.02%

Color #777C82 in popluar number systems.

HEX777C82
Decimal119124130
Binary1110111111110010000010
Octal167174202

Shades and tints

Shades of #777C82

#777C82
(119,124,130)
#6D7177
(109,113,119)
#63666C
(99,102,108)
#595B61
(89,91,97)
#4F5056
(79,80,86)
#45454B
(69,69,75)
#3B3A40
(59,58,64)
#312F35
(49,47,53)
#27242A
(39,36,42)
#1D191F
(29,25,31)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #777C82

#777C82
(119,124,130)
#83878D
(131,135,141)
#8F9298
(143,146,152)
#9B9DA3
(155,157,163)
#A7A8AE
(167,168,174)
#B3B3B9
(179,179,185)
#BFBEC4
(191,190,196)
#CBC9CF
(203,201,207)
#D7D4DA
(215,212,218)
#E3DFE5
(227,223,229)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777C82; }

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

This text font color is #777C82.


Background Color

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

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

This div background color is #777C82.


Border color

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

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

This div border color is #777C82.


Opacity

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

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

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

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

This text has shadow with #777C82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777C82 on black background.


Color preview on white background

This text has color #777C82 on white background.



Black color preview on #777C82 background

This text has black color on #777C82 background.


White color preview on #777C82 background

This text has white color on #777C82 background.