#878262

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

Shades of Bandicoot #878262

Tints of Bandicoot #878262

Color information

#878262 (or 0x878262) is unknown color: approx Bandicoot. HEX triplet: 87, 82 and 62. RGB value is (135,130,98). Sum of RGB (Red+Green+Blue) = 135+130+98=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 135 - color contains mainly: red. Hex color #878262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878262 is #787D9D. Grayscale: #7F7F7F. Windows color (decimal): -7896478 or 6455943. OLE color: 6455943.

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

Color convert

RGB13513098-
CMYK00.040.270.47
HSL51.89º15.88%45.69%-
HSV(B)51.89º27.41%52.94%-
XYZ20.182214.74-
YUV127.85111.16133.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.19%
GREEN value IS 130 (51.17% from 255) = 35.81%
BLUE value IS 98 (38.67% from 255) = 27.00%
R=37.19%
G=35.81%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351309800.040.270.4751.8915.8845.69
Hex878262041B2F34102e
Octal207202142043357642056
Binary1000011110000010110001001001101110111111010010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878262; }

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

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

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

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

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

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

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

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