COLOR #77586A

HEX: #77586A
RGB: (119,88,106)

Color info

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

RGB color model

#77586A color RGB value is (119,88,106).

  • red value is 119;
  • green value is 88;
  • blue value is 106.
RGB:
(119,88,106)
(47%,35%,42%)

RGB channels and saturation

R 119 of 255 = 47%
G 88 of 255 = 35%
B 106 of 255 = 42%

119
88
106

R + G + B ~ 41%. #77586A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 88 + 106 = 313 (100%)
R 119 of 313 ~ 38.02%
G 88 of 313 ~ 28.12%
B 106 of 313 ~ 33.87%

%38.02
%28.12
%33.87

CMYK color model

#77586A color CMYK value is (0,26,11,53).

  • cyan value is 0.00%
  • magenta value is 26.05%
  • yellow value is 10.92%
  • key color value is 53.33%
CMYK:
(0,26,11,53)
C0M26Y11K53 
(0%,26%,11%,53%)
(0.00/0.26/0.11/0.53)	

CMYK percentages

%0
%26.05
%10.92
%53.33

Codes

Color #77586A in popluar color models

77586A
RGB11988106
HSL325°14.98%40.59%
HSB/HSV325°26.05%46.67%
CMYK0.00%26.05%10.92%
53.33%

Color #77586A in popluar number systems.

HEX77586A
Decimal11988106
Binary111011110110001101010
Octal167130152

Shades and tints

Shades of #77586A

#77586A
(119,88,106)
#6D5061
(109,80,97)
#634858
(99,72,88)
#59404F
(89,64,79)
#4F3846
(79,56,70)
#45303D
(69,48,61)
#3B2834
(59,40,52)
#31202B
(49,32,43)
#271822
(39,24,34)
#1D1019
(29,16,25)
#130810
(19,8,16)
#000000
(0,0,0)

Tints of #77586A

#77586A
(119,88,106)
#836777
(131,103,119)
#8F7684
(143,118,132)
#9B8591
(155,133,145)
#A7949E
(167,148,158)
#B3A3AB
(179,163,171)
#BFB2B8
(191,178,184)
#CBC1C5
(203,193,197)
#D7D0D2
(215,208,210)
#E3DFDF
(227,223,223)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77586A color. Also use rgb(119,88,106) instead hex code.

Text Font Color

.myTextColor { color: #77586A; }

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

This text font color is #77586A.


Background Color

.myBgColor { background-color: #77586A; }

<div style="background-color:#77586A">Inner text</div>

This div background color is #77586A.


Border color

.myBorderColor { border: 1px solid #77586A; }

<div style="border:3px solid #77586A">Div</div>

This div border color is #77586A.


Opacity

.myOpacity80 { color: #77586A; opacity: 0.8; }

<p style="color:#77586A;opacity:0.8;">80%</p>

Text with #77586A 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 #77586A;}

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

This text has shadow with #77586A color.

.textShadow {text-shadow: 3px 3px 1px #77586A, 3px 3px 1px red;}

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

This text has shadow with #77586A primary color and red secondary color.


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

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

This text has shadow with #77586A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77586A on black background.


Color preview on white background

This text has color #77586A on white background.



Black color preview on #77586A background

This text has black color on #77586A background.


White color preview on #77586A background

This text has white color on #77586A background.