#878463

Color #878463 Bandicoot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bandicoot #878463

Tints of Bandicoot #878463

Color information

#878463 (or 0x878463) is unknown color: approx Bandicoot. HEX triplet: 87, 84 and 63. RGB value is (135,132,99). Sum of RGB (Red+Green+Blue) = 135+132+99=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 135 - color contains mainly: red. Hex color #878463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878463 is #787B9C. Grayscale: #818181. Windows color (decimal): -7895965 or 6521991. OLE color: 6521991.

HSL color Cylindrical-coordinate representation of color #878463: hue angle of 55º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #878463 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB13513299-
CMYK00.020.270.47
HSL55º15.38%45.88%-
HSV(B)55º26.67%52.94%-
XYZ20.522.5515.08-
YUV129.14110.99132.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.89%
GREEN value IS 132 (51.95% from 255) = 36.07%
BLUE value IS 99 (39.06% from 255) = 27.05%
R=36.89%
G=36.07%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351329900.020.270.475515.3845.88
Hex878463021B2F37f2e
Octal207204143023357671756
Binary10000111100001001100011010110111011111101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878463; }

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

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

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

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

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

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

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

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