#878764

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

Shades of Bandicoot #878764

Tints of Bandicoot #878764

Color information

#878764 (or 0x878764) is unknown color: approx Bandicoot. HEX triplet: 87, 87 and 64. RGB value is (135,135,100). Sum of RGB (Red+Green+Blue) = 135+135+100=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 135 - color contains mainly: red, green. Hex color #878764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878764 is #78789B. Grayscale: #838383. Windows color (decimal): -7895196 or 6588295. OLE color: 6588295.

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

Color convert

RGB135135100-
CMYK000.260.47
HSL60º14.89%46.08%-
HSV(B)60º25.93%52.94%-
XYZ20.9623.415.47-
YUV131.01110.5130.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.49%
GREEN value IS 135 (53.12% from 255) = 36.49%
BLUE value IS 100 (39.45% from 255) = 27.03%
R=36.49%
G=36.49%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135135100000.260.476014.8946.08
Hex878764001A2F3cf2e
Octal207207144003257741756
Binary1000011110000111110010000110101011111111001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878764; }

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

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

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

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

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

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

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

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