#878882

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

Shades of Jumbo #878882

Tints of Jumbo #878882

Color information

#878882 (or 0x878882) is unknown color: approx Jumbo. HEX triplet: 87, 88 and 82. RGB value is (135,136,130). Sum of RGB (Red+Green+Blue) = 135+136+130=401 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.67% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 136 - color contains mainly: green. Hex color #878882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878882 is #78777D. Grayscale: #878787. Windows color (decimal): -7894910 or 8554631. OLE color: 8554631.

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

Color convert

RGB135136130-
CMYK0.0100.040.47
HSL70º2.46%52.16%-
HSV(B)70º4.41%53.33%-
XYZ22.8324.3724.62-
YUV135.02125.17127.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.67%
GREEN value IS 136 (53.52% from 255) = 33.92%
BLUE value IS 130 (51.17% from 255) = 32.42%
R=33.67%
G=33.92%
B=32.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351361300.0100.040.47702.4652.16
Hex8788821042F46234
Octal20721020210457106264
Binary10000111100010001000001010100101111100011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878882; }

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

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

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

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

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

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

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

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