#8B8E82

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

Shades of Jumbo #8B8E82

Tints of Jumbo #8B8E82

Color information

#8B8E82 (or 0x8B8E82) is unknown color: approx Jumbo. HEX triplet: 8B, 8E and 82. RGB value is (139,142,130). Sum of RGB (Red+Green+Blue) = 139+142+130=411 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.82% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 142 - color contains mainly: green. Hex color #8B8E82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8E82 is #74717D. Grayscale: #8B8B8B. Windows color (decimal): -7631230 or 8556171. OLE color: 8556171.

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

Color convert

RGB139142130-
CMYK0.0200.080.44
HSL75º5.04%53.33%-
HSV(B)75º8.45%55.69%-
XYZ24.3526.4524.94-
YUV139.73122.51127.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.82%
GREEN value IS 142 (55.86% from 255) = 34.55%
BLUE value IS 130 (51.17% from 255) = 31.63%
R=33.82%
G=34.55%
B=31.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1391421300.0200.080.44755.0453.33
Hex8B8E822082C4b535
Octal213216202201054113565
Binary10001011100011101000001010010001011001001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,142,130); }

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

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

 a { background-color: rgb(139,142,130); }

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

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

 span { border-color: rgb(139,142,130); }

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