COLOR #77756A

HEX: #77756A
RGB: (119,117,106)

Color info

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

RGB color model

#77756A color RGB value is (119,117,106).

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

RGB channels and saturation

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

119
117
106

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

Portions of RGB colors in percentages

R + G + B =
119 + 117 + 106 = 342 (100%)
R 119 of 342 ~ 34.8%
G 117 of 342 ~ 34.21%
B 106 of 342 ~ 30.99%

%34.8
%34.21
%30.99

CMYK color model

#77756A color CMYK value is (0,2,11,53).

  • cyan value is 0.00%
  • magenta value is 1.68%
  • yellow value is 10.92%
  • key color value is 53.33%
CMYK:
(0,2,11,53)
C0M2Y11K53 
(0%,2%,11%,53%)
(0.00/0.02/0.11/0.53)	

CMYK percentages

%0
%1.68
%10.92
%53.33

Codes

Color #77756A in popluar color models

77756A
RGB119117106
HSL51°5.78%44.12%
HSB/HSV51°10.92%46.67%
CMYK0.00%1.68%10.92%
53.33%

Color #77756A in popluar number systems.

HEX77756A
Decimal119117106
Binary111011111101011101010
Octal167165152

Shades and tints

Shades of #77756A

#77756A
(119,117,106)
#6D6B61
(109,107,97)
#636158
(99,97,88)
#59574F
(89,87,79)
#4F4D46
(79,77,70)
#45433D
(69,67,61)
#3B3934
(59,57,52)
#312F2B
(49,47,43)
#272522
(39,37,34)
#1D1B19
(29,27,25)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #77756A

#77756A
(119,117,106)
#838177
(131,129,119)
#8F8D84
(143,141,132)
#9B9991
(155,153,145)
#A7A59E
(167,165,158)
#B3B1AB
(179,177,171)
#BFBDB8
(191,189,184)
#CBC9C5
(203,201,197)
#D7D5D2
(215,213,210)
#E3E1DF
(227,225,223)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77756A; }

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

This text font color is #77756A.


Background Color

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

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

This div background color is #77756A.


Border color

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

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

This div border color is #77756A.


Opacity

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

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

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

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

This text has shadow with #77756A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77756A on black background.


Color preview on white background

This text has color #77756A on white background.



Black color preview on #77756A background

This text has black color on #77756A background.


White color preview on #77756A background

This text has white color on #77756A background.