COLOR #77585B

HEX: #77585B
RGB: (119,88,91)

Color info

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

RGB color model

#77585B color RGB value is (119,88,91).

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

RGB channels and saturation

R 119 of 255 = 47%
G 88 of 255 = 35%
B 91 of 255 = 36%

119
88
91

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

Portions of RGB colors in percentages

R + G + B =
119 + 88 + 91 = 298 (100%)
R 119 of 298 ~ 39.93%
G 88 of 298 ~ 29.53%
B 91 of 298 ~ 30.54%

%39.93
%29.53
%30.54

CMYK color model

#77585B color CMYK value is (0,26,24,53).

  • cyan value is 0.00%
  • magenta value is 26.05%
  • yellow value is 23.53%
  • key color value is 53.33%
CMYK:
(0,26,24,53)
C0M26Y24K53 
(0%,26%,24%,53%)
(0.00/0.26/0.24/0.53)	

CMYK percentages

%0
%26.05
%23.53
%53.33

Codes

Color #77585B in popluar color models

77585B
RGB1198891
HSL354°14.98%40.59%
HSB/HSV354°26.05%46.67%
CMYK0.00%26.05%23.53%
53.33%

Color #77585B in popluar number systems.

HEX77585B
Decimal1198891
Binary111011110110001011011
Octal167130133

Shades and tints

Shades of #77585B

#77585B
(119,88,91)
#6D5053
(109,80,83)
#63484B
(99,72,75)
#594043
(89,64,67)
#4F383B
(79,56,59)
#453033
(69,48,51)
#3B282B
(59,40,43)
#312023
(49,32,35)
#27181B
(39,24,27)
#1D1013
(29,16,19)
#13080B
(19,8,11)
#000000
(0,0,0)

Tints of #77585B

#77585B
(119,88,91)
#836769
(131,103,105)
#8F7677
(143,118,119)
#9B8585
(155,133,133)
#A79493
(167,148,147)
#B3A3A1
(179,163,161)
#BFB2AF
(191,178,175)
#CBC1BD
(203,193,189)
#D7D0CB
(215,208,203)
#E3DFD9
(227,223,217)
#EFEEE7
(239,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77585B; }

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

This text font color is #77585B.


Background Color

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

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

This div background color is #77585B.


Border color

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

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

This div border color is #77585B.


Opacity

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

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

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

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

This text has shadow with #77585B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77585B on black background.


Color preview on white background

This text has color #77585B on white background.



Black color preview on #77585B background

This text has black color on #77585B background.


White color preview on #77585B background

This text has white color on #77585B background.