COLOR #77564C

HEX: #77564C
RGB: (119,86,76)

Color info

#77564C contains red, green and blue colors in about the same proportion. Web safe color of #77564C is #666633 (or #663).

RGB color model

#77564C color RGB value is (119,86,76).

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

RGB channels and saturation

R 119 of 255 = 47%
G 86 of 255 = 34%
B 76 of 255 = 30%

119
86
76

R + G + B ~ 37%. #77564C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 86 + 76 = 281 (100%)
R 119 of 281 ~ 42.35%
G 86 of 281 ~ 30.6%
B 76 of 281 ~ 27.05%

%42.35
%30.6
%27.05

CMYK color model

#77564C color CMYK value is (0,28,36,53).

  • cyan value is 0.00%
  • magenta value is 27.73%
  • yellow value is 36.13%
  • key color value is 53.33%
CMYK:
(0,28,36,53)
C0M28Y36K53 
(0%,28%,36%,53%)
(0.00/0.28/0.36/0.53)	

CMYK percentages

%0
%27.73
%36.13
%53.33

Codes

Color #77564C in popluar color models

77564C
RGB1198676
HSL14°22.05%38.24%
HSB/HSV14°36.13%46.67%
CMYK0.00%27.73%36.13%
53.33%

Color #77564C in popluar number systems.

HEX77564C
Decimal1198676
Binary111011110101101001100
Octal167126114

Shades and tints

Shades of #77564C

#77564C
(119,86,76)
#6D4F46
(109,79,70)
#634840
(99,72,64)
#59413A
(89,65,58)
#4F3A34
(79,58,52)
#45332E
(69,51,46)
#3B2C28
(59,44,40)
#312522
(49,37,34)
#271E1C
(39,30,28)
#1D1716
(29,23,22)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #77564C

#77564C
(119,86,76)
#83655C
(131,101,92)
#8F746C
(143,116,108)
#9B837C
(155,131,124)
#A7928C
(167,146,140)
#B3A19C
(179,161,156)
#BFB0AC
(191,176,172)
#CBBFBC
(203,191,188)
#D7CECC
(215,206,204)
#E3DDDC
(227,221,220)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77564C; }

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

This text font color is #77564C.


Background Color

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

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

This div background color is #77564C.


Border color

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

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

This div border color is #77564C.


Opacity

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

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

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

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

This text has shadow with #77564C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77564C on black background.


Color preview on white background

This text has color #77564C on white background.



Black color preview on #77564C background

This text has black color on #77564C background.


White color preview on #77564C background

This text has white color on #77564C background.