#877C85

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

Shades of Taupe Grey #877C85

Tints of Taupe Grey #877C85

Color information

#877C85 (or 0x877C85) is unknown color: approx Taupe Grey. HEX triplet: 87, 7C and 85. RGB value is (135,124,133). Sum of RGB (Red+Green+Blue) = 135+124+133=392 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.44% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 135 - color contains mainly: red. Hex color #877C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877C85 is #78837A. Grayscale: #808080. Windows color (decimal): -7897979 or 8748167. OLE color: 8748167.

HSL color Cylindrical-coordinate representation of color #877C85: hue angle of 310.91º 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 #877C85 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB135124133-
CMYK00.080.010.47
HSL310.91º4.38%50.78%-
HSV(B)310.91º8.15%52.94%-
XYZ21.4321.2625.16-
YUV128.32130.64132.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.44%
GREEN value IS 124 (48.83% from 255) = 31.63%
BLUE value IS 133 (52.34% from 255) = 33.93%
R=34.44%
G=31.63%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512413300.080.010.47310.914.3850.78
Hex877C850812F137433
Octal207174205010157467463
Binary10000111111110010000101010001101111100110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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