#8D8E88

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

Shades of Jumbo #8D8E88

Tints of Jumbo #8D8E88

Color information

#8D8E88 (or 0x8D8E88) is unknown color: approx Jumbo. HEX triplet: 8D, 8E and 88. RGB value is (141,142,136). Sum of RGB (Red+Green+Blue) = 141+142+136=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 142 - color contains mainly: green. Hex color #8D8E88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8E88 is #727177. Grayscale: #8D8D8D. Windows color (decimal): -7500152 or 8949389. OLE color: 8949389.

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

Color convert

RGB141142136-
CMYK0.0100.040.44
HSL70º2.59%54.51%-
HSV(B)70º4.23%55.69%-
XYZ25.126.7927.14-
YUV141.02125.17127.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.65%
GREEN value IS 142 (55.86% from 255) = 33.89%
BLUE value IS 136 (53.52% from 255) = 32.46%
R=33.65%
G=33.89%
B=32.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1411421360.0100.040.44702.5954.51
Hex8D8E881042C46337
Octal21521621010454106367
Binary10001101100011101000100010100101100100011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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