COLOR #777C6F

HEX: #777C6F
RGB: (119,124,111)

Color info

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

RGB color model

#777C6F color RGB value is (119,124,111).

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

RGB channels and saturation

R 119 of 255 = 47%
G 124 of 255 = 49%
B 111 of 255 = 44%

119
124
111

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

Portions of RGB colors in percentages

R + G + B =
119 + 124 + 111 = 354 (100%)
R 119 of 354 ~ 33.62%
G 124 of 354 ~ 35.03%
B 111 of 354 ~ 31.36%

%33.62
%35.03
%31.36

CMYK color model

#777C6F color CMYK value is (4,0,10,51).

  • cyan value is 4.03%
  • magenta value is 0.00%
  • yellow value is 10.48%
  • key color value is 51.37%
CMYK:
(4,0,10,51)
C4M0Y10K51 
(4%,0%,10%,51%)
(0.04/0.00/0.10/0.51)	

CMYK percentages

%4.03
%0
%10.48
%51.37

Codes

Color #777C6F in popluar color models

777C6F
RGB119124111
HSL83°5.53%46.08%
HSB/HSV83°10.48%48.63%
CMYK4.03%0.00%10.48%
51.37%

Color #777C6F in popluar number systems.

HEX777C6F
Decimal119124111
Binary111011111111001101111
Octal167174157

Shades and tints

Shades of #777C6F

#777C6F
(119,124,111)
#6D7165
(109,113,101)
#63665B
(99,102,91)
#595B51
(89,91,81)
#4F5047
(79,80,71)
#45453D
(69,69,61)
#3B3A33
(59,58,51)
#312F29
(49,47,41)
#27241F
(39,36,31)
#1D1915
(29,25,21)
#130E0B
(19,14,11)
#000000
(0,0,0)

Tints of #777C6F

#777C6F
(119,124,111)
#83877C
(131,135,124)
#8F9289
(143,146,137)
#9B9D96
(155,157,150)
#A7A8A3
(167,168,163)
#B3B3B0
(179,179,176)
#BFBEBD
(191,190,189)
#CBC9CA
(203,201,202)
#D7D4D7
(215,212,215)
#E3DFE4
(227,223,228)
#EFEAF1
(239,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777C6F; }

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

This text font color is #777C6F.


Background Color

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

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

This div background color is #777C6F.


Border color

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

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

This div border color is #777C6F.


Opacity

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

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

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

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

This text has shadow with #777C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777C6F on black background.


Color preview on white background

This text has color #777C6F on white background.



Black color preview on #777C6F background

This text has black color on #777C6F background.


White color preview on #777C6F background

This text has white color on #777C6F background.