#878752

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

Shades of Bandicoot #878752

Tints of Bandicoot #878752

Color information

#878752 (or 0x878752) is unknown color: approx Bandicoot. HEX triplet: 87, 87 and 52. RGB value is (135,135,82). Sum of RGB (Red+Green+Blue) = 135+135+82=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 135 - color contains mainly: red, green. Hex color #878752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878752 is #7878AD. Grayscale: #818181. Windows color (decimal): -7895214 or 5408647. OLE color: 5408647.

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

Color convert

RGB13513582-
CMYK000.390.47
HSL60º24.42%42.55%-
HSV(B)60º39.26%52.94%-
XYZ20.1823.0911.38-
YUV128.96101.5132.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.35%
GREEN value IS 135 (53.12% from 255) = 38.35%
BLUE value IS 82 (32.42% from 255) = 23.30%
R=38.35%
G=38.35%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513582000.390.476024.4242.55
Hex87875200272F3c182b
Octal207207122004757743053
Binary100001111000011110100100010011110111111110011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878752; }

 p { color: rgb(135,135,82); }

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

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

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

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

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

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

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