COLOR #77555A

HEX: #77555A RGB: (119,85,90)

Color info

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

RGB color model

#77555A color RGB value is (119,85,90).

RGB: (119,85,90) (47%, 33%, 35%)

RGB channels and saturation

R 119 of 255 = 47%
G 85 of 255 = 33%
B 90 of 255 = 35%

119
85
90

R + G + B ~ 38%. #77555A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 119 + 85 + 90 = 294 (100%)
R 119 of 294 ~ 40.48%
G 85 of 294 ~ 28.91%
B 90 of 294 ~ 30.61'%

%40.48
%28.91
%30.61

CMYK color model

#77555A color CMYK value is (0,29,24,53).

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

CMYK: (0,29,24,53)
C0M29Y24K53 (0%, 29%, 24%, 53%)
(0.00 / 0.29 / 0.24 / 0.53)

CMYK percentages

%0
%28.57
%24.37
%53.33

Codes

Color #77555A in popluar color models

77 55 5A
RGB 119 85 90
HSL 351° 16.67% 40.00%
HSB/HSV 351° 28.57% 46.67%
CMYK 0.00% 28.57% 24.37%
53.33%

Color #77555A in popluar number systems.

HEX 77 55 5A
Decimal 119 85 90
Binary 1110111 1010101 1011010
Octal 167 125 132

Shades and tints

Shades of #77555A

#77555A
(119,85,90)
#6D4E52
(109,78,82)
#63474A
(99,71,74)
#594042
(89,64,66)
#4F393A
(79,57,58)
#453232
(69,50,50)
#3B2B2A
(59,43,42)
#312422
(49,36,34)
#271D1A
(39,29,26)
#1D1612
(29,22,18)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #77555A

#77555A
(119,85,90)
#836469
(131,100,105)
#8F7378
(143,115,120)
#9B8287
(155,130,135)
#A79196
(167,145,150)
#B3A0A5
(179,160,165)
#BFAFB4
(191,175,180)
#CBBEC3
(203,190,195)
#D7CDD2
(215,205,210)
#E3DCE1
(227,220,225)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77555A; }

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

This text font color is #77555A.

Background Color

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

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

This div background color is #77555A.

Border color

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

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

This div border color is #77555A.

Opacity

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

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

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

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

This text has shadow with #77555A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77555A.

Preview

Color preview on black background

This text has color #77555A on black background.


Color preview on white background

This text has color #77555A on white background.


Black color preview on #77555A background

This text has black color on #77555A background.


White color preview on #77555A background

This text has white color on #77555A background.


Related colors

Complementary color

Complementary color for #hex is #88AAA5.


I love getcolorcode.com

Triadic colors

1 #5A7755 and #555A77 with #77555A are triadic colors.

2 #5A5577 and #55775A with #77555A are triadic colors.