COLOR #77586B

HEX: #77586B
RGB: (119,88,107)

Color info

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

RGB color model

#77586B color RGB value is (119,88,107).

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

RGB channels and saturation

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

119
88
107

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

Portions of RGB colors in percentages

R + G + B =
119 + 88 + 107 = 314 (100%)
R 119 of 314 ~ 37.9%
G 88 of 314 ~ 28.03%
B 107 of 314 ~ 34.08%

%37.9
%28.03
%34.08

CMYK color model

#77586B color CMYK value is (0,26,10,53).

  • cyan value is 0.00%
  • magenta value is 26.05%
  • yellow value is 10.08%
  • key color value is 53.33%
CMYK:
(0,26,10,53)
C0M26Y10K53 
(0%,26%,10%,53%)
(0.00/0.26/0.10/0.53)	

CMYK percentages

%0
%26.05
%10.08
%53.33

Codes

Color #77586B in popluar color models

77586B
RGB11988107
HSL323°14.98%40.59%
HSB/HSV323°26.05%46.67%
CMYK0.00%26.05%10.08%
53.33%

Color #77586B in popluar number systems.

HEX77586B
Decimal11988107
Binary111011110110001101011
Octal167130153

Shades and tints

Shades of #77586B

#77586B
(119,88,107)
#6D5062
(109,80,98)
#634859
(99,72,89)
#594050
(89,64,80)
#4F3847
(79,56,71)
#45303E
(69,48,62)
#3B2835
(59,40,53)
#31202C
(49,32,44)
#271823
(39,24,35)
#1D101A
(29,16,26)
#130811
(19,8,17)
#000000
(0,0,0)

Tints of #77586B

#77586B
(119,88,107)
#836778
(131,103,120)
#8F7685
(143,118,133)
#9B8592
(155,133,146)
#A7949F
(167,148,159)
#B3A3AC
(179,163,172)
#BFB2B9
(191,178,185)
#CBC1C6
(203,193,198)
#D7D0D3
(215,208,211)
#E3DFE0
(227,223,224)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77586B; }

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

This text font color is #77586B.


Background Color

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

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

This div background color is #77586B.


Border color

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

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

This div border color is #77586B.


Opacity

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

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

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

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

This text has shadow with #77586B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77586B on black background.


Color preview on white background

This text has color #77586B on white background.



Black color preview on #77586B background

This text has black color on #77586B background.


White color preview on #77586B background

This text has white color on #77586B background.