#878760

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

Shades of Bandicoot #878760

Tints of Bandicoot #878760

Color information

#878760 (or 0x878760) is unknown color: approx Bandicoot. HEX triplet: 87, 87 and 60. RGB value is (135,135,96). Sum of RGB (Red+Green+Blue) = 135+135+96=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 135 - color contains mainly: red, green. Hex color #878760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878760 is #78789F. Grayscale: #828282. Windows color (decimal): -7895200 or 6326151. OLE color: 6326151.

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

Color convert

RGB13513596-
CMYK000.290.47
HSL60º16.88%45.29%-
HSV(B)60º28.89%52.94%-
XYZ20.7723.3214.47-
YUV130.55108.5131.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.89%
GREEN value IS 135 (53.12% from 255) = 36.89%
BLUE value IS 96 (37.89% from 255) = 26.23%
R=36.89%
G=36.89%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513596000.290.476016.8845.29
Hex878760001D2F3c112d
Octal207207140003557742155
Binary10000111100001111100000001110110111111110010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878760; }

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

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

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

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

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

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

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

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