COLOR #777A66

HEX: #777A66
RGB: (119,122,102)

Color info

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

RGB color model

#777A66 color RGB value is (119,122,102).

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

RGB channels and saturation

R 119 of 255 = 47%
G 122 of 255 = 48%
B 102 of 255 = 40%

119
122
102

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

Portions of RGB colors in percentages

R + G + B =
119 + 122 + 102 = 343 (100%)
R 119 of 343 ~ 34.69%
G 122 of 343 ~ 35.57%
B 102 of 343 ~ 29.74%

%34.69
%35.57
%29.74

CMYK color model

#777A66 color CMYK value is (2,0,16,52).

  • cyan value is 2.46%
  • magenta value is 0.00%
  • yellow value is 16.39%
  • key color value is 52.16%
CMYK:
(2,0,16,52)
C2M0Y16K52 
(2%,0%,16%,52%)
(0.02/0.00/0.16/0.52)	

CMYK percentages

%2.46
%0
%16.39
%52.16

Codes

Color #777A66 in popluar color models

777A66
RGB119122102
HSL69°8.93%43.92%
HSB/HSV69°16.39%47.84%
CMYK2.46%0.00%16.39%
52.16%

Color #777A66 in popluar number systems.

HEX777A66
Decimal119122102
Binary111011111110101100110
Octal167172146

Shades and tints

Shades of #777A66

#777A66
(119,122,102)
#6D6F5D
(109,111,93)
#636454
(99,100,84)
#59594B
(89,89,75)
#4F4E42
(79,78,66)
#454339
(69,67,57)
#3B3830
(59,56,48)
#312D27
(49,45,39)
#27221E
(39,34,30)
#1D1715
(29,23,21)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #777A66

#777A66
(119,122,102)
#838673
(131,134,115)
#8F9280
(143,146,128)
#9B9E8D
(155,158,141)
#A7AA9A
(167,170,154)
#B3B6A7
(179,182,167)
#BFC2B4
(191,194,180)
#CBCEC1
(203,206,193)
#D7DACE
(215,218,206)
#E3E6DB
(227,230,219)
#EFF2E8
(239,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777A66 color. Also use rgb(119,122,102) instead hex code.

Text Font Color

.myTextColor { color: #777A66; }

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

This text font color is #777A66.


Background Color

.myBgColor { background-color: #777A66; }

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

This div background color is #777A66.


Border color

.myBorderColor { border: 1px solid #777A66; }

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

This div border color is #777A66.


Opacity

.myOpacity80 { color: #777A66; opacity: 0.8; }

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

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

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

This text has shadow with #777A66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777A66 on black background.


Color preview on white background

This text has color #777A66 on white background.



Black color preview on #777A66 background

This text has black color on #777A66 background.


White color preview on #777A66 background

This text has white color on #777A66 background.