#877C82

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

Shades of Taupe Grey #877C82

Tints of Taupe Grey #877C82

Color information

#877C82 (or 0x877C82) is unknown color: approx Taupe Grey. HEX triplet: 87, 7C and 82. RGB value is (135,124,130). Sum of RGB (Red+Green+Blue) = 135+124+130=389 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.70% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 135 - color contains mainly: red. Hex color #877C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877C82 is #78837D. Grayscale: #7F7F7F. Windows color (decimal): -7897982 or 8551559. OLE color: 8551559.

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

Color convert

RGB135124130-
CMYK00.080.040.47
HSL327.27º4.38%50.78%-
HSV(B)327.27º8.15%52.94%-
XYZ21.2321.1824.09-
YUV127.97129.14133.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.70%
GREEN value IS 124 (48.83% from 255) = 31.88%
BLUE value IS 130 (51.17% from 255) = 33.42%
R=34.70%
G=31.88%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512413000.080.040.47327.274.3850.78
Hex877C820842F147433
Octal207174202010457507463
Binary1000011111111001000001001000100101111101000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,124,130); }

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

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

 a { background-color: rgb(135,124,130); }

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

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

 span { border-color: rgb(135,124,130); }

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