COLOR #777A6D

HEX: #777A6D
RGB: (119,122,109)

Color info

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

RGB color model

#777A6D color RGB value is (119,122,109).

  • red value is 119;
  • green value is 122;
  • blue value is 109.
RGB:
(119,122,109)
(47%,48%,43%)

RGB channels and saturation

R 119 of 255 = 47%
G 122 of 255 = 48%
B 109 of 255 = 43%

119
122
109

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

Portions of RGB colors in percentages

R + G + B =
119 + 122 + 109 = 350 (100%)
R 119 of 350 ~ 34%
G 122 of 350 ~ 34.86%
B 109 of 350 ~ 31.14%

%34
%34.86
%31.14

CMYK color model

#777A6D color CMYK value is (2,0,11,52).

  • cyan value is 2.46%
  • magenta value is 0.00%
  • yellow value is 10.66%
  • key color value is 52.16%
CMYK:
(2,0,11,52)
C2M0Y11K52 
(2%,0%,11%,52%)
(0.02/0.00/0.11/0.52)	

CMYK percentages

%2.46
%0
%10.66
%52.16

Codes

Color #777A6D in popluar color models

777A6D
RGB119122109
HSL74°5.63%45.29%
HSB/HSV74°10.66%47.84%
CMYK2.46%0.00%10.66%
52.16%

Color #777A6D in popluar number systems.

HEX777A6D
Decimal119122109
Binary111011111110101101101
Octal167172155

Shades and tints

Shades of #777A6D

#777A6D
(119,122,109)
#6D6F64
(109,111,100)
#63645B
(99,100,91)
#595952
(89,89,82)
#4F4E49
(79,78,73)
#454340
(69,67,64)
#3B3837
(59,56,55)
#312D2E
(49,45,46)
#272225
(39,34,37)
#1D171C
(29,23,28)
#130C13
(19,12,19)
#000000
(0,0,0)

Tints of #777A6D

#777A6D
(119,122,109)
#83867A
(131,134,122)
#8F9287
(143,146,135)
#9B9E94
(155,158,148)
#A7AAA1
(167,170,161)
#B3B6AE
(179,182,174)
#BFC2BB
(191,194,187)
#CBCEC8
(203,206,200)
#D7DAD5
(215,218,213)
#E3E6E2
(227,230,226)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777A6D color. Also use rgb(119,122,109) instead hex code.

Text Font Color

.myTextColor { color: #777A6D; }

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

This text font color is #777A6D.


Background Color

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

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

This div background color is #777A6D.


Border color

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

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

This div border color is #777A6D.


Opacity

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

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

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

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

This text has shadow with #777A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777A6D on black background.


Color preview on white background

This text has color #777A6D on white background.



Black color preview on #777A6D background

This text has black color on #777A6D background.


White color preview on #777A6D background

This text has white color on #777A6D background.