COLOR #777985

HEX: #777985 RGB: (119,121,133)

Color info

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

RGB color model

#777985 color RGB value is (119,121,133).

RGB: (119,121,133) (47%, 47%, 52%)

RGB channels and saturation

R 119 of 255 = 47%
G 121 of 255 = 47%
B 133 of 255 = 52%

119
121
133

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

Portions of RGB colors in percentages

R + G + B = 119 + 121 + 133 = 373 (100%)
R 119 of 373 ~ 31.9%
G 121 of 373 ~ 32.44%
B 133 of 373 ~ 35.66'%

%31.9
%32.44
%35.66

CMYK color model

#777985 color CMYK value is (11,9,0,48).

  • cyan value is 10.53%
  • magenta value is 9.02%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (11,9,0,48)
C11M9Y0K48 (11%, 9%, 0%, 48%)
(0.11 / 0.09 / 0.00 / 0.48)

CMYK percentages

%10.53
%9.02
%0
%47.84

Codes

Color #777985 in popluar color models

77 79 85
RGB 119 121 133
HSL 231° 5.56% 49.41%
HSB/HSV 231° 10.53% 52.16%
CMYK 10.53% 9.02% 0.00%
47.84%

Color #777985 in popluar number systems.

HEX 77 79 85
Decimal 119 121 133
Binary 1110111 1111001 10000101
Octal 167 171 205

Shades and tints

Shades of #777985

#777985
(119,121,133)
#6D6E79
(109,110,121)
#63636D
(99,99,109)
#595861
(89,88,97)
#4F4D55
(79,77,85)
#454249
(69,66,73)
#3B373D
(59,55,61)
#312C31
(49,44,49)
#272125
(39,33,37)
#1D1619
(29,22,25)
#130B0D
(19,11,13)
#000000
(0,0,0)

Tints of #777985

#777985
(119,121,133)
#838590
(131,133,144)
#8F919B
(143,145,155)
#9B9DA6
(155,157,166)
#A7A9B1
(167,169,177)
#B3B5BC
(179,181,188)
#BFC1C7
(191,193,199)
#CBCDD2
(203,205,210)
#D7D9DD
(215,217,221)
#E3E5E8
(227,229,232)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777985; }

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

This text font color is #777985.

Background Color

.myBgColor { background-color: #777985; }

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

This div background color is #777985.

Border color

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

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

This div border color is #777985.

Opacity

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

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

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

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

This text has shadow with #777985 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777985.

Preview

Color preview on black background

This text has color #777985 on black background.


Color preview on white background

This text has color #777985 on white background.


Black color preview on #777985 background

This text has black color on #777985 background.


White color preview on #777985 background

This text has white color on #777985 background.


Related colors

Complementary color

Complementary color for #hex is #88867A.


I love getcolorcode.com

Triadic colors

1 #857779 and #798577 with #777985 are triadic colors.

2 #857977 and #797785 with #777985 are triadic colors.