#8D8E87

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

Shades of Jumbo #8D8E87

Tints of Jumbo #8D8E87

Color information

#8D8E87 (or 0x8D8E87) is unknown color: approx Jumbo. HEX triplet: 8D, 8E and 87. RGB value is (141,142,135). Sum of RGB (Red+Green+Blue) = 141+142+135=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 142 - color contains mainly: green. Hex color #8D8E87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8E87 is #727178. Grayscale: #8C8C8C. Windows color (decimal): -7500153 or 8883853. OLE color: 8883853.

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

Color convert

RGB141142135-
CMYK0.0100.050.44
HSL68.57º3%54.31%-
HSV(B)68.57º4.93%55.69%-
XYZ25.0326.7626.77-
YUV140.9124.67128.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.73%
GREEN value IS 142 (55.86% from 255) = 33.97%
BLUE value IS 135 (53.12% from 255) = 32.30%
R=33.73%
G=33.97%
B=32.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1411421350.0100.050.4468.57354.31
Hex8D8E871052C45336
Octal21521620710554105366
Binary10001101100011101000011110101101100100010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D8E87; }

 p { color: rgb(141,142,135); }

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

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

 a { background-color: rgb(141,142,135); }

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

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

 span { border-color: rgb(141,142,135); }

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