#878264

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

Shades of Bandicoot #878264

Tints of Bandicoot #878264

Color information

#878264 (or 0x878264) is unknown color: approx Bandicoot. HEX triplet: 87, 82 and 64. RGB value is (135,130,100). Sum of RGB (Red+Green+Blue) = 135+130+100=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 135 - color contains mainly: red. Hex color #878264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878264 is #787D9B. Grayscale: #808080. Windows color (decimal): -7896476 or 6587015. OLE color: 6587015.

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

Color convert

RGB135130100-
CMYK00.040.260.47
HSL51.43º14.89%46.08%-
HSV(B)51.43º25.93%52.94%-
XYZ20.2722.0415.24-
YUV128.07112.16132.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.99%
GREEN value IS 130 (51.17% from 255) = 35.62%
BLUE value IS 100 (39.45% from 255) = 27.40%
R=36.99%
G=35.62%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513010000.040.260.4751.4314.8946.08
Hex878264041A2F33f2e
Octal207202144043257631756
Binary100001111000001011001000100110101011111100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878264; }

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

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

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

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

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

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

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

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