COLOR #877777

HEX: #877777
RGB: (135,119,119)

Color info

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

RGB color model

#877777 color RGB value is (135,119,119).

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

RGB channels and saturation

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

135
119
119

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

Portions of RGB colors in percentages

R + G + B =
135 + 119 + 119 = 373 (100%)
R 135 of 373 ~ 36.19%
G 119 of 373 ~ 31.9%
B 119 of 373 ~ 31.9%

%36.19
%31.9
%31.9

CMYK color model

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

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

CMYK percentages

%0
%11.85
%11.85
%47.06

Codes

Color #877777 in popluar color models

877777
RGB135119119
HSL6.30%49.80%
HSB/HSV11.85%52.94%
CMYK0.00%11.85%11.85%
47.06%

Color #877777 in popluar number systems.

HEX877777
Decimal135119119
Binary1000011111101111110111
Octal207167167

Shades and tints

Shades of #877777

#877777
(135,119,119)
#7B6D6D
(123,109,109)
#6F6363
(111,99,99)
#635959
(99,89,89)
#574F4F
(87,79,79)
#4B4545
(75,69,69)
#3F3B3B
(63,59,59)
#333131
(51,49,49)
#272727
(39,39,39)
#1B1D1D
(27,29,29)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #877777

#877777
(135,119,119)
#918383
(145,131,131)
#9B8F8F
(155,143,143)
#A59B9B
(165,155,155)
#AFA7A7
(175,167,167)
#B9B3B3
(185,179,179)
#C3BFBF
(195,191,191)
#CDCBCB
(205,203,203)
#D7D7D7
(215,215,215)
#E1E3E3
(225,227,227)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877777; }

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

This text font color is #877777.


Background Color

.myBgColor { background-color: #877777; }

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

This div background color is #877777.


Border color

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

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

This div border color is #877777.


Opacity

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

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

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

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

This text has shadow with #877777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877777 on black background.


Color preview on white background

This text has color #877777 on white background.



Black color preview on #877777 background

This text has black color on #877777 background.


White color preview on #877777 background

This text has white color on #877777 background.