COLOR #77565B

HEX: #77565B
RGB: (119,86,91)

Color info

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

RGB color model

#77565B color RGB value is (119,86,91).

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

RGB channels and saturation

R 119 of 255 = 47%
G 86 of 255 = 34%
B 91 of 255 = 36%

119
86
91

R + G + B ~ 39%. #77565B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 86 + 91 = 296 (100%)
R 119 of 296 ~ 40.2%
G 86 of 296 ~ 29.05%
B 91 of 296 ~ 30.74%

%40.2
%29.05
%30.74

CMYK color model

#77565B color CMYK value is (0,28,24,53).

  • cyan value is 0.00%
  • magenta value is 27.73%
  • yellow value is 23.53%
  • key color value is 53.33%
CMYK:
(0,28,24,53)
C0M28Y24K53 
(0%,28%,24%,53%)
(0.00/0.28/0.24/0.53)	

CMYK percentages

%0
%27.73
%23.53
%53.33

Codes

Color #77565B in popluar color models

77565B
RGB1198691
HSL351°16.10%40.20%
HSB/HSV351°27.73%46.67%
CMYK0.00%27.73%23.53%
53.33%

Color #77565B in popluar number systems.

HEX77565B
Decimal1198691
Binary111011110101101011011
Octal167126133

Shades and tints

Shades of #77565B

#77565B
(119,86,91)
#6D4F53
(109,79,83)
#63484B
(99,72,75)
#594143
(89,65,67)
#4F3A3B
(79,58,59)
#453333
(69,51,51)
#3B2C2B
(59,44,43)
#312523
(49,37,35)
#271E1B
(39,30,27)
#1D1713
(29,23,19)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #77565B

#77565B
(119,86,91)
#836569
(131,101,105)
#8F7477
(143,116,119)
#9B8385
(155,131,133)
#A79293
(167,146,147)
#B3A1A1
(179,161,161)
#BFB0AF
(191,176,175)
#CBBFBD
(203,191,189)
#D7CECB
(215,206,203)
#E3DDD9
(227,221,217)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77565B; }

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

This text font color is #77565B.


Background Color

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

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

This div background color is #77565B.


Border color

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

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

This div border color is #77565B.


Opacity

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

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

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

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

This text has shadow with #77565B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77565B on black background.


Color preview on white background

This text has color #77565B on white background.



Black color preview on #77565B background

This text has black color on #77565B background.


White color preview on #77565B background

This text has white color on #77565B background.