#877C84

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

Shades of Taupe Grey #877C84

Tints of Taupe Grey #877C84

Color information

#877C84 (or 0x877C84) is unknown color: approx Taupe Grey. HEX triplet: 87, 7C and 84. RGB value is (135,124,132). Sum of RGB (Red+Green+Blue) = 135+124+132=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 135 - color contains mainly: red. Hex color #877C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877C84 is #78837B. Grayscale: #808080. Windows color (decimal): -7897980 or 8682631. OLE color: 8682631.

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

Color convert

RGB135124132-
CMYK00.080.020.47
HSL316.36º4.38%50.78%-
HSV(B)316.36º8.15%52.94%-
XYZ21.3621.2324.8-
YUV128.2130.14132.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.53%
GREEN value IS 124 (48.83% from 255) = 31.71%
BLUE value IS 132 (51.95% from 255) = 33.76%
R=34.53%
G=31.71%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512413200.080.020.47316.364.3850.78
Hex877C840822F13c433
Octal207174204010257474463
Binary100001111111100100001000100010101111100111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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