#878466

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

Shades of Bandicoot #878466

Tints of Bandicoot #878466

Color information

#878466 (or 0x878466) is unknown color: approx Bandicoot. HEX triplet: 87, 84 and 66. RGB value is (135,132,102). Sum of RGB (Red+Green+Blue) = 135+132+102=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 135 - color contains mainly: red. Hex color #878466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878466 is #787B99. Grayscale: #818181. Windows color (decimal): -7895962 or 6718599. OLE color: 6718599.

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

Color convert

RGB135132102-
CMYK00.020.240.47
HSL54.55º13.92%46.47%-
HSV(B)54.55º24.44%52.94%-
XYZ20.6422.6115.85-
YUV129.48112.49131.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.59%
GREEN value IS 132 (51.95% from 255) = 35.77%
BLUE value IS 102 (40.23% from 255) = 27.64%
R=36.59%
G=35.77%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513210200.020.240.4754.5513.9246.47
Hex87846602182F37e2e
Octal207204146023057671656
Binary10000111100001001100110010110001011111101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878466; }

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

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

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

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

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

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

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

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