COLOR #77616B

HEX: #77616B
RGB: (119,97,107)

Color info

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

RGB color model

#77616B color RGB value is (119,97,107).

  • red value is 119;
  • green value is 97;
  • blue value is 107.
RGB:
(119,97,107)
(47%,38%,42%)

RGB channels and saturation

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

119
97
107

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

Portions of RGB colors in percentages

R + G + B =
119 + 97 + 107 = 323 (100%)
R 119 of 323 ~ 36.84%
G 97 of 323 ~ 30.03%
B 107 of 323 ~ 33.13%

%36.84
%30.03
%33.13

CMYK color model

#77616B color CMYK value is (0,18,10,53).

  • cyan value is 0.00%
  • magenta value is 18.49%
  • yellow value is 10.08%
  • key color value is 53.33%
CMYK:
(0,18,10,53)
C0M18Y10K53 
(0%,18%,10%,53%)
(0.00/0.18/0.10/0.53)	

CMYK percentages

%0
%18.49
%10.08
%53.33

Codes

Color #77616B in popluar color models

77616B
RGB11997107
HSL333°10.19%42.35%
HSB/HSV333°18.49%46.67%
CMYK0.00%18.49%10.08%
53.33%

Color #77616B in popluar number systems.

HEX77616B
Decimal11997107
Binary111011111000011101011
Octal167141153

Shades and tints

Shades of #77616B

#77616B
(119,97,107)
#6D5962
(109,89,98)
#635159
(99,81,89)
#594950
(89,73,80)
#4F4147
(79,65,71)
#45393E
(69,57,62)
#3B3135
(59,49,53)
#31292C
(49,41,44)
#272123
(39,33,35)
#1D191A
(29,25,26)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #77616B

#77616B
(119,97,107)
#836F78
(131,111,120)
#8F7D85
(143,125,133)
#9B8B92
(155,139,146)
#A7999F
(167,153,159)
#B3A7AC
(179,167,172)
#BFB5B9
(191,181,185)
#CBC3C6
(203,195,198)
#D7D1D3
(215,209,211)
#E3DFE0
(227,223,224)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77616B; }

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

This text font color is #77616B.


Background Color

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

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

This div background color is #77616B.


Border color

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

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

This div border color is #77616B.


Opacity

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

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

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

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

This text has shadow with #77616B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77616B on black background.


Color preview on white background

This text has color #77616B on white background.



Black color preview on #77616B background

This text has black color on #77616B background.


White color preview on #77616B background

This text has white color on #77616B background.