#878881

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

Shades of Jumbo #878881

Tints of Jumbo #878881

Color information

#878881 (or 0x878881) is unknown color: approx Jumbo. HEX triplet: 87, 88 and 81. RGB value is (135,136,129). Sum of RGB (Red+Green+Blue) = 135+136+129=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 136 - color contains mainly: green. Hex color #878881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878881 is #78777E. Grayscale: #868686. Windows color (decimal): -7894911 or 8489095. OLE color: 8489095.

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

Color convert

RGB135136129-
CMYK0.0100.050.47
HSL68.57º2.86%51.96%-
HSV(B)68.57º5.15%53.33%-
XYZ22.7624.3424.27-
YUV134.9124.67128.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.75%
GREEN value IS 136 (53.52% from 255) = 34%
BLUE value IS 129 (50.78% from 255) = 32.25%
R=33.75%
G=34%
B=32.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351361290.0100.050.4768.572.8651.96
Hex8788811052F45334
Octal20721020110557105364
Binary10000111100010001000000110101101111100010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878881; }

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

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

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

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

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

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

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

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