COLOR #777982

HEX: #777982
RGB: (119,121,130)

Color info

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

RGB color model

#777982 color RGB value is (119,121,130).

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

RGB channels and saturation

R 119 of 255 = 47%
G 121 of 255 = 47%
B 130 of 255 = 51%

119
121
130

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

Portions of RGB colors in percentages

R + G + B =
119 + 121 + 130 = 370 (100%)
R 119 of 370 ~ 32.16%
G 121 of 370 ~ 32.7%
B 130 of 370 ~ 35.14%

%32.16
%32.7
%35.14

CMYK color model

#777982 color CMYK value is (8,7,0,49).

  • cyan value is 8.46%
  • magenta value is 6.92%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(8,7,0,49)
C8M7Y0K49 
(8%,7%,0%,49%)
(0.08/0.07/0.00/0.49)	

CMYK percentages

%8.46
%6.92
%0
%49.02

Codes

Color #777982 in popluar color models

777982
RGB119121130
HSL229°4.42%48.82%
HSB/HSV229°8.46%50.98%
CMYK8.46%6.92%0.00%
49.02%

Color #777982 in popluar number systems.

HEX777982
Decimal119121130
Binary1110111111100110000010
Octal167171202

Shades and tints

Shades of #777982

#777982
(119,121,130)
#6D6E77
(109,110,119)
#63636C
(99,99,108)
#595861
(89,88,97)
#4F4D56
(79,77,86)
#45424B
(69,66,75)
#3B3740
(59,55,64)
#312C35
(49,44,53)
#27212A
(39,33,42)
#1D161F
(29,22,31)
#130B14
(19,11,20)
#000000
(0,0,0)

Tints of #777982

#777982
(119,121,130)
#83858D
(131,133,141)
#8F9198
(143,145,152)
#9B9DA3
(155,157,163)
#A7A9AE
(167,169,174)
#B3B5B9
(179,181,185)
#BFC1C4
(191,193,196)
#CBCDCF
(203,205,207)
#D7D9DA
(215,217,218)
#E3E5E5
(227,229,229)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777982; }

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

This text font color is #777982.


Background Color

.myBgColor { background-color: #777982; }

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

This div background color is #777982.


Border color

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

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

This div border color is #777982.


Opacity

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

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

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

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

This text has shadow with #777982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777982 on black background.


Color preview on white background

This text has color #777982 on white background.



Black color preview on #777982 background

This text has black color on #777982 background.


White color preview on #777982 background

This text has white color on #777982 background.