COLOR #777662

HEX: #777662
RGB: (119,118,98)

Color info

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

RGB color model

#777662 color RGB value is (119,118,98).

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

RGB channels and saturation

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

119
118
98

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

Portions of RGB colors in percentages

R + G + B =
119 + 118 + 98 = 335 (100%)
R 119 of 335 ~ 35.52%
G 118 of 335 ~ 35.22%
B 98 of 335 ~ 29.25%

%35.52
%35.22
%29.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.84%
  • yellow value is 17.65%
  • 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
%17.65
%53.33

Codes

Color #777662 in popluar color models

777662
RGB11911898
HSL57°9.68%42.55%
HSB/HSV57°17.65%46.67%
CMYK0.00%0.84%17.65%
53.33%

Color #777662 in popluar number systems.

HEX777662
Decimal11911898
Binary111011111101101100010
Octal167166142

Shades and tints

Shades of #777662

#777662
(119,118,98)
#6D6C5A
(109,108,90)
#636252
(99,98,82)
#59584A
(89,88,74)
#4F4E42
(79,78,66)
#45443A
(69,68,58)
#3B3A32
(59,58,50)
#31302A
(49,48,42)
#272622
(39,38,34)
#1D1C1A
(29,28,26)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #777662

#777662
(119,118,98)
#838270
(131,130,112)
#8F8E7E
(143,142,126)
#9B9A8C
(155,154,140)
#A7A69A
(167,166,154)
#B3B2A8
(179,178,168)
#BFBEB6
(191,190,182)
#CBCAC4
(203,202,196)
#D7D6D2
(215,214,210)
#E3E2E0
(227,226,224)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777662; }

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

This text font color is #777662.


Background Color

.myBgColor { background-color: #777662; }

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

This div background color is #777662.


Border color

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

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

This div border color is #777662.


Opacity

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

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

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

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

This text has shadow with #777662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777662 on black background.


Color preview on white background

This text has color #777662 on white background.



Black color preview on #777662 background

This text has black color on #777662 background.


White color preview on #777662 background

This text has white color on #777662 background.