COLOR #77576F

HEX: #77576F
RGB: (119,87,111)

Color info

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

RGB color model

#77576F color RGB value is (119,87,111).

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

RGB channels and saturation

R 119 of 255 = 47%
G 87 of 255 = 34%
B 111 of 255 = 44%

119
87
111

R + G + B ~ 42%. #77576F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 87 + 111 = 317 (100%)
R 119 of 317 ~ 37.54%
G 87 of 317 ~ 27.44%
B 111 of 317 ~ 35.02%

%37.54
%27.44
%35.02

CMYK color model

#77576F color CMYK value is (0,27,7,53).

  • cyan value is 0.00%
  • magenta value is 26.89%
  • yellow value is 6.72%
  • key color value is 53.33%
CMYK:
(0,27,7,53)
C0M27Y7K53 
(0%,27%,7%,53%)
(0.00/0.27/0.07/0.53)	

CMYK percentages

%0
%26.89
%6.72
%53.33

Codes

Color #77576F in popluar color models

77576F
RGB11987111
HSL315°15.53%40.39%
HSB/HSV315°26.89%46.67%
CMYK0.00%26.89%6.72%
53.33%

Color #77576F in popluar number systems.

HEX77576F
Decimal11987111
Binary111011110101111101111
Octal167127157

Shades and tints

Shades of #77576F

#77576F
(119,87,111)
#6D5065
(109,80,101)
#63495B
(99,73,91)
#594251
(89,66,81)
#4F3B47
(79,59,71)
#45343D
(69,52,61)
#3B2D33
(59,45,51)
#312629
(49,38,41)
#271F1F
(39,31,31)
#1D1815
(29,24,21)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #77576F

#77576F
(119,87,111)
#83667C
(131,102,124)
#8F7589
(143,117,137)
#9B8496
(155,132,150)
#A793A3
(167,147,163)
#B3A2B0
(179,162,176)
#BFB1BD
(191,177,189)
#CBC0CA
(203,192,202)
#D7CFD7
(215,207,215)
#E3DEE4
(227,222,228)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77576F color. Also use rgb(119,87,111) instead hex code.

Text Font Color

.myTextColor { color: #77576F; }

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

This text font color is #77576F.


Background Color

.myBgColor { background-color: #77576F; }

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

This div background color is #77576F.


Border color

.myBorderColor { border: 1px solid #77576F; }

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

This div border color is #77576F.


Opacity

.myOpacity80 { color: #77576F; opacity: 0.8; }

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

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

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

This text has shadow with #77576F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77576F on black background.


Color preview on white background

This text has color #77576F on white background.



Black color preview on #77576F background

This text has black color on #77576F background.


White color preview on #77576F background

This text has white color on #77576F background.