COLOR #77516E

HEX: #77516E
RGB: (119,81,110)

Color info

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

RGB color model

#77516E color RGB value is (119,81,110).

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

RGB channels and saturation

R 119 of 255 = 47%
G 81 of 255 = 32%
B 110 of 255 = 43%

119
81
110

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

Portions of RGB colors in percentages

R + G + B =
119 + 81 + 110 = 310 (100%)
R 119 of 310 ~ 38.39%
G 81 of 310 ~ 26.13%
B 110 of 310 ~ 35.48%

%38.39
%26.13
%35.48

CMYK color model

#77516E color CMYK value is (0,32,8,53).

  • cyan value is 0.00%
  • magenta value is 31.93%
  • yellow value is 7.56%
  • key color value is 53.33%
CMYK:
(0,32,8,53)
C0M32Y8K53 
(0%,32%,8%,53%)
(0.00/0.32/0.08/0.53)	

CMYK percentages

%0
%31.93
%7.56
%53.33

Codes

Color #77516E in popluar color models

77516E
RGB11981110
HSL314°19.00%39.22%
HSB/HSV314°31.93%46.67%
CMYK0.00%31.93%7.56%
53.33%

Color #77516E in popluar number systems.

HEX77516E
Decimal11981110
Binary111011110100011101110
Octal167121156

Shades and tints

Shades of #77516E

#77516E
(119,81,110)
#6D4A64
(109,74,100)
#63435A
(99,67,90)
#593C50
(89,60,80)
#4F3546
(79,53,70)
#452E3C
(69,46,60)
#3B2732
(59,39,50)
#312028
(49,32,40)
#27191E
(39,25,30)
#1D1214
(29,18,20)
#130B0A
(19,11,10)
#000000
(0,0,0)

Tints of #77516E

#77516E
(119,81,110)
#83607B
(131,96,123)
#8F6F88
(143,111,136)
#9B7E95
(155,126,149)
#A78DA2
(167,141,162)
#B39CAF
(179,156,175)
#BFABBC
(191,171,188)
#CBBAC9
(203,186,201)
#D7C9D6
(215,201,214)
#E3D8E3
(227,216,227)
#EFE7F0
(239,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77516E; }

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

This text font color is #77516E.


Background Color

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

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

This div background color is #77516E.


Border color

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

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

This div border color is #77516E.


Opacity

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

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

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

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

This text has shadow with #77516E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77516E on black background.


Color preview on white background

This text has color #77516E on white background.



Black color preview on #77516E background

This text has black color on #77516E background.


White color preview on #77516E background

This text has white color on #77516E background.