COLOR #55776E

HEX: #55776E
RGB: (85,119,110)

Color info

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

RGB color model

#55776E color RGB value is (85,119,110).

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

RGB channels and saturation

R 85 of 255 = 33%
G 119 of 255 = 47%
B 110 of 255 = 43%

85
119
110

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

Portions of RGB colors in percentages

R + G + B =
85 + 119 + 110 = 314 (100%)
R 85 of 314 ~ 27.07%
G 119 of 314 ~ 37.9%
B 110 of 314 ~ 35.03%

%27.07
%37.9
%35.03

CMYK color model

#55776E color CMYK value is (29,0,8,53).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 7.56%
  • key color value is 53.33%
CMYK:
(29,0,8,53)
C29M0Y8K53 
(29%,0%,8%,53%)
(0.29/0.00/0.08/0.53)	

CMYK percentages

%28.57
%0
%7.56
%53.33

Codes

Color #55776E in popluar color models

55776E
RGB85119110
HSL164°16.67%40.00%
HSB/HSV164°28.57%46.67%
CMYK28.57%0.00%7.56%
53.33%

Color #55776E in popluar number systems.

HEX55776E
Decimal85119110
Binary101010111101111101110
Octal125167156

Shades and tints

Shades of #55776E

#55776E
(85,119,110)
#4E6D64
(78,109,100)
#47635A
(71,99,90)
#405950
(64,89,80)
#394F46
(57,79,70)
#32453C
(50,69,60)
#2B3B32
(43,59,50)
#243128
(36,49,40)
#1D271E
(29,39,30)
#161D14
(22,29,20)
#0F130A
(15,19,10)
#000000
(0,0,0)

Tints of #55776E

#55776E
(85,119,110)
#64837B
(100,131,123)
#738F88
(115,143,136)
#829B95
(130,155,149)
#91A7A2
(145,167,162)
#A0B3AF
(160,179,175)
#AFBFBC
(175,191,188)
#BECBC9
(190,203,201)
#CDD7D6
(205,215,214)
#DCE3E3
(220,227,227)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55776E; }

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

This text font color is #55776E.


Background Color

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

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

This div background color is #55776E.


Border color

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

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

This div border color is #55776E.


Opacity

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

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

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

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

This text has shadow with #55776E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55776E on black background.


Color preview on white background

This text has color #55776E on white background.



Black color preview on #55776E background

This text has black color on #55776E background.


White color preview on #55776E background

This text has white color on #55776E background.