#878460

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

Shades of Bandicoot #878460

Tints of Bandicoot #878460

Color information

#878460 (or 0x878460) is unknown color: approx Bandicoot. HEX triplet: 87, 84 and 60. RGB value is (135,132,96). Sum of RGB (Red+Green+Blue) = 135+132+96=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 135 - color contains mainly: red. Hex color #878460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878460 is #787B9F. Grayscale: #808080. Windows color (decimal): -7895968 or 6325383. OLE color: 6325383.

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

Color convert

RGB13513296-
CMYK00.020.290.47
HSL55.38º16.88%45.29%-
HSV(B)55.38º28.89%52.94%-
XYZ20.3522.514.34-
YUV128.79109.49132.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.19%
GREEN value IS 132 (51.95% from 255) = 36.36%
BLUE value IS 96 (37.89% from 255) = 26.45%
R=37.19%
G=36.36%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351329600.020.290.4755.3816.8845.29
Hex878460021D2F37112d
Octal207204140023557672155
Binary100001111000010011000000101110110111111011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878460; }

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

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

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

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

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

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

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

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