#877B82

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

Shades of Taupe Grey #877B82

Tints of Taupe Grey #877B82

Color information

#877B82 (or 0x877B82) is unknown color: approx Taupe Grey. HEX triplet: 87, 7B and 82. RGB value is (135,123,130). Sum of RGB (Red+Green+Blue) = 135+123+130=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 135 - color contains mainly: red. Hex color #877B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877B82 is #78847D. Grayscale: #7F7F7F. Windows color (decimal): -7898238 or 8551303. OLE color: 8551303.

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

Color convert

RGB135123130-
CMYK00.090.040.47
HSL325º4.76%50.59%-
HSV(B)325º8.89%52.94%-
XYZ21.120.9324.05-
YUV127.39129.48133.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.79%
GREEN value IS 123 (48.44% from 255) = 31.70%
BLUE value IS 130 (51.17% from 255) = 33.51%
R=34.79%
G=31.70%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512313000.090.040.473254.7650.59
Hex877B820942F145533
Octal207173202011457505563
Binary1000011111110111000001001001100101111101000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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