COLOR #77606E

HEX: #77606E
RGB: (119,96,110)

Color info

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

RGB color model

#77606E color RGB value is (119,96,110).

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

RGB channels and saturation

R 119 of 255 = 47%
G 96 of 255 = 38%
B 110 of 255 = 43%

119
96
110

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

Portions of RGB colors in percentages

R + G + B =
119 + 96 + 110 = 325 (100%)
R 119 of 325 ~ 36.62%
G 96 of 325 ~ 29.54%
B 110 of 325 ~ 33.85%

%36.62
%29.54
%33.85

CMYK color model

#77606E color CMYK value is (0,19,8,53).

  • cyan value is 0.00%
  • magenta value is 19.33%
  • yellow value is 7.56%
  • key color value is 53.33%
CMYK:
(0,19,8,53)
C0M19Y8K53 
(0%,19%,8%,53%)
(0.00/0.19/0.08/0.53)	

CMYK percentages

%0
%19.33
%7.56
%53.33

Codes

Color #77606E in popluar color models

77606E
RGB11996110
HSL323°10.70%42.16%
HSB/HSV323°19.33%46.67%
CMYK0.00%19.33%7.56%
53.33%

Color #77606E in popluar number systems.

HEX77606E
Decimal11996110
Binary111011111000001101110
Octal167140156

Shades and tints

Shades of #77606E

#77606E
(119,96,110)
#6D5864
(109,88,100)
#63505A
(99,80,90)
#594850
(89,72,80)
#4F4046
(79,64,70)
#45383C
(69,56,60)
#3B3032
(59,48,50)
#312828
(49,40,40)
#27201E
(39,32,30)
#1D1814
(29,24,20)
#13100A
(19,16,10)
#000000
(0,0,0)

Tints of #77606E

#77606E
(119,96,110)
#836E7B
(131,110,123)
#8F7C88
(143,124,136)
#9B8A95
(155,138,149)
#A798A2
(167,152,162)
#B3A6AF
(179,166,175)
#BFB4BC
(191,180,188)
#CBC2C9
(203,194,201)
#D7D0D6
(215,208,214)
#E3DEE3
(227,222,227)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77606E; }

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

This text font color is #77606E.


Background Color

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

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

This div background color is #77606E.


Border color

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

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

This div border color is #77606E.


Opacity

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

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

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

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

This text has shadow with #77606E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77606E on black background.


Color preview on white background

This text has color #77606E on white background.



Black color preview on #77606E background

This text has black color on #77606E background.


White color preview on #77606E background

This text has white color on #77606E background.