#878464

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

Shades of Bandicoot #878464

Tints of Bandicoot #878464

Color information

#878464 (or 0x878464) is unknown color: approx Bandicoot. HEX triplet: 87, 84 and 64. RGB value is (135,132,100). Sum of RGB (Red+Green+Blue) = 135+132+100=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 135 - color contains mainly: red. Hex color #878464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878464 is #787B9B. Grayscale: #818181. Windows color (decimal): -7895964 or 6587527. OLE color: 6587527.

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

Color convert

RGB135132100-
CMYK00.020.260.47
HSL54.86º14.89%46.08%-
HSV(B)54.86º25.93%52.94%-
XYZ20.5422.5715.33-
YUV129.25111.49132.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.78%
GREEN value IS 132 (51.95% from 255) = 35.97%
BLUE value IS 100 (39.45% from 255) = 27.25%
R=36.78%
G=35.97%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513210000.020.260.4754.8614.8946.08
Hex878464021A2F37f2e
Octal207204144023257671756
Binary10000111100001001100100010110101011111101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878464; }

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

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

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

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

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

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

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

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