#878761

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

Shades of Bandicoot #878761

Tints of Bandicoot #878761

Color information

#878761 (or 0x878761) is unknown color: approx Bandicoot. HEX triplet: 87, 87 and 61. RGB value is (135,135,97). Sum of RGB (Red+Green+Blue) = 135+135+97=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 135 - color contains mainly: red, green. Hex color #878761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878761 is #78789E. Grayscale: #828282. Windows color (decimal): -7895199 or 6391687. OLE color: 6391687.

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

Color convert

RGB13513597-
CMYK000.280.47
HSL60º16.38%45.49%-
HSV(B)60º28.15%52.94%-
XYZ20.8123.3414.72-
YUV130.67109131.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.78%
GREEN value IS 135 (53.12% from 255) = 36.78%
BLUE value IS 97 (38.28% from 255) = 26.43%
R=36.78%
G=36.78%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513597000.280.476016.3845.49
Hex878761001C2F3c102d
Octal207207141003457742055
Binary10000111100001111100001001110010111111110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878761; }

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

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

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

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

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

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

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

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