COLOR #777D81

HEX: #777D81 RGB: (119,125,129)

Color info

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

RGB color model

#777D81 color RGB value is (119,125,129).

RGB: (119,125,129) (47%, 49%, 51%)

RGB channels and saturation

R 119 of 255 = 47%
G 125 of 255 = 49%
B 129 of 255 = 51%

119
125
129

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

Portions of RGB colors in percentages

R + G + B = 119 + 125 + 129 = 373 (100%)
R 119 of 373 ~ 31.9%
G 125 of 373 ~ 33.51%
B 129 of 373 ~ 34.58'%

%31.9
%33.51
%34.58

CMYK color model

#777D81 color CMYK value is (8,3,0,49).

  • cyan value is 7.75%
  • magenta value is 3.10%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (8,3,0,49)
C8M3Y0K49 (8%, 3%, 0%, 49%)
(0.08 / 0.03 / 0.00 / 0.49)

CMYK percentages

%7.75
%3.1
%0
%49.41

Codes

Color #777D81 in popluar color models

77 7D 81
RGB 119 125 129
HSL 204° 4.03% 48.63%
HSB/HSV 204° 7.75% 50.59%
CMYK 7.75% 3.10% 0.00%
49.41%

Color #777D81 in popluar number systems.

HEX 77 7D 81
Decimal 119 125 129
Binary 1110111 1111101 10000001
Octal 167 175 201

Shades and tints

Shades of #777D81

#777D81
(119,125,129)
#6D7276
(109,114,118)
#63676B
(99,103,107)
#595C60
(89,92,96)
#4F5155
(79,81,85)
#45464A
(69,70,74)
#3B3B3F
(59,59,63)
#313034
(49,48,52)
#272529
(39,37,41)
#1D1A1E
(29,26,30)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #777D81

#777D81
(119,125,129)
#83888C
(131,136,140)
#8F9397
(143,147,151)
#9B9EA2
(155,158,162)
#A7A9AD
(167,169,173)
#B3B4B8
(179,180,184)
#BFBFC3
(191,191,195)
#CBCACE
(203,202,206)
#D7D5D9
(215,213,217)
#E3E0E4
(227,224,228)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777D81 color. Also use rgb(119,125,129) instead hex code.

Text Font Color

.myTextColor { color: #777D81; }

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

This text font color is #777D81.

Background Color

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

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

This div background color is #777D81.

Border color

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

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

This div border color is #777D81.

Opacity

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

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

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

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

This text has shadow with #777D81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777D81.

Preview

Color preview on black background

This text has color #777D81 on black background.


Color preview on white background

This text has color #777D81 on white background.


Black color preview on #777D81 background

This text has black color on #777D81 background.


White color preview on #777D81 background

This text has white color on #777D81 background.


Related colors

Complementary color

Complementary color for #hex is #88827E.


I love getcolorcode.com

Triadic colors

1 #81777D and #7D8177 with #777D81 are triadic colors.

2 #817D77 and #7D7781 with #777D81 are triadic colors.