COLOR #77616A

HEX: #77616A RGB: (119,97,106)

Color info

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

RGB color model

#77616A color RGB value is (119,97,106).

RGB: (119,97,106) (47%, 38%, 42%)

RGB channels and saturation

R 119 of 255 = 47%
G 97 of 255 = 38%
B 106 of 255 = 42%

119
97
106

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

Portions of RGB colors in percentages

R + G + B = 119 + 97 + 106 = 322 (100%)
R 119 of 322 ~ 36.96%
G 97 of 322 ~ 30.12%
B 106 of 322 ~ 32.92'%

%36.96
%30.12
%32.92

CMYK color model

#77616A color CMYK value is (0,18,11,53).

  • cyan value is 0.00%
  • magenta value is 18.49%
  • yellow value is 10.92%
  • key color value is 53.33%

CMYK: (0,18,11,53)
C0M18Y11K53 (0%, 18%, 11%, 53%)
(0.00 / 0.18 / 0.11 / 0.53)

CMYK percentages

%0
%18.49
%10.92
%53.33

Codes

Color #77616A in popluar color models

77 61 6A
RGB 119 97 106
HSL 335° 10.19% 42.35%
HSB/HSV 335° 18.49% 46.67%
CMYK 0.00% 18.49% 10.92%
53.33%

Color #77616A in popluar number systems.

HEX 77 61 6A
Decimal 119 97 106
Binary 1110111 1100001 1101010
Octal 167 141 152

Shades and tints

Shades of #77616A

#77616A
(119,97,106)
#6D5961
(109,89,97)
#635158
(99,81,88)
#59494F
(89,73,79)
#4F4146
(79,65,70)
#45393D
(69,57,61)
#3B3134
(59,49,52)
#31292B
(49,41,43)
#272122
(39,33,34)
#1D1919
(29,25,25)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #77616A

#77616A
(119,97,106)
#836F77
(131,111,119)
#8F7D84
(143,125,132)
#9B8B91
(155,139,145)
#A7999E
(167,153,158)
#B3A7AB
(179,167,171)
#BFB5B8
(191,181,184)
#CBC3C5
(203,195,197)
#D7D1D2
(215,209,210)
#E3DFDF
(227,223,223)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77616A; }

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

This text font color is #77616A.

Background Color

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

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

This div background color is #77616A.

Border color

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

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

This div border color is #77616A.

Opacity

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

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

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

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

This text has shadow with #77616A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77616A.

Preview

Color preview on black background

This text has color #77616A on black background.


Color preview on white background

This text has color #77616A on white background.


Black color preview on #77616A background

This text has black color on #77616A background.


White color preview on #77616A background

This text has white color on #77616A background.


Related colors

Complementary color

Complementary color for #hex is #889E95.


I love getcolorcode.com

Triadic colors

1 #6A7761 and #616A77 with #77616A are triadic colors.

2 #6A6177 and #61776A with #77616A are triadic colors.