COLOR #777761

HEX: #777761
RGB: (119,119,97)

Color info

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

RGB color model

#777761 color RGB value is (119,119,97).

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

RGB channels and saturation

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

119
119
97

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

Portions of RGB colors in percentages

R + G + B =
119 + 119 + 97 = 335 (100%)
R 119 of 335 ~ 35.52%
G 119 of 335 ~ 35.52%
B 97 of 335 ~ 28.96%

%35.52
%35.52
%28.96

CMYK color model

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

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

CMYK percentages

%0
%0
%18.49
%53.33

Codes

Color #777761 in popluar color models

777761
RGB11911997
HSL60°10.19%42.35%
HSB/HSV60°18.49%46.67%
CMYK0.00%0.00%18.49%
53.33%

Color #777761 in popluar number systems.

HEX777761
Decimal11911997
Binary111011111101111100001
Octal167167141

Shades and tints

Shades of #777761

#777761
(119,119,97)
#6D6D59
(109,109,89)
#636351
(99,99,81)
#595949
(89,89,73)
#4F4F41
(79,79,65)
#454539
(69,69,57)
#3B3B31
(59,59,49)
#313129
(49,49,41)
#272721
(39,39,33)
#1D1D19
(29,29,25)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #777761

#777761
(119,119,97)
#83836F
(131,131,111)
#8F8F7D
(143,143,125)
#9B9B8B
(155,155,139)
#A7A799
(167,167,153)
#B3B3A7
(179,179,167)
#BFBFB5
(191,191,181)
#CBCBC3
(203,203,195)
#D7D7D1
(215,215,209)
#E3E3DF
(227,227,223)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777761; }

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

This text font color is #777761.


Background Color

.myBgColor { background-color: #777761; }

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

This div background color is #777761.


Border color

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

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

This div border color is #777761.


Opacity

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

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

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

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

This text has shadow with #777761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777761 on black background.


Color preview on white background

This text has color #777761 on white background.



Black color preview on #777761 background

This text has black color on #777761 background.


White color preview on #777761 background

This text has white color on #777761 background.