COLOR #77573B

HEX: #77573B
RGB: (119,87,59)

Color info

#77573B contains mainly red and green colors. Web safe color of #77573B is #666633 (or #663).

RGB color model

#77573B color RGB value is (119,87,59).

  • red value is 119;
  • green value is 87;
  • blue value is 59.
RGB:
(119,87,59)
(47%,34%,23%)

RGB channels and saturation

R 119 of 255 = 47%
G 87 of 255 = 34%
B 59 of 255 = 23%

119
87
59

R + G + B ~ 35%. #77573B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 87 + 59 = 265 (100%)
R 119 of 265 ~ 44.91%
G 87 of 265 ~ 32.83%
B 59 of 265 ~ 22.26%

%44.91
%32.83
%22.26

CMYK color model

#77573B color CMYK value is (0,27,50,53).

  • cyan value is 0.00%
  • magenta value is 26.89%
  • yellow value is 50.42%
  • key color value is 53.33%
CMYK:
(0,27,50,53)
C0M27Y50K53 
(0%,27%,50%,53%)
(0.00/0.27/0.50/0.53)	

CMYK percentages

%0
%26.89
%50.42
%53.33

Codes

Color #77573B in popluar color models

77573B
RGB1198759
HSL28°33.71%34.90%
HSB/HSV28°50.42%46.67%
CMYK0.00%26.89%50.42%
53.33%

Color #77573B in popluar number systems.

HEX77573B
Decimal1198759
Binary11101111010111111011
Octal16712773

Shades and tints

Shades of #77573B

#77573B
(119,87,59)
#6D5036
(109,80,54)
#634931
(99,73,49)
#59422C
(89,66,44)
#4F3B27
(79,59,39)
#453422
(69,52,34)
#3B2D1D
(59,45,29)
#312618
(49,38,24)
#271F13
(39,31,19)
#1D180E
(29,24,14)
#131109
(19,17,9)
#000000
(0,0,0)

Tints of #77573B

#77573B
(119,87,59)
#83664C
(131,102,76)
#8F755D
(143,117,93)
#9B846E
(155,132,110)
#A7937F
(167,147,127)
#B3A290
(179,162,144)
#BFB1A1
(191,177,161)
#CBC0B2
(203,192,178)
#D7CFC3
(215,207,195)
#E3DED4
(227,222,212)
#EFEDE5
(239,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77573B color. Also use rgb(119,87,59) instead hex code.

Text Font Color

.myTextColor { color: #77573B; }

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

This text font color is #77573B.


Background Color

.myBgColor { background-color: #77573B; }

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

This div background color is #77573B.


Border color

.myBorderColor { border: 1px solid #77573B; }

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

This div border color is #77573B.


Opacity

.myOpacity80 { color: #77573B; opacity: 0.8; }

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

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

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

This text has shadow with #77573B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77573B on black background.


Color preview on white background

This text has color #77573B on white background.



Black color preview on #77573B background

This text has black color on #77573B background.


White color preview on #77573B background

This text has white color on #77573B background.