COLOR #77616F

HEX: #77616F RGB: (119,97,111)

Color info

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

RGB color model

#77616F color RGB value is (119,97,111).

RGB: (119,97,111) (47%, 38%, 44%)

RGB channels and saturation

R 119 of 255 = 47%
G 97 of 255 = 38%
B 111 of 255 = 44%

119
97
111

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

Portions of RGB colors in percentages

R + G + B = 119 + 97 + 111 = 327 (100%)
R 119 of 327 ~ 36.39%
G 97 of 327 ~ 29.66%
B 111 of 327 ~ 33.94'%

%36.39
%29.66
%33.94

CMYK color model

#77616F color CMYK value is (0,18,7,53).

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

CMYK: (0,18,7,53)
C0M18Y7K53 (0%, 18%, 7%, 53%)
(0.00 / 0.18 / 0.07 / 0.53)

CMYK percentages

%0
%18.49
%6.72
%53.33

Codes

Color #77616F in popluar color models

77 61 6F
RGB 119 97 111
HSL 322° 10.19% 42.35%
HSB/HSV 322° 18.49% 46.67%
CMYK 0.00% 18.49% 6.72%
53.33%

Color #77616F in popluar number systems.

HEX 77 61 6F
Decimal 119 97 111
Binary 1110111 1100001 1101111
Octal 167 141 157

Shades and tints

Shades of #77616F

#77616F
(119,97,111)
#6D5965
(109,89,101)
#63515B
(99,81,91)
#594951
(89,73,81)
#4F4147
(79,65,71)
#45393D
(69,57,61)
#3B3133
(59,49,51)
#312929
(49,41,41)
#27211F
(39,33,31)
#1D1915
(29,25,21)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #77616F

#77616F
(119,97,111)
#836F7C
(131,111,124)
#8F7D89
(143,125,137)
#9B8B96
(155,139,150)
#A799A3
(167,153,163)
#B3A7B0
(179,167,176)
#BFB5BD
(191,181,189)
#CBC3CA
(203,195,202)
#D7D1D7
(215,209,215)
#E3DFE4
(227,223,228)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77616F; }

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

This text font color is #77616F.

Background Color

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

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

This div background color is #77616F.

Border color

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

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

This div border color is #77616F.

Opacity

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

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

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

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

This text has shadow with #77616F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77616F.

Preview

Color preview on black background

This text has color #77616F on black background.


Color preview on white background

This text has color #77616F on white background.


Black color preview on #77616F background

This text has black color on #77616F background.


White color preview on #77616F background

This text has white color on #77616F background.


Related colors

Complementary color

Complementary color for #hex is #889E90.


I love getcolorcode.com

Triadic colors

1 #6F7761 and #616F77 with #77616F are triadic colors.

2 #6F6177 and #61776F with #77616F are triadic colors.