#877F85

Color #877F85 Taupe Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe Grey #877F85

Tints of Taupe Grey #877F85

Color information

#877F85 (or 0x877F85) is unknown color: approx Taupe Grey. HEX triplet: 87, 7F and 85. RGB value is (135,127,133). Sum of RGB (Red+Green+Blue) = 135+127+133=395 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.18% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 135 - color contains mainly: red. Hex color #877F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877F85 is #78807A. Grayscale: #828282. Windows color (decimal): -7897211 or 8748935. OLE color: 8748935.

HSL color Cylindrical-coordinate representation of color #877F85: hue angle of 315º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #877F85 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB135127133-
CMYK00.060.010.47
HSL315º3.23%51.37%-
HSV(B)315º5.93%52.94%-
XYZ21.8122.0225.29-
YUV130.08129.65131.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 34.18%
GREEN value IS 127 (50% from 255) = 32.15%
BLUE value IS 133 (52.34% from 255) = 33.67%
R=34.18%
G=32.15%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512713300.060.010.473153.2351.37
Hex877F850612F13b333
Octal20717720506157473363
Binary100001111111111100001010110110111110011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877F85; }

 p { color: rgb(135,127,133); }

 H1.HeaderClassName
 {
   color: #877F85;
 }
 .AnyTagClassName
 {
   color: #877F85;
 }
</style>
background-color css

<style>
 a { background-color: #877F85; }

 a { background-color: rgb(135,127,133); }

 div.DivClassName
 {
   background-color: #877F85;
 }
 .BgClassName
 {
   background-color: #877F85;
 }
</style>
border-color css

<style>
 span { border-color: #877F85; }

 span { border-color: rgb(135,127,133); }

 td.TdClassName
 {
   border-color: #877F85;
 }
 .TagClassName
 {
   border-color: #877F85;
 }
</style>