COLOR #77696A

HEX: #77696A
RGB: (119,105,106)

Color info

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

RGB color model

#77696A color RGB value is (119,105,106).

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

RGB channels and saturation

R 119 of 255 = 47%
G 105 of 255 = 41%
B 106 of 255 = 42%

119
105
106

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

Portions of RGB colors in percentages

R + G + B =
119 + 105 + 106 = 330 (100%)
R 119 of 330 ~ 36.06%
G 105 of 330 ~ 31.82%
B 106 of 330 ~ 32.12%

%36.06
%31.82
%32.12

CMYK color model

#77696A color CMYK value is (0,12,11,53).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 10.92%
  • key color value is 53.33%
CMYK:
(0,12,11,53)
C0M12Y11K53 
(0%,12%,11%,53%)
(0.00/0.12/0.11/0.53)	

CMYK percentages

%0
%11.76
%10.92
%53.33

Codes

Color #77696A in popluar color models

77696A
RGB119105106
HSL356°6.25%43.92%
HSB/HSV356°11.76%46.67%
CMYK0.00%11.76%10.92%
53.33%

Color #77696A in popluar number systems.

HEX77696A
Decimal119105106
Binary111011111010011101010
Octal167151152

Shades and tints

Shades of #77696A

#77696A
(119,105,106)
#6D6061
(109,96,97)
#635758
(99,87,88)
#594E4F
(89,78,79)
#4F4546
(79,69,70)
#453C3D
(69,60,61)
#3B3334
(59,51,52)
#312A2B
(49,42,43)
#272122
(39,33,34)
#1D1819
(29,24,25)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #77696A

#77696A
(119,105,106)
#837677
(131,118,119)
#8F8384
(143,131,132)
#9B9091
(155,144,145)
#A79D9E
(167,157,158)
#B3AAAB
(179,170,171)
#BFB7B8
(191,183,184)
#CBC4C5
(203,196,197)
#D7D1D2
(215,209,210)
#E3DEDF
(227,222,223)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77696A; }

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

This text font color is #77696A.


Background Color

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

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

This div background color is #77696A.


Border color

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

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

This div border color is #77696A.


Opacity

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

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

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

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

This text has shadow with #77696A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77696A on black background.


Color preview on white background

This text has color #77696A on white background.



Black color preview on #77696A background

This text has black color on #77696A background.


White color preview on #77696A background

This text has white color on #77696A background.