COLOR #775556

HEX: #775556
RGB: (119,85,86)

Color info

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

RGB color model

#775556 color RGB value is (119,85,86).

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

RGB channels and saturation

R 119 of 255 = 47%
G 85 of 255 = 33%
B 86 of 255 = 34%

119
85
86

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

Portions of RGB colors in percentages

R + G + B =
119 + 85 + 86 = 290 (100%)
R 119 of 290 ~ 41.03%
G 85 of 290 ~ 29.31%
B 86 of 290 ~ 29.66%

%41.03
%29.31
%29.66

CMYK color model

#775556 color CMYK value is (0,29,28,53).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 27.73%
  • key color value is 53.33%
CMYK:
(0,29,28,53)
C0M29Y28K53 
(0%,29%,28%,53%)
(0.00/0.29/0.28/0.53)	

CMYK percentages

%0
%28.57
%27.73
%53.33

Codes

Color #775556 in popluar color models

775556
RGB1198586
HSL358°16.67%40.00%
HSB/HSV358°28.57%46.67%
CMYK0.00%28.57%27.73%
53.33%

Color #775556 in popluar number systems.

HEX775556
Decimal1198586
Binary111011110101011010110
Octal167125126

Shades and tints

Shades of #775556

#775556
(119,85,86)
#6D4E4F
(109,78,79)
#634748
(99,71,72)
#594041
(89,64,65)
#4F393A
(79,57,58)
#453233
(69,50,51)
#3B2B2C
(59,43,44)
#312425
(49,36,37)
#271D1E
(39,29,30)
#1D1617
(29,22,23)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #775556

#775556
(119,85,86)
#836465
(131,100,101)
#8F7374
(143,115,116)
#9B8283
(155,130,131)
#A79192
(167,145,146)
#B3A0A1
(179,160,161)
#BFAFB0
(191,175,176)
#CBBEBF
(203,190,191)
#D7CDCE
(215,205,206)
#E3DCDD
(227,220,221)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775556; }

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

This text font color is #775556.


Background Color

.myBgColor { background-color: #775556; }

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

This div background color is #775556.


Border color

.myBorderColor { border: 1px solid #775556; }

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

This div border color is #775556.


Opacity

.myOpacity80 { color: #775556; opacity: 0.8; }

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

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

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

This text has shadow with #775556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775556 on black background.


Color preview on white background

This text has color #775556 on white background.



Black color preview on #775556 background

This text has black color on #775556 background.


White color preview on #775556 background

This text has white color on #775556 background.