COLOR #77766A

HEX: #77766A
RGB: (119,118,106)

Color info

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

RGB color model

#77766A color RGB value is (119,118,106).

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

RGB channels and saturation

R 119 of 255 = 47%
G 118 of 255 = 46%
B 106 of 255 = 42%

119
118
106

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

Portions of RGB colors in percentages

R + G + B =
119 + 118 + 106 = 343 (100%)
R 119 of 343 ~ 34.69%
G 118 of 343 ~ 34.4%
B 106 of 343 ~ 30.9%

%34.69
%34.4
%30.9

CMYK color model

#77766A color CMYK value is (0,1,11,53).

  • cyan value is 0.00%
  • magenta value is 0.84%
  • yellow value is 10.92%
  • key color value is 53.33%
CMYK:
(0,1,11,53)
C0M1Y11K53 
(0%,1%,11%,53%)
(0.00/0.01/0.11/0.53)	

CMYK percentages

%0
%0.84
%10.92
%53.33

Codes

Color #77766A in popluar color models

77766A
RGB119118106
HSL55°5.78%44.12%
HSB/HSV55°10.92%46.67%
CMYK0.00%0.84%10.92%
53.33%

Color #77766A in popluar number systems.

HEX77766A
Decimal119118106
Binary111011111101101101010
Octal167166152

Shades and tints

Shades of #77766A

#77766A
(119,118,106)
#6D6C61
(109,108,97)
#636258
(99,98,88)
#59584F
(89,88,79)
#4F4E46
(79,78,70)
#45443D
(69,68,61)
#3B3A34
(59,58,52)
#31302B
(49,48,43)
#272622
(39,38,34)
#1D1C19
(29,28,25)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #77766A

#77766A
(119,118,106)
#838277
(131,130,119)
#8F8E84
(143,142,132)
#9B9A91
(155,154,145)
#A7A69E
(167,166,158)
#B3B2AB
(179,178,171)
#BFBEB8
(191,190,184)
#CBCAC5
(203,202,197)
#D7D6D2
(215,214,210)
#E3E2DF
(227,226,223)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77766A; }

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

This text font color is #77766A.


Background Color

.myBgColor { background-color: #77766A; }

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

This div background color is #77766A.


Border color

.myBorderColor { border: 1px solid #77766A; }

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

This div border color is #77766A.


Opacity

.myOpacity80 { color: #77766A; opacity: 0.8; }

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

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

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

This text has shadow with #77766A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77766A on black background.


Color preview on white background

This text has color #77766A on white background.



Black color preview on #77766A background

This text has black color on #77766A background.


White color preview on #77766A background

This text has white color on #77766A background.