COLOR #877773

HEX: #877773
RGB: (135,119,115)

Color info

#877773 contains red, green and blue colors in about the same proportion. Web safe color of #877773 is #996666 (or #966).

RGB color model

#877773 color RGB value is (135,119,115).

  • red value is 135;
  • green value is 119;
  • blue value is 115.
RGB:
(135,119,115)
(53%,47%,45%)

RGB channels and saturation

R 135 of 255 = 53%
G 119 of 255 = 47%
B 115 of 255 = 45%

135
119
115

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

Portions of RGB colors in percentages

R + G + B =
135 + 119 + 115 = 369 (100%)
R 135 of 369 ~ 36.59%
G 119 of 369 ~ 32.25%
B 115 of 369 ~ 31.17%

%36.59
%32.25
%31.17

CMYK color model

#877773 color CMYK value is (0,12,15,47).

  • cyan value is 0.00%
  • magenta value is 11.85%
  • yellow value is 14.81%
  • key color value is 47.06%
CMYK:
(0,12,15,47)
C0M12Y15K47 
(0%,12%,15%,47%)
(0.00/0.12/0.15/0.47)	

CMYK percentages

%0
%11.85
%14.81
%47.06

Codes

Color #877773 in popluar color models

877773
RGB135119115
HSL12°8.00%49.02%
HSB/HSV12°14.81%52.94%
CMYK0.00%11.85%14.81%
47.06%

Color #877773 in popluar number systems.

HEX877773
Decimal135119115
Binary1000011111101111110011
Octal207167163

Shades and tints

Shades of #877773

#877773
(135,119,115)
#7B6D69
(123,109,105)
#6F635F
(111,99,95)
#635955
(99,89,85)
#574F4B
(87,79,75)
#4B4541
(75,69,65)
#3F3B37
(63,59,55)
#33312D
(51,49,45)
#272723
(39,39,35)
#1B1D19
(27,29,25)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #877773

#877773
(135,119,115)
#91837F
(145,131,127)
#9B8F8B
(155,143,139)
#A59B97
(165,155,151)
#AFA7A3
(175,167,163)
#B9B3AF
(185,179,175)
#C3BFBB
(195,191,187)
#CDCBC7
(205,203,199)
#D7D7D3
(215,215,211)
#E1E3DF
(225,227,223)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877773 color. Also use rgb(135,119,115) instead hex code.

Text Font Color

.myTextColor { color: #877773; }

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

This text font color is #877773.


Background Color

.myBgColor { background-color: #877773; }

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

This div background color is #877773.


Border color

.myBorderColor { border: 1px solid #877773; }

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

This div border color is #877773.


Opacity

.myOpacity80 { color: #877773; opacity: 0.8; }

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

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

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

This text has shadow with #877773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877773 on black background.


Color preview on white background

This text has color #877773 on white background.



Black color preview on #877773 background

This text has black color on #877773 background.


White color preview on #877773 background

This text has white color on #877773 background.