COLOR #777C8D

HEX: #777C8D RGB: (119,124,141)

Color info

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

RGB color model

#777C8D color RGB value is (119,124,141).

RGB: (119,124,141) (47%, 49%, 55%)

RGB channels and saturation

R 119 of 255 = 47%
G 124 of 255 = 49%
B 141 of 255 = 55%

119
124
141

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

Portions of RGB colors in percentages

R + G + B = 119 + 124 + 141 = 384 (100%)
R 119 of 384 ~ 30.99%
G 124 of 384 ~ 32.29%
B 141 of 384 ~ 36.72'%

%30.99
%32.29
%36.72

CMYK color model

#777C8D color CMYK value is (16,12,0,45).

  • cyan value is 15.60%
  • magenta value is 12.06%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (16,12,0,45)
C16M12Y0K45 (16%, 12%, 0%, 45%)
(0.16 / 0.12 / 0.00 / 0.45)

CMYK percentages

%15.6
%12.06
%0
%44.71

Codes

Color #777C8D in popluar color models

77 7C 8D
RGB 119 124 141
HSL 226° 8.80% 50.98%
HSB/HSV 226° 15.60% 55.29%
CMYK 15.60% 12.06% 0.00%
44.71%

Color #777C8D in popluar number systems.

HEX 77 7C 8D
Decimal 119 124 141
Binary 1110111 1111100 10001101
Octal 167 174 215

Shades and tints

Shades of #777C8D

#777C8D
(119,124,141)
#6D7181
(109,113,129)
#636675
(99,102,117)
#595B69
(89,91,105)
#4F505D
(79,80,93)
#454551
(69,69,81)
#3B3A45
(59,58,69)
#312F39
(49,47,57)
#27242D
(39,36,45)
#1D1921
(29,25,33)
#130E15
(19,14,21)
#000000
(0,0,0)

Tints of #777C8D

#777C8D
(119,124,141)
#838797
(131,135,151)
#8F92A1
(143,146,161)
#9B9DAB
(155,157,171)
#A7A8B5
(167,168,181)
#B3B3BF
(179,179,191)
#BFBEC9
(191,190,201)
#CBC9D3
(203,201,211)
#D7D4DD
(215,212,221)
#E3DFE7
(227,223,231)
#EFEAF1
(239,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777C8D; }

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

This text font color is #777C8D.

Background Color

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

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

This div background color is #777C8D.

Border color

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

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

This div border color is #777C8D.

Opacity

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

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

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

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

This text has shadow with #777C8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777C8D.

Preview

Color preview on black background

This text has color #777C8D on black background.


Color preview on white background

This text has color #777C8D on white background.


Black color preview on #777C8D background

This text has black color on #777C8D background.


White color preview on #777C8D background

This text has white color on #777C8D background.


Related colors

Complementary color

Complementary color for #hex is #888372.


I love getcolorcode.com

Triadic colors

1 #8D777C and #7C8D77 with #777C8D are triadic colors.

2 #8D7C77 and #7C778D with #777C8D are triadic colors.