COLOR #77555C

HEX: #77555C RGB: (119,85,92)

Color info

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

RGB color model

#77555C color RGB value is (119,85,92).

RGB: (119,85,92) (47%, 33%, 36%)

RGB channels and saturation

R 119 of 255 = 47%
G 85 of 255 = 33%
B 92 of 255 = 36%

119
85
92

R + G + B ~ 39%. #77555C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 119 + 85 + 92 = 296 (100%)
R 119 of 296 ~ 40.2%
G 85 of 296 ~ 28.72%
B 92 of 296 ~ 31.08'%

%40.2
%28.72
%31.08

CMYK color model

#77555C color CMYK value is (0,29,23,53).

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

CMYK: (0,29,23,53)
C0M29Y23K53 (0%, 29%, 23%, 53%)
(0.00 / 0.29 / 0.23 / 0.53)

CMYK percentages

%0
%28.57
%22.69
%53.33

Codes

Color #77555C in popluar color models

77 55 5C
RGB 119 85 92
HSL 348° 16.67% 40.00%
HSB/HSV 348° 28.57% 46.67%
CMYK 0.00% 28.57% 22.69%
53.33%

Color #77555C in popluar number systems.

HEX 77 55 5C
Decimal 119 85 92
Binary 1110111 1010101 1011100
Octal 167 125 134

Shades and tints

Shades of #77555C

#77555C
(119,85,92)
#6D4E54
(109,78,84)
#63474C
(99,71,76)
#594044
(89,64,68)
#4F393C
(79,57,60)
#453234
(69,50,52)
#3B2B2C
(59,43,44)
#312424
(49,36,36)
#271D1C
(39,29,28)
#1D1614
(29,22,20)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #77555C

#77555C
(119,85,92)
#83646A
(131,100,106)
#8F7378
(143,115,120)
#9B8286
(155,130,134)
#A79194
(167,145,148)
#B3A0A2
(179,160,162)
#BFAFB0
(191,175,176)
#CBBEBE
(203,190,190)
#D7CDCC
(215,205,204)
#E3DCDA
(227,220,218)
#EFEBE8
(239,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77555C color. Also use rgb(119,85,92) instead hex code.

Text Font Color

.myTextColor { color: #77555C; }

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

This text font color is #77555C.

Background Color

.myBgColor { background-color: #77555C; }

<div style="background-color:#77555C">Inner text</div>

This div background color is #77555C.

Border color

.myBorderColor { border: 1px solid #77555C; }

<div style="border:3px solid #77555C">Div</div>

This div border color is #77555C.

Opacity

.myOpacity80 { color: #77555C; opacity: 0.8; }

<p style="color:#77555C;opacity:0.8;">80%</p>

Text with #77555C 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 #77555C;}

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

This text has shadow with #77555C color.


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

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

This text has shadow with #77555C primary color and red secondary color.


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

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

This text has shadow with #77555C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #77555C.

Preview

Color preview on black background

This text has color #77555C on black background.


Color preview on white background

This text has color #77555C on white background.


Black color preview on #77555C background

This text has black color on #77555C background.


White color preview on #77555C background

This text has white color on #77555C background.


Related colors

Complementary color

Complementary color for #hex is #88AAA3.


I love getcolorcode.com

Triadic colors

1 #5C7755 and #555C77 with #77555C are triadic colors.

2 #5C5577 and #55775C with #77555C are triadic colors.