#878566

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

Shades of Bandicoot #878566

Tints of Bandicoot #878566

Color information

#878566 (or 0x878566) is unknown color: approx Bandicoot. HEX triplet: 87, 85 and 66. RGB value is (135,133,102). Sum of RGB (Red+Green+Blue) = 135+133+102=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 135 - color contains mainly: red. Hex color #878566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878566 is #787A99. Grayscale: #828282. Windows color (decimal): -7895706 or 6718855. OLE color: 6718855.

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

Color convert

RGB135133102-
CMYK00.010.240.47
HSL56.36º13.92%46.47%-
HSV(B)56.36º24.44%52.94%-
XYZ20.7822.8915.89-
YUV130.06112.16131.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.49%
GREEN value IS 133 (52.34% from 255) = 35.95%
BLUE value IS 102 (40.23% from 255) = 27.57%
R=36.49%
G=35.95%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513310200.010.240.4756.3613.9246.47
Hex87856601182F38e2e
Octal207205146013057701656
Binary1000011110000101110011001110001011111110001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878566; }

 p { color: rgb(135,133,102); }

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

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

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

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

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

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

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