COLOR #777B6F

HEX: #777B6F
RGB: (119,123,111)

Color info

#777B6F contains red, green and blue colors in about the same proportion. Web safe color of #777B6F is #666666 (or #666).

RGB color model

#777B6F color RGB value is (119,123,111).

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

RGB channels and saturation

R 119 of 255 = 47%
G 123 of 255 = 48%
B 111 of 255 = 44%

119
123
111

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

Portions of RGB colors in percentages

R + G + B =
119 + 123 + 111 = 353 (100%)
R 119 of 353 ~ 33.71%
G 123 of 353 ~ 34.84%
B 111 of 353 ~ 31.44%

%33.71
%34.84
%31.44

CMYK color model

#777B6F color CMYK value is (3,0,10,52).

  • cyan value is 3.25%
  • magenta value is 0.00%
  • yellow value is 9.76%
  • key color value is 51.76%
CMYK:
(3,0,10,52)
C3M0Y10K52 
(3%,0%,10%,52%)
(0.03/0.00/0.10/0.52)	

CMYK percentages

%3.25
%0
%9.76
%51.76

Codes

Color #777B6F in popluar color models

777B6F
RGB119123111
HSL80°5.13%45.88%
HSB/HSV80°9.76%48.24%
CMYK3.25%0.00%9.76%
51.76%

Color #777B6F in popluar number systems.

HEX777B6F
Decimal119123111
Binary111011111110111101111
Octal167173157

Shades and tints

Shades of #777B6F

#777B6F
(119,123,111)
#6D7065
(109,112,101)
#63655B
(99,101,91)
#595A51
(89,90,81)
#4F4F47
(79,79,71)
#45443D
(69,68,61)
#3B3933
(59,57,51)
#312E29
(49,46,41)
#27231F
(39,35,31)
#1D1815
(29,24,21)
#130D0B
(19,13,11)
#000000
(0,0,0)

Tints of #777B6F

#777B6F
(119,123,111)
#83877C
(131,135,124)
#8F9389
(143,147,137)
#9B9F96
(155,159,150)
#A7ABA3
(167,171,163)
#B3B7B0
(179,183,176)
#BFC3BD
(191,195,189)
#CBCFCA
(203,207,202)
#D7DBD7
(215,219,215)
#E3E7E4
(227,231,228)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777B6F; }

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

This text font color is #777B6F.


Background Color

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

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

This div background color is #777B6F.


Border color

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

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

This div border color is #777B6F.


Opacity

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

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

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

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

This text has shadow with #777B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777B6F on black background.


Color preview on white background

This text has color #777B6F on white background.



Black color preview on #777B6F background

This text has black color on #777B6F background.


White color preview on #777B6F background

This text has white color on #777B6F background.