COLOR #777661

HEX: #777661
RGB: (119,118,97)

Color info

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

RGB color model

#777661 color RGB value is (119,118,97).

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

RGB channels and saturation

R 119 of 255 = 47%
G 118 of 255 = 46%
B 97 of 255 = 38%

119
118
97

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

Portions of RGB colors in percentages

R + G + B =
119 + 118 + 97 = 334 (100%)
R 119 of 334 ~ 35.63%
G 118 of 334 ~ 35.33%
B 97 of 334 ~ 29.04%

%35.63
%35.33
%29.04

CMYK color model

#777661 color CMYK value is (0,1,18,53).

  • cyan value is 0.00%
  • magenta value is 0.84%
  • yellow value is 18.49%
  • key color value is 53.33%
CMYK: (0,1,18,53) C0M1Y18K53 (0%,1%,18%,53%) (0.00/0.01/0.18/0.53)

CMYK percentages

%0
%0.84
%18.49
%53.33

Codes

Color #777661 in popluar color models

777661
RGB11911897
HSL57°10.19%42.35%
HSB/HSV57°18.49%46.67%
CMYK0.00%0.84%18.49%
53.33%

Color #777661 in popluar number systems.

HEX777661
Decimal11911897
Binary111011111101101100001
Octal167166141

Shades and tints

Shades of #777661

#777661
(119,118,97)
#6D6C59
(109,108,89)
#636251
(99,98,81)
#595849
(89,88,73)
#4F4E41
(79,78,65)
#454439
(69,68,57)
#3B3A31
(59,58,49)
#313029
(49,48,41)
#272621
(39,38,33)
#1D1C19
(29,28,25)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #777661

#777661
(119,118,97)
#83826F
(131,130,111)
#8F8E7D
(143,142,125)
#9B9A8B
(155,154,139)
#A7A699
(167,166,153)
#B3B2A7
(179,178,167)
#BFBEB5
(191,190,181)
#CBCAC3
(203,202,195)
#D7D6D1
(215,214,209)
#E3E2DF
(227,226,223)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777661; }

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

This text font color is #777661.


Background Color

.myBgColor { background-color: #777661; }

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

This div background color is #777661.


Border color

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

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

This div border color is #777661.


Opacity

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

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

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

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

This text has shadow with #777661 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #777661 on black background.


Color preview on white background

This text has color #777661 on white background.



Black color preview on #777661 background

This text has black color on #777661 background.


White color preview on #777661 background

This text has white color on #777661 background.