#878364

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

Shades of Bandicoot #878364

Tints of Bandicoot #878364

Color information

#878364 (or 0x878364) is unknown color: approx Bandicoot. HEX triplet: 87, 83 and 64. RGB value is (135,131,100). Sum of RGB (Red+Green+Blue) = 135+131+100=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 135 - color contains mainly: red. Hex color #878364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878364 is #787C9B. Grayscale: #808080. Windows color (decimal): -7896220 or 6587271. OLE color: 6587271.

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

Color convert

RGB135131100-
CMYK00.030.260.47
HSL53.14º14.89%46.08%-
HSV(B)53.14º25.93%52.94%-
XYZ20.4122.315.29-
YUV128.66111.83132.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.89%
GREEN value IS 131 (51.56% from 255) = 35.79%
BLUE value IS 100 (39.45% from 255) = 27.32%
R=36.89%
G=35.79%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513110000.030.260.4753.1414.8946.08
Hex878364031A2F35f2e
Octal207203144033257651756
Binary10000111100000111100100011110101011111101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878364; }

 p { color: rgb(135,131,100); }

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

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

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

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

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

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

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