COLOR #777B8F

HEX: #777B8F
RGB: (119,123,143)

Color info

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

RGB color model

#777B8F color RGB value is (119,123,143).

  • red value is 119;
  • green value is 123;
  • blue value is 143.
RGB:
(119,123,143)
(47%,48%,56%)

RGB channels and saturation

R 119 of 255 = 47%
G 123 of 255 = 48%
B 143 of 255 = 56%

119
123
143

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

Portions of RGB colors in percentages

R + G + B =
119 + 123 + 143 = 385 (100%)
R 119 of 385 ~ 30.91%
G 123 of 385 ~ 31.95%
B 143 of 385 ~ 37.14%

%30.91
%31.95
%37.14

CMYK color model

#777B8F color CMYK value is (17,14,0,44).

  • cyan value is 16.78%
  • magenta value is 13.99%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(17,14,0,44)
C17M14Y0K44 
(17%,14%,0%,44%)
(0.17/0.14/0.00/0.44)	

CMYK percentages

%16.78
%13.99
%0
%43.92

Codes

Color #777B8F in popluar color models

777B8F
RGB119123143
HSL230°9.68%51.37%
HSB/HSV230°16.78%56.08%
CMYK16.78%13.99%0.00%
43.92%

Color #777B8F in popluar number systems.

HEX777B8F
Decimal119123143
Binary1110111111101110001111
Octal167173217

Shades and tints

Shades of #777B8F

#777B8F
(119,123,143)
#6D7082
(109,112,130)
#636575
(99,101,117)
#595A68
(89,90,104)
#4F4F5B
(79,79,91)
#45444E
(69,68,78)
#3B3941
(59,57,65)
#312E34
(49,46,52)
#272327
(39,35,39)
#1D181A
(29,24,26)
#130D0D
(19,13,13)
#000000
(0,0,0)

Tints of #777B8F

#777B8F
(119,123,143)
#838799
(131,135,153)
#8F93A3
(143,147,163)
#9B9FAD
(155,159,173)
#A7ABB7
(167,171,183)
#B3B7C1
(179,183,193)
#BFC3CB
(191,195,203)
#CBCFD5
(203,207,213)
#D7DBDF
(215,219,223)
#E3E7E9
(227,231,233)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777B8F color. Also use rgb(119,123,143) instead hex code.

Text Font Color

.myTextColor { color: #777B8F; }

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

This text font color is #777B8F.


Background Color

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

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

This div background color is #777B8F.


Border color

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

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

This div border color is #777B8F.


Opacity

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

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

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

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

This text has shadow with #777B8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777B8F on black background.


Color preview on white background

This text has color #777B8F on white background.



Black color preview on #777B8F background

This text has black color on #777B8F background.


White color preview on #777B8F background

This text has white color on #777B8F background.