#87897F

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

Shades of Jumbo #87897F

Tints of Jumbo #87897F

Color information

#87897F (or 0x87897F) is unknown color: approx Jumbo. HEX triplet: 87, 89 and 7F. RGB value is (135,137,127). Sum of RGB (Red+Green+Blue) = 135+137+127=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 137 - color contains mainly: green. Hex color #87897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87897F is #787680. Grayscale: #878787. Windows color (decimal): -7894657 or 8358279. OLE color: 8358279.

HSL color Cylindrical-coordinate representation of color #87897F: hue angle of 72º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #87897F is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB135137127-
CMYK0.0100.070.46
HSL72º4.07%51.76%-
HSV(B)72º7.3%53.73%-
XYZ22.7724.5723.62-
YUV135.26123.34127.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.83%
GREEN value IS 137 (53.91% from 255) = 34.34%
BLUE value IS 127 (50% from 255) = 31.83%
R=33.83%
G=34.34%
B=31.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1351371270.0100.070.46724.0751.76
Hex87897F1072E48434
Octal20721117710756110464
Binary10000111100010011111111101111011101001000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87897F; }

 p { color: rgb(135,137,127); }

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

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

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

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

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

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

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