COLOR #77606B

HEX: #77606B
RGB: (119,96,107)

Color info

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

RGB color model

#77606B color RGB value is (119,96,107).

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

RGB channels and saturation

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

119
96
107

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

Portions of RGB colors in percentages

R + G + B =
119 + 96 + 107 = 322 (100%)
R 119 of 322 ~ 36.96%
G 96 of 322 ~ 29.81%
B 107 of 322 ~ 33.23%

%36.96
%29.81
%33.23

CMYK color model

#77606B color CMYK value is (0,19,10,53).

  • cyan value is 0.00%
  • magenta value is 19.33%
  • yellow value is 10.08%
  • key color value is 53.33%
CMYK:
(0,19,10,53)
C0M19Y10K53 
(0%,19%,10%,53%)
(0.00/0.19/0.10/0.53)	

CMYK percentages

%0
%19.33
%10.08
%53.33

Codes

Color #77606B in popluar color models

77606B
RGB11996107
HSL331°10.70%42.16%
HSB/HSV331°19.33%46.67%
CMYK0.00%19.33%10.08%
53.33%

Color #77606B in popluar number systems.

HEX77606B
Decimal11996107
Binary111011111000001101011
Octal167140153

Shades and tints

Shades of #77606B

#77606B
(119,96,107)
#6D5862
(109,88,98)
#635059
(99,80,89)
#594850
(89,72,80)
#4F4047
(79,64,71)
#45383E
(69,56,62)
#3B3035
(59,48,53)
#31282C
(49,40,44)
#272023
(39,32,35)
#1D181A
(29,24,26)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #77606B

#77606B
(119,96,107)
#836E78
(131,110,120)
#8F7C85
(143,124,133)
#9B8A92
(155,138,146)
#A7989F
(167,152,159)
#B3A6AC
(179,166,172)
#BFB4B9
(191,180,185)
#CBC2C6
(203,194,198)
#D7D0D3
(215,208,211)
#E3DEE0
(227,222,224)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77606B; }

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

This text font color is #77606B.


Background Color

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

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

This div background color is #77606B.


Border color

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

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

This div border color is #77606B.


Opacity

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

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

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

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

This text has shadow with #77606B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77606B on black background.


Color preview on white background

This text has color #77606B on white background.



Black color preview on #77606B background

This text has black color on #77606B background.


White color preview on #77606B background

This text has white color on #77606B background.