COLOR #777767

HEX: #777767
RGB: (119,119,103)

Color info

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

RGB color model

#777767 color RGB value is (119,119,103).

  • red value is 119;
  • green value is 119;
  • blue value is 103.
RGB:
(119,119,103)
(47%,47%,40%)

RGB channels and saturation

R 119 of 255 = 47%
G 119 of 255 = 47%
B 103 of 255 = 40%

119
119
103

R + G + B ~ 45%. #777767 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 119 + 103 = 341 (100%)
R 119 of 341 ~ 34.9%
G 119 of 341 ~ 34.9%
B 103 of 341 ~ 30.21%

%34.9
%34.9
%30.21

CMYK color model

#777767 color CMYK value is (0,0,13,53).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 13.45%
  • key color value is 53.33%
CMYK:
(0,0,13,53)
C0M0Y13K53 
(0%,0%,13%,53%)
(0.00/0.00/0.13/0.53)	

CMYK percentages

%0
%0
%13.45
%53.33

Codes

Color #777767 in popluar color models

777767
RGB119119103
HSL60°7.21%43.53%
HSB/HSV60°13.45%46.67%
CMYK0.00%0.00%13.45%
53.33%

Color #777767 in popluar number systems.

HEX777767
Decimal119119103
Binary111011111101111100111
Octal167167147

Shades and tints

Shades of #777767

#777767
(119,119,103)
#6D6D5E
(109,109,94)
#636355
(99,99,85)
#59594C
(89,89,76)
#4F4F43
(79,79,67)
#45453A
(69,69,58)
#3B3B31
(59,59,49)
#313128
(49,49,40)
#27271F
(39,39,31)
#1D1D16
(29,29,22)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #777767

#777767
(119,119,103)
#838374
(131,131,116)
#8F8F81
(143,143,129)
#9B9B8E
(155,155,142)
#A7A79B
(167,167,155)
#B3B3A8
(179,179,168)
#BFBFB5
(191,191,181)
#CBCBC2
(203,203,194)
#D7D7CF
(215,215,207)
#E3E3DC
(227,227,220)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777767 color. Also use rgb(119,119,103) instead hex code.

Text Font Color

.myTextColor { color: #777767; }

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

This text font color is #777767.


Background Color

.myBgColor { background-color: #777767; }

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

This div background color is #777767.


Border color

.myBorderColor { border: 1px solid #777767; }

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

This div border color is #777767.


Opacity

.myOpacity80 { color: #777767; opacity: 0.8; }

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

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

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

This text has shadow with #777767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777767 on black background.


Color preview on white background

This text has color #777767 on white background.



Black color preview on #777767 background

This text has black color on #777767 background.


White color preview on #777767 background

This text has white color on #777767 background.