COLOR #77646B

HEX: #77646B
RGB: (119,100,107)

Color info

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

RGB color model

#77646B color RGB value is (119,100,107).

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

RGB channels and saturation

R 119 of 255 = 47%
G 100 of 255 = 39%
B 107 of 255 = 42%

119
100
107

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

Portions of RGB colors in percentages

R + G + B =
119 + 100 + 107 = 326 (100%)
R 119 of 326 ~ 36.5%
G 100 of 326 ~ 30.67%
B 107 of 326 ~ 32.82%

%36.5
%30.67
%32.82

CMYK color model

#77646B color CMYK value is (0,16,10,53).

  • cyan value is 0.00%
  • magenta value is 15.97%
  • yellow value is 10.08%
  • key color value is 53.33%
CMYK:
(0,16,10,53)
C0M16Y10K53 
(0%,16%,10%,53%)
(0.00/0.16/0.10/0.53)	

CMYK percentages

%0
%15.97
%10.08
%53.33

Codes

Color #77646B in popluar color models

77646B
RGB119100107
HSL338°8.68%42.94%
HSB/HSV338°15.97%46.67%
CMYK0.00%15.97%10.08%
53.33%

Color #77646B in popluar number systems.

HEX77646B
Decimal119100107
Binary111011111001001101011
Octal167144153

Shades and tints

Shades of #77646B

#77646B
(119,100,107)
#6D5B62
(109,91,98)
#635259
(99,82,89)
#594950
(89,73,80)
#4F4047
(79,64,71)
#45373E
(69,55,62)
#3B2E35
(59,46,53)
#31252C
(49,37,44)
#271C23
(39,28,35)
#1D131A
(29,19,26)
#130A11
(19,10,17)
#000000
(0,0,0)

Tints of #77646B

#77646B
(119,100,107)
#837278
(131,114,120)
#8F8085
(143,128,133)
#9B8E92
(155,142,146)
#A79C9F
(167,156,159)
#B3AAAC
(179,170,172)
#BFB8B9
(191,184,185)
#CBC6C6
(203,198,198)
#D7D4D3
(215,212,211)
#E3E2E0
(227,226,224)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77646B; }

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

This text font color is #77646B.


Background Color

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

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

This div background color is #77646B.


Border color

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

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

This div border color is #77646B.


Opacity

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

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

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

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

This text has shadow with #77646B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77646B on black background.


Color preview on white background

This text has color #77646B on white background.



Black color preview on #77646B background

This text has black color on #77646B background.


White color preview on #77646B background

This text has white color on #77646B background.