#878465

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

Shades of Bandicoot #878465

Tints of Bandicoot #878465

Color information

#878465 (or 0x878465) is unknown color: approx Bandicoot. HEX triplet: 87, 84 and 65. RGB value is (135,132,101). Sum of RGB (Red+Green+Blue) = 135+132+101=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 135 - color contains mainly: red. Hex color #878465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878465 is #787B9A. Grayscale: #818181. Windows color (decimal): -7895963 or 6653063. OLE color: 6653063.

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

Color convert

RGB135132101-
CMYK00.020.250.47
HSL54.71º14.41%46.27%-
HSV(B)54.71º25.19%52.94%-
XYZ20.5922.5915.59-
YUV129.36111.99132.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.68%
GREEN value IS 132 (51.95% from 255) = 35.87%
BLUE value IS 101 (39.84% from 255) = 27.45%
R=36.68%
G=35.87%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513210100.020.250.4754.7114.4146.27
Hex87846502192F37e2e
Octal207204145023157671656
Binary10000111100001001100101010110011011111101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878465; }

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

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

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

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

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

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

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

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