#87887C

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

Shades of Jumbo #87887C

Tints of Jumbo #87887C

Color information

#87887C (or 0x87887C) is unknown color: approx Jumbo. HEX triplet: 87, 88 and 7C. RGB value is (135,136,124). Sum of RGB (Red+Green+Blue) = 135+136+124=395 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.18% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 136 - color contains mainly: green. Hex color #87887C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87887C is #787783. Grayscale: #868686. Windows color (decimal): -7894916 or 8161415. OLE color: 8161415.

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

Color convert

RGB135136124-
CMYK0.0100.090.47
HSL65º4.8%50.98%-
HSV(B)65º8.82%53.33%-
XYZ22.4324.2122.56-
YUV134.33122.17128.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.18%
GREEN value IS 136 (53.52% from 255) = 34.43%
BLUE value IS 124 (48.83% from 255) = 31.39%
R=34.18%
G=34.43%
B=31.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351361240.0100.090.47654.850.98
Hex87887C1092F41533
Octal207210174101157101563
Binary100001111000100011111001010011011111000001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87887C; }

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

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

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

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

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

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

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

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