COLOR #777667

HEX: #777667
RGB: (119,118,103)

Color info

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

RGB color model

#777667 color RGB value is (119,118,103).

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

RGB channels and saturation

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

119
118
103

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

Portions of RGB colors in percentages

R + G + B =
119 + 118 + 103 = 340 (100%)
R 119 of 340 ~ 35%
G 118 of 340 ~ 34.71%
B 103 of 340 ~ 30.29%

%35
%34.71
%30.29

CMYK color model

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

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

CMYK percentages

%0
%0.84
%13.45
%53.33

Codes

Color #777667 in popluar color models

777667
RGB119118103
HSL56°7.21%43.53%
HSB/HSV56°13.45%46.67%
CMYK0.00%0.84%13.45%
53.33%

Color #777667 in popluar number systems.

HEX777667
Decimal119118103
Binary111011111101101100111
Octal167166147

Shades and tints

Shades of #777667

#777667
(119,118,103)
#6D6C5E
(109,108,94)
#636255
(99,98,85)
#59584C
(89,88,76)
#4F4E43
(79,78,67)
#45443A
(69,68,58)
#3B3A31
(59,58,49)
#313028
(49,48,40)
#27261F
(39,38,31)
#1D1C16
(29,28,22)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #777667

#777667
(119,118,103)
#838274
(131,130,116)
#8F8E81
(143,142,129)
#9B9A8E
(155,154,142)
#A7A69B
(167,166,155)
#B3B2A8
(179,178,168)
#BFBEB5
(191,190,181)
#CBCAC2
(203,202,194)
#D7D6CF
(215,214,207)
#E3E2DC
(227,226,220)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777667; }

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

This text font color is #777667.


Background Color

.myBgColor { background-color: #777667; }

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

This div background color is #777667.


Border color

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

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

This div border color is #777667.


Opacity

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

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

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

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

This text has shadow with #777667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777667 on black background.


Color preview on white background

This text has color #777667 on white background.



Black color preview on #777667 background

This text has black color on #777667 background.


White color preview on #777667 background

This text has white color on #777667 background.