#878260

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

Shades of Bandicoot #878260

Tints of Bandicoot #878260

Color information

#878260 (or 0x878260) is unknown color: approx Bandicoot. HEX triplet: 87, 82 and 60. RGB value is (135,130,96). Sum of RGB (Red+Green+Blue) = 135+130+96=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 135 - color contains mainly: red. Hex color #878260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878260 is #787D9F. Grayscale: #7F7F7F. Windows color (decimal): -7896480 or 6324871. OLE color: 6324871.

HSL color Cylindrical-coordinate representation of color #878260: hue angle of 52.31º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #878260 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB13513096-
CMYK00.040.290.47
HSL52.31º16.88%45.29%-
HSV(B)52.31º28.89%52.94%-
XYZ20.0921.9614.25-
YUV127.62110.16133.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.40%
GREEN value IS 130 (51.17% from 255) = 36.01%
BLUE value IS 96 (37.89% from 255) = 26.59%
R=37.40%
G=36.01%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351309600.040.290.4752.3116.8845.29
Hex878260041D2F34112d
Octal207202140043557642155
Binary1000011110000010110000001001110110111111010010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878260; }

 p { color: rgb(135,130,96); }

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

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

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

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

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

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

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