#87897E

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

Shades of Jumbo #87897E

Tints of Jumbo #87897E

Color information

#87897E (or 0x87897E) is unknown color: approx Jumbo. HEX triplet: 87, 89 and 7E. RGB value is (135,137,126). Sum of RGB (Red+Green+Blue) = 135+137+126=398 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.92% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 137 - color contains mainly: green. Hex color #87897E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87897E is #787681. Grayscale: #878787. Windows color (decimal): -7894658 or 8292743. OLE color: 8292743.

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

Color convert

RGB135137126-
CMYK0.0100.080.46
HSL70.91º4.45%51.57%-
HSV(B)70.91º8.03%53.73%-
XYZ22.724.5523.28-
YUV135.15122.84127.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.92%
GREEN value IS 137 (53.91% from 255) = 34.42%
BLUE value IS 126 (49.61% from 255) = 31.66%
R=33.92%
G=34.42%
B=31.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1351371260.0100.080.4670.914.4551.57
Hex87897E1082E47434
Octal207211176101056107464
Binary100001111000100111111101010001011101000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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