#878265

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

Shades of Bandicoot #878265

Tints of Bandicoot #878265

Color information

#878265 (or 0x878265) is unknown color: approx Bandicoot. HEX triplet: 87, 82 and 65. RGB value is (135,130,101). Sum of RGB (Red+Green+Blue) = 135+130+101=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 135 - color contains mainly: red. Hex color #878265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878265 is #787D9A. Grayscale: #808080. Windows color (decimal): -7896475 or 6652551. OLE color: 6652551.

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

Color convert

RGB135130101-
CMYK00.040.250.47
HSL51.18º14.41%46.27%-
HSV(B)51.18º25.19%52.94%-
XYZ20.3222.0615.5-
YUV128.19112.66132.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.89%
GREEN value IS 130 (51.17% from 255) = 35.52%
BLUE value IS 101 (39.84% from 255) = 27.60%
R=36.89%
G=35.52%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513010100.040.250.4751.1814.4146.27
Hex87826504192F33e2e
Octal207202145043157631656
Binary100001111000001011001010100110011011111100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878265; }

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

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

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

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

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

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

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

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