COLOR #777B79

HEX: #777B79
RGB: (119,123,121)

Color info

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

RGB color model

#777B79 color RGB value is (119,123,121).

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

RGB channels and saturation

R 119 of 255 = 47%
G 123 of 255 = 48%
B 121 of 255 = 47%

119
123
121

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

Portions of RGB colors in percentages

R + G + B =
119 + 123 + 121 = 363 (100%)
R 119 of 363 ~ 32.78%
G 123 of 363 ~ 33.88%
B 121 of 363 ~ 33.33%

%32.78
%33.88
%33.33

CMYK color model

#777B79 color CMYK value is (3,0,2,52).

  • cyan value is 3.25%
  • magenta value is 0.00%
  • yellow value is 1.63%
  • key color value is 51.76%
CMYK:
(3,0,2,52)
C3M0Y2K52 
(3%,0%,2%,52%)
(0.03/0.00/0.02/0.52)	

CMYK percentages

%3.25
%0
%1.63
%51.76

Codes

Color #777B79 in popluar color models

777B79
RGB119123121
HSL150°1.65%47.45%
HSB/HSV150°3.25%48.24%
CMYK3.25%0.00%1.63%
51.76%

Color #777B79 in popluar number systems.

HEX777B79
Decimal119123121
Binary111011111110111111001
Octal167173171

Shades and tints

Shades of #777B79

#777B79
(119,123,121)
#6D706E
(109,112,110)
#636563
(99,101,99)
#595A58
(89,90,88)
#4F4F4D
(79,79,77)
#454442
(69,68,66)
#3B3937
(59,57,55)
#312E2C
(49,46,44)
#272321
(39,35,33)
#1D1816
(29,24,22)
#130D0B
(19,13,11)
#000000
(0,0,0)

Tints of #777B79

#777B79
(119,123,121)
#838785
(131,135,133)
#8F9391
(143,147,145)
#9B9F9D
(155,159,157)
#A7ABA9
(167,171,169)
#B3B7B5
(179,183,181)
#BFC3C1
(191,195,193)
#CBCFCD
(203,207,205)
#D7DBD9
(215,219,217)
#E3E7E5
(227,231,229)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777B79; }

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

This text font color is #777B79.


Background Color

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

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

This div background color is #777B79.


Border color

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

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

This div border color is #777B79.


Opacity

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

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

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

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

This text has shadow with #777B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777B79 on black background.


Color preview on white background

This text has color #777B79 on white background.



Black color preview on #777B79 background

This text has black color on #777B79 background.


White color preview on #777B79 background

This text has white color on #777B79 background.