COLOR #777566

HEX: #777566
RGB: (119,117,102)

Color info

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

RGB color model

#777566 color RGB value is (119,117,102).

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

RGB channels and saturation

R 119 of 255 = 47%
G 117 of 255 = 46%
B 102 of 255 = 40%

119
117
102

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

Portions of RGB colors in percentages

R + G + B =
119 + 117 + 102 = 338 (100%)
R 119 of 338 ~ 35.21%
G 117 of 338 ~ 34.62%
B 102 of 338 ~ 30.18%

%35.21
%34.62
%30.18

CMYK color model

#777566 color CMYK value is (0,2,14,53).

  • cyan value is 0.00%
  • magenta value is 1.68%
  • yellow value is 14.29%
  • key color value is 53.33%
CMYK:
(0,2,14,53)
C0M2Y14K53 
(0%,2%,14%,53%)
(0.00/0.02/0.14/0.53)	

CMYK percentages

%0
%1.68
%14.29
%53.33

Codes

Color #777566 in popluar color models

777566
RGB119117102
HSL53°7.69%43.33%
HSB/HSV53°14.29%46.67%
CMYK0.00%1.68%14.29%
53.33%

Color #777566 in popluar number systems.

HEX777566
Decimal119117102
Binary111011111101011100110
Octal167165146

Shades and tints

Shades of #777566

#777566
(119,117,102)
#6D6B5D
(109,107,93)
#636154
(99,97,84)
#59574B
(89,87,75)
#4F4D42
(79,77,66)
#454339
(69,67,57)
#3B3930
(59,57,48)
#312F27
(49,47,39)
#27251E
(39,37,30)
#1D1B15
(29,27,21)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #777566

#777566
(119,117,102)
#838173
(131,129,115)
#8F8D80
(143,141,128)
#9B998D
(155,153,141)
#A7A59A
(167,165,154)
#B3B1A7
(179,177,167)
#BFBDB4
(191,189,180)
#CBC9C1
(203,201,193)
#D7D5CE
(215,213,206)
#E3E1DB
(227,225,219)
#EFEDE8
(239,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777566; }

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

This text font color is #777566.


Background Color

.myBgColor { background-color: #777566; }

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

This div background color is #777566.


Border color

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

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

This div border color is #777566.


Opacity

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

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

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

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

This text has shadow with #777566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777566 on black background.


Color preview on white background

This text has color #777566 on white background.



Black color preview on #777566 background

This text has black color on #777566 background.


White color preview on #777566 background

This text has white color on #777566 background.