COLOR #77616E

HEX: #77616E
RGB: (119,97,110)

Color info

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

RGB color model

#77616E color RGB value is (119,97,110).

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

RGB channels and saturation

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

119
97
110

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

Portions of RGB colors in percentages

R + G + B =
119 + 97 + 110 = 326 (100%)
R 119 of 326 ~ 36.5%
G 97 of 326 ~ 29.75%
B 110 of 326 ~ 33.74%

%36.5
%29.75
%33.74

CMYK color model

#77616E color CMYK value is (0,18,8,53).

  • cyan value is 0.00%
  • magenta value is 18.49%
  • yellow value is 7.56%
  • key color value is 53.33%
CMYK:
(0,18,8,53)
C0M18Y8K53 
(0%,18%,8%,53%)
(0.00/0.18/0.08/0.53)	

CMYK percentages

%0
%18.49
%7.56
%53.33

Codes

Color #77616E in popluar color models

77616E
RGB11997110
HSL325°10.19%42.35%
HSB/HSV325°18.49%46.67%
CMYK0.00%18.49%7.56%
53.33%

Color #77616E in popluar number systems.

HEX77616E
Decimal11997110
Binary111011111000011101110
Octal167141156

Shades and tints

Shades of #77616E

#77616E
(119,97,110)
#6D5964
(109,89,100)
#63515A
(99,81,90)
#594950
(89,73,80)
#4F4146
(79,65,70)
#45393C
(69,57,60)
#3B3132
(59,49,50)
#312928
(49,41,40)
#27211E
(39,33,30)
#1D1914
(29,25,20)
#13110A
(19,17,10)
#000000
(0,0,0)

Tints of #77616E

#77616E
(119,97,110)
#836F7B
(131,111,123)
#8F7D88
(143,125,136)
#9B8B95
(155,139,149)
#A799A2
(167,153,162)
#B3A7AF
(179,167,175)
#BFB5BC
(191,181,188)
#CBC3C9
(203,195,201)
#D7D1D6
(215,209,214)
#E3DFE3
(227,223,227)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77616E; }

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

This text font color is #77616E.


Background Color

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

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

This div background color is #77616E.


Border color

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

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

This div border color is #77616E.


Opacity

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

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

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

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

This text has shadow with #77616E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77616E on black background.


Color preview on white background

This text has color #77616E on white background.



Black color preview on #77616E background

This text has black color on #77616E background.


White color preview on #77616E background

This text has white color on #77616E background.