#878261

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

Shades of Bandicoot #878261

Tints of Bandicoot #878261

Color information

#878261 (or 0x878261) is unknown color: approx Bandicoot. HEX triplet: 87, 82 and 61. RGB value is (135,130,97). Sum of RGB (Red+Green+Blue) = 135+130+97=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 135 - color contains mainly: red. Hex color #878261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878261 is #787D9E. Grayscale: #7F7F7F. Windows color (decimal): -7896479 or 6390407. OLE color: 6390407.

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

Color convert

RGB13513097-
CMYK00.040.280.47
HSL52.11º16.38%45.49%-
HSV(B)52.11º28.15%52.94%-
XYZ20.1321.9814.49-
YUV127.73110.66133.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.29%
GREEN value IS 130 (51.17% from 255) = 35.91%
BLUE value IS 97 (38.28% from 255) = 26.80%
R=37.29%
G=35.91%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351309700.040.280.4752.1116.3845.49
Hex878261041C2F34102d
Octal207202141043457642055
Binary1000011110000010110000101001110010111111010010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878261; }

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

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

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

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

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

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

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

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