COLOR #77556F

HEX: #77556F RGB: (119,85,111)

Color info

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

RGB color model

#77556F color RGB value is (119,85,111).

RGB: (119,85,111) (47%, 33%, 44%)

RGB channels and saturation

R 119 of 255 = 47%
G 85 of 255 = 33%
B 111 of 255 = 44%

119
85
111

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

Portions of RGB colors in percentages

R + G + B = 119 + 85 + 111 = 315 (100%)
R 119 of 315 ~ 37.78%
G 85 of 315 ~ 26.98%
B 111 of 315 ~ 35.24'%

%37.78
%26.98
%35.24

CMYK color model

#77556F color CMYK value is (0,29,7,53).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 6.72%
  • key color value is 53.33%

CMYK: (0,29,7,53)
C0M29Y7K53 (0%, 29%, 7%, 53%)
(0.00 / 0.29 / 0.07 / 0.53)

CMYK percentages

%0
%28.57
%6.72
%53.33

Codes

Color #77556F in popluar color models

77 55 6F
RGB 119 85 111
HSL 314° 16.67% 40.00%
HSB/HSV 314° 28.57% 46.67%
CMYK 0.00% 28.57% 6.72%
53.33%

Color #77556F in popluar number systems.

HEX 77 55 6F
Decimal 119 85 111
Binary 1110111 1010101 1101111
Octal 167 125 157

Shades and tints

Shades of #77556F

#77556F
(119,85,111)
#6D4E65
(109,78,101)
#63475B
(99,71,91)
#594051
(89,64,81)
#4F3947
(79,57,71)
#45323D
(69,50,61)
#3B2B33
(59,43,51)
#312429
(49,36,41)
#271D1F
(39,29,31)
#1D1615
(29,22,21)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #77556F

#77556F
(119,85,111)
#83647C
(131,100,124)
#8F7389
(143,115,137)
#9B8296
(155,130,150)
#A791A3
(167,145,163)
#B3A0B0
(179,160,176)
#BFAFBD
(191,175,189)
#CBBECA
(203,190,202)
#D7CDD7
(215,205,215)
#E3DCE4
(227,220,228)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77556F color. Also use rgb(119,85,111) instead hex code.

Text Font Color

.myTextColor { color: #77556F; }

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

This text font color is #77556F.

Background Color

.myBgColor { background-color: #77556F; }

<div style="background-color:#77556F">Inner text</div>

This div background color is #77556F.

Border color

.myBorderColor { border: 1px solid #77556F; }

<div style="border:3px solid #77556F">Div</div>

This div border color is #77556F.

Opacity

.myOpacity80 { color: #77556F; opacity: 0.8; }

<p style="color:#77556F;opacity:0.8;">80%</p>

Text with #77556F 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 #77556F;}

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

This text has shadow with #77556F color.


.textShadow {text-shadow: 3px 3px 1px #77556F', 3px 3px 1px red;}

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

This text has shadow with #77556F primary color and red secondary color.


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

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

This text has shadow with #77556F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #77556F; -webkit-box-shadow: 1px 1px 3px 2px #77556F; box-shadow:1px 1px 3px 2px #77556F;">
Div content here
</div>

This div box has shadow with color #77556F.

Preview

Color preview on black background

This text has color #77556F on black background.


Color preview on white background

This text has color #77556F on white background.


Black color preview on #77556F background

This text has black color on #77556F background.


White color preview on #77556F background

This text has white color on #77556F background.


Related colors

Complementary color

Complementary color for #hex is #88AA90.


I love getcolorcode.com

Triadic colors

1 #6F7755 and #556F77 with #77556F are triadic colors.

2 #6F5577 and #55776F with #77556F are triadic colors.