#8B8D84

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

Shades of Jumbo #8B8D84

Tints of Jumbo #8B8D84

Color information

#8B8D84 (or 0x8B8D84) is unknown color: approx Jumbo. HEX triplet: 8B, 8D and 84. RGB value is (139,141,132). Sum of RGB (Red+Green+Blue) = 139+141+132=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 141 - color contains mainly: green. Hex color #8B8D84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8D84 is #74727B. Grayscale: #8B8B8B. Windows color (decimal): -7631484 or 8686987. OLE color: 8686987.

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

Color convert

RGB139141132-
CMYK0.0100.060.45
HSL73.33º3.8%53.53%-
HSV(B)73.33º6.38%55.29%-
XYZ24.3426.225.61-
YUV139.38123.84127.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.74%
GREEN value IS 141 (55.47% from 255) = 34.22%
BLUE value IS 132 (51.95% from 255) = 32.04%
R=33.74%
G=34.22%
B=32.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391411320.0100.060.4573.333.853.53
Hex8B8D841062D49436
Octal21321520410655111466
Binary100010111000110110000100101101011011001001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,141,132); }

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

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

 a { background-color: rgb(139,141,132); }

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

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

 span { border-color: rgb(139,141,132); }

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