#878668

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

Shades of Bandicoot #878668

Tints of Bandicoot #878668

Color information

#878668 (or 0x878668) is unknown color: approx Bandicoot. HEX triplet: 87, 86 and 68. RGB value is (135,134,104). Sum of RGB (Red+Green+Blue) = 135+134+104=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 135 - color contains mainly: red. Hex color #878668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878668 is #787997. Grayscale: #838383. Windows color (decimal): -7895448 or 6850183. OLE color: 6850183.

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

Color convert

RGB135134104-
CMYK00.010.230.47
HSL58.06º12.97%46.86%-
HSV(B)58.06º22.96%52.94%-
XYZ21.0223.216.47-
YUV130.88112.83130.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.19%
GREEN value IS 134 (52.73% from 255) = 35.92%
BLUE value IS 104 (41.02% from 255) = 27.88%
R=36.19%
G=35.92%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513410400.010.230.4758.0612.9746.86
Hex87866801172F3ad2f
Octal207206150012757721557
Binary1000011110000110110100001101111011111110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878668; }

 p { color: rgb(135,134,104); }

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

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

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

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

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

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

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