#888763

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

Shades of Bandicoot #888763

Tints of Bandicoot #888763

Color information

#888763 (or 0x888763) is unknown color: approx Bandicoot. HEX triplet: 88, 87 and 63. RGB value is (136,135,99). Sum of RGB (Red+Green+Blue) = 136+135+99=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 136 - color contains mainly: red. Hex color #888763 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888763 is #77789C. Grayscale: #838383. Windows color (decimal): -7829661 or 6522760. OLE color: 6522760.

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

Color convert

RGB13613599-
CMYK00.010.270.47
HSL58.38º15.74%46.08%-
HSV(B)58.38º27.21%53.33%-
XYZ21.0723.4615.22-
YUV131.2109.83131.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.76%
GREEN value IS 135 (53.12% from 255) = 36.49%
BLUE value IS 99 (39.06% from 255) = 26.76%
R=36.76%
G=36.49%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361359900.010.270.4758.3815.7446.08
Hex888763011B2F3a102e
Octal210207143013357722056
Binary10001000100001111100011011101110111111101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888763; }

 p { color: rgb(136,135,99); }

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

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

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

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

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

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

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