COLOR #77596D

HEX: #77596D
RGB: (119,89,109)

Color info

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

RGB color model

#77596D color RGB value is (119,89,109).

  • red value is 119;
  • green value is 89;
  • blue value is 109.
RGB:
(119,89,109)
(47%,35%,43%)

RGB channels and saturation

R 119 of 255 = 47%
G 89 of 255 = 35%
B 109 of 255 = 43%

119
89
109

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

Portions of RGB colors in percentages

R + G + B =
119 + 89 + 109 = 317 (100%)
R 119 of 317 ~ 37.54%
G 89 of 317 ~ 28.08%
B 109 of 317 ~ 34.38%

%37.54
%28.08
%34.38

CMYK color model

#77596D color CMYK value is (0,25,8,53).

  • cyan value is 0.00%
  • magenta value is 25.21%
  • yellow value is 8.40%
  • key color value is 53.33%
CMYK:
(0,25,8,53)
C0M25Y8K53 
(0%,25%,8%,53%)
(0.00/0.25/0.08/0.53)	

CMYK percentages

%0
%25.21
%8.4
%53.33

Codes

Color #77596D in popluar color models

77596D
RGB11989109
HSL320°14.42%40.78%
HSB/HSV320°25.21%46.67%
CMYK0.00%25.21%8.40%
53.33%

Color #77596D in popluar number systems.

HEX77596D
Decimal11989109
Binary111011110110011101101
Octal167131155

Shades and tints

Shades of #77596D

#77596D
(119,89,109)
#6D5164
(109,81,100)
#63495B
(99,73,91)
#594152
(89,65,82)
#4F3949
(79,57,73)
#453140
(69,49,64)
#3B2937
(59,41,55)
#31212E
(49,33,46)
#271925
(39,25,37)
#1D111C
(29,17,28)
#130913
(19,9,19)
#000000
(0,0,0)

Tints of #77596D

#77596D
(119,89,109)
#83687A
(131,104,122)
#8F7787
(143,119,135)
#9B8694
(155,134,148)
#A795A1
(167,149,161)
#B3A4AE
(179,164,174)
#BFB3BB
(191,179,187)
#CBC2C8
(203,194,200)
#D7D1D5
(215,209,213)
#E3E0E2
(227,224,226)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77596D color. Also use rgb(119,89,109) instead hex code.

Text Font Color

.myTextColor { color: #77596D; }

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

This text font color is #77596D.


Background Color

.myBgColor { background-color: #77596D; }

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

This div background color is #77596D.


Border color

.myBorderColor { border: 1px solid #77596D; }

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

This div border color is #77596D.


Opacity

.myOpacity80 { color: #77596D; opacity: 0.8; }

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

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

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

This text has shadow with #77596D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77596D on black background.


Color preview on white background

This text has color #77596D on white background.



Black color preview on #77596D background

This text has black color on #77596D background.


White color preview on #77596D background

This text has white color on #77596D background.